Searched refs:getOrInsertFunction (Results 26 - 39 of 39) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp371 F->getParent()->getOrInsertFunction(buffer, F->getFunctionType()));
662 getOrInsertFunction(llvm::StringRef(name), funcType));
827 getOrInsertFunction(llvm::StringRef(name), funcType));
1023 getOrInsertFunction(llvm::StringRef(name), funcType));
1055 getOrInsertFunction(llvm::StringRef(name), funcType));
/external/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp102 RegisterFn = M.getOrInsertFunction(
105 UnregisterFn = M.getOrInsertFunction(
H A DShadowStackGC.cpp150 getOrInsertFunction("__gcc_personality_v0",
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp324 WarningFn = M.getOrInsertFunction(WarningFnName, IRB.getVoidTy(), NULL);
330 MaybeWarningFn[AccessSizeIndex] = M.getOrInsertFunction(
335 MaybeStoreOriginFn[AccessSizeIndex] = M.getOrInsertFunction(
340 MsanSetAllocaOrigin4Fn = M.getOrInsertFunction(
343 MsanPoisonStackFn = M.getOrInsertFunction(
345 MsanChainOriginFn = M.getOrInsertFunction(
347 MemmoveFn = M.getOrInsertFunction(
350 MemcpyFn = M.getOrInsertFunction(
353 MemsetFn = M.getOrInsertFunction(
395 IndirectCallWrapperFn = M.getOrInsertFunction(
[all...]
/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp406 Value *F = (M->getOrInsertFunction(Name, A, MyVoid, T, NULL));
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1342 M->getOrInsertFunction(TLI->getName(LdExp), Op->getType(),
1474 Value *Callee = M->getOrInsertFunction(Name, OrigCallee->getAttributes(),
1737 M->getOrInsertFunction("iprintf", FT, Callee->getAttributes());
1831 M->getOrInsertFunction("siprintf", FT, Callee->getAttributes());
1913 M->getOrInsertFunction("fiprintf", FT, Callee->getAttributes());
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp87 return CGM.getModule().getOrInsertFunction("__llvm_profile_register_function",
/external/llvm/lib/IR/
H A DFunction.cpp729 cast<Function>(M->getOrInsertFunction(getName(id, Tys),
H A DInstructions.cpp421 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy, NULL);
494 Value *FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy, NULL);
/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp641 CallGraphNode *NF_CGN = CG.getOrInsertFunction(NF);
/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1032 Value *MSP = M->getOrInsertFunction("memset_pattern16",
/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp845 Safe->getOrInsertFunction("getPointerToNamedFunction",
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp914 Constant *Callee = M->getOrInsertFunction(Name, FTy);
957 Constant *Callee = M->getOrInsertFunction(Name, FTy);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1336 M->getOrInsertFunction("sqrtf", Callee->getAttributes(),

Completed in 293 milliseconds

12