Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/IR/
H A DInstructions.cpp528 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
536 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
555 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
562 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstructions.cpp610 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
618 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
636 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
643 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DInstructions.cpp858 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
866 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
884 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
891 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1451 func (b Builder) CreateMalloc(t Type, name string) (v Value) { func