Home
last modified time | relevance | path

Searched refs:createCallHelper (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRBuilder.cpp74 static CallInst *createCallHelper(Function *Callee, ArrayRef<Value *> Ops, in createCallHelper() function
109 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateMemSet()
138 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateElementUnorderedAtomicMemSet()
178 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateMemCpy()
220 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateElementUnorderedAtomicMemCpy()
257 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateMemMove()
295 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateElementUnorderedAtomicMemMove()
326 return createCallHelper(Decl, Ops, Builder); in getReductionIntrinsic()
335 return createCallHelper(Decl, Ops, this); in CreateFAddReduce()
344 return createCallHelper(Decl, Ops, this); in CreateFMulReduce()
[all …]