Home
last modified time | relevance | path

Searched defs:CreateFree (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp568 Instruction *CallInst::CreateFree(Value *Source, Instruction *InsertBefore) { in CreateFree() function in CallInst
571 Instruction *CallInst::CreateFree(Value *Source, in CreateFree() function in CallInst
580 Instruction *CallInst::CreateFree(Value *Source, BasicBlock *InsertAtEnd) { in CreateFree() function in CallInst
585 Instruction *CallInst::CreateFree(Value *Source, in CreateFree() function in CallInst
/external/llvm/lib/IR/
DInstructions.cpp606 Instruction *CallInst::CreateFree(Value *Source, Instruction *InsertBefore) { in CreateFree() function in CallInst
609 Instruction *CallInst::CreateFree(Value *Source, in CreateFree() function in CallInst
618 Instruction *CallInst::CreateFree(Value *Source, BasicBlock *InsertAtEnd) { in CreateFree() function in CallInst
623 Instruction *CallInst::CreateFree(Value *Source, in CreateFree() function in CallInst
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp496 Instruction * CallInst::CreateFree(Value* Source, Instruction *InsertBefore) { in CreateFree() function in CallInst
503 Instruction* CallInst::CreateFree(Value* Source, BasicBlock *InsertAtEnd) { in CreateFree() function in CallInst
/external/llvm/bindings/go/llvm/
Dir.go1475 func (b Builder) CreateFree(p Value) (v Value) { func
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1542 func (b Builder) CreateFree(p Value) (v Value) { func