Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/IR/
DInstructions.cpp192 const Twine &NameStr, BasicBlock *InsertAtEnd) in LandingPadInst()
218 BasicBlock *InsertAtEnd) { in Create()
486 BasicBlock *InsertAtEnd) in CallInst()
592 BasicBlock *InsertAtEnd, Type *IntPtrTy, in createMalloc()
705 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc()
712 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc()
724 BasicBlock *InsertAtEnd) { in createFree()
768 Instruction *CallInst::CreateFree(Value *Source, BasicBlock *InsertAtEnd) { in CreateFree()
775 BasicBlock *InsertAtEnd) { in CreateFree()
960 ReturnInst::ReturnInst(LLVMContext &C, Value *retVal, BasicBlock *InsertAtEnd) in ReturnInst()
[all …]
DDIBuilder.cpp905 BasicBlock *InsertAtEnd) { in insertDeclare()
920 BasicBlock *InsertAtEnd) { in insertLabel()
938 BasicBlock *InsertAtEnd) { in insertDbgValueIntrinsic()
DInstruction.cpp36 BasicBlock *InsertAtEnd) in Instruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
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 …]
DDIBuilder.cpp861 BasicBlock *InsertAtEnd) { in insertDeclare()
876 BasicBlock *InsertAtEnd) { in insertLabel()
894 BasicBlock *InsertAtEnd) { in insertDbgValueIntrinsic()
DInstruction.cpp36 BasicBlock *InsertAtEnd) in Instruction()
/external/llvm/lib/IR/
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 …]
DInstruction.cpp36 BasicBlock *InsertAtEnd) in Instruction()
DDIBuilder.cpp741 BasicBlock *InsertAtEnd) { in insertDeclare()
790 BasicBlock *InsertAtEnd) { in insertDbgValueIntrinsic()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
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()
/external/llvm/include/llvm/IR/
DInstrTypes.h46 Use *Ops, unsigned NumOps, BasicBlock *InsertAtEnd) in TerminatorInst()
/external/webrtc/modules/audio_coding/neteq/
Daudio_vector_unittest.cc244 TEST_F(AudioVectorTest, InsertAtEnd) { in TEST_F() argument