Home
last modified time | relevance | path

Searched defs:InsertAtEnd (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstructions.cpp200 const Twine &NameStr, BasicBlock *InsertAtEnd) in LandingPadInst()
226 BasicBlock *InsertAtEnd) { in Create()
430 BasicBlock *InsertAtEnd) in CallInst()
523 BasicBlock *InsertAtEnd, Type *IntPtrTy, in createMalloc()
636 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc()
643 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc()
655 BasicBlock *InsertAtEnd) { in createFree()
699 Instruction *CallInst::CreateFree(Value *Source, BasicBlock *InsertAtEnd) { in CreateFree()
706 BasicBlock *InsertAtEnd) { in CreateFree()
881 ReturnInst::ReturnInst(LLVMContext &C, Value *retVal, BasicBlock *InsertAtEnd) in ReturnInst()
[all …]
H A DDIBuilder.cpp861 BasicBlock *InsertAtEnd) { in insertDeclare()
876 BasicBlock *InsertAtEnd) { in insertLabel()
894 BasicBlock *InsertAtEnd) { in insertDbgValueIntrinsic()
H A DInstruction.cpp36 BasicBlock *InsertAtEnd) in Instruction()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DInstructions.cpp207 const Twine &NameStr, BasicBlock *InsertAtEnd) in LandingPadInst()
233 BasicBlock *InsertAtEnd) { in Create()
671 BasicBlock *InsertAtEnd) in CallInst()
771 BasicBlock *InsertAtEnd, Type *IntPtrTy, in createMalloc()
884 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc()
891 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc()
903 BasicBlock *InsertAtEnd) { in createFree()
947 Instruction *CallInst::CreateFree(Value *Source, BasicBlock *InsertAtEnd) { in CreateFree()
955 BasicBlock *InsertAtEnd) { in CreateFree()
1120 ReturnInst::ReturnInst(LLVMContext &C, Value *retVal, BasicBlock *InsertAtEnd) in ReturnInst()
[all …]
H A DDIBuilder.cpp958 BasicBlock *InsertAtEnd) { in insertDeclare()
1003 BasicBlock *InsertAtEnd) { in insertLabel()
1021 BasicBlock *InsertAtEnd) { in insertDbgValueIntrinsic()
1039 BasicBlock *InsertAtEnd) { in insertDbgAddrIntrinsic()
H A DInstruction.cpp37 BasicBlock *InsertAtEnd) in Instruction()
/aosp_15_r20/external/llvm/lib/IR/
H A DInstructions.cpp186 const Twine &NameStr, BasicBlock *InsertAtEnd) in LandingPadInst()
212 BasicBlock *InsertAtEnd) { in Create()
297 BasicBlock *InsertAtEnd) in CallInst()
442 BasicBlock *InsertAtEnd, Type *IntPtrTy, in createMalloc()
555 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc()
562 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc()
574 BasicBlock *InsertAtEnd) { in createFree()
618 Instruction *CallInst::CreateFree(Value *Source, BasicBlock *InsertAtEnd) { in CreateFree()
625 BasicBlock *InsertAtEnd) { in CreateFree()
823 ReturnInst::ReturnInst(LLVMContext &C, Value *retVal, BasicBlock *InsertAtEnd) in ReturnInst()
[all …]
H A DInstruction.cpp36 BasicBlock *InsertAtEnd) in Instruction()
H A DDIBuilder.cpp741 BasicBlock *InsertAtEnd) { in insertDeclare()
790 BasicBlock *InsertAtEnd) { in insertDbgValueIntrinsic()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstructions.h203 LoadInst(Value *Ptr, const Twine &NameStr, BasicBlock *InsertAtEnd) in LoadInst()
211 BasicBlock *InsertAtEnd) in LoadInst()
219 BasicBlock *InsertAtEnd) in LoadInst()
228 AtomicOrdering Order, SyncScope::ID SSID, BasicBlock *InsertAtEnd) in LoadInst()
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DInstrTypes.h46 Use *Ops, unsigned NumOps, BasicBlock *InsertAtEnd) in TerminatorInst()
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Daudio_vector_unittest.cc244 TEST_F(AudioVectorTest, InsertAtEnd) { in TEST_F() argument