Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()