HomeSort by relevance Sort by last modified time
    Searched refs:getOrInsertFunction (Results 26 - 44 of 44) sorted by null

12

  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 216 RewindFunction = Fn.getParent()->getOrInsertFunction(RewindName, FTy);
SjLjEHPrepare.cpp 107 RegisterFn = M.getOrInsertFunction(
110 UnregisterFn = M.getOrInsertFunction(
ShadowStackGCLowering.cpp 147 Constant *PersFn = F.getParent()->getOrInsertFunction(
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 371 F->getParent()->getOrInsertFunction(buffer, F->getFunctionType()));
662 getOrInsertFunction(llvm::StringRef(name), funcType));
827 getOrInsertFunction(llvm::StringRef(name), funcType));
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 561 Constant *C = Mod->getOrInsertFunction(FName, FTT);
609 DFSanUnionFn = Mod->getOrInsertFunction("__dfsan_union", DFSanUnionFnTy);
617 DFSanCheckedUnionFn = Mod->getOrInsertFunction("dfsan_union", DFSanUnionFnTy);
626 Mod->getOrInsertFunction("__dfsan_union_load", DFSanUnionLoadFnTy);
633 Mod->getOrInsertFunction("__dfsan_unimplemented", DFSanUnimplementedFnTy);
635 Mod->getOrInsertFunction("__dfsan_set_label", DFSanSetLabelFnTy);
640 Mod->getOrInsertFunction("__dfsan_nonzero_label", DFSanNonzeroLabelFnTy);
641 DFSanVarargWrapperFn = Mod->getOrInsertFunction("__dfsan_vararg_wrapper",
    [all...]
MemorySanitizer.cpp 376 WarningFn = M.getOrInsertFunction(WarningFnName, IRB.getVoidTy(), nullptr);
382 MaybeWarningFn[AccessSizeIndex] = M.getOrInsertFunction(
387 MaybeStoreOriginFn[AccessSizeIndex] = M.getOrInsertFunction(
392 MsanSetAllocaOrigin4Fn = M.getOrInsertFunction(
396 M.getOrInsertFunction("__msan_poison_stack", IRB.getVoidTy(),
398 MsanChainOriginFn = M.getOrInsertFunction(
400 MemmoveFn = M.getOrInsertFunction(
403 MemcpyFn = M.getOrInsertFunction(
406 MemsetFn = M.getOrInsertFunction(
495 appendToGlobalCtors(M, cast<Function>(M.getOrInsertFunction(
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 418 Value *F = (M->getOrInsertFunction(Name, A, MyVoid, T, nullptr));
  /frameworks/compile/libbcc/lib/Renderscript/
RSScriptGroupFusion.cpp 200 (Function*)(mergedModule->getOrInsertFunction(fusedName, fusedType));
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 765 dyn_cast<Function>(M->getOrInsertFunction("gc.safepoint_poll", ftype));
    [all...]
LoopIdiomRecognize.cpp     [all...]
RewriteStatepointsForGC.cpp     [all...]
  /external/llvm/lib/IR/
Function.cpp 853 cast<Function>(M->getOrInsertFunction(getName(id, Tys),
    [all...]
Instructions.cpp 434 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy, nullptr);
507 Value *FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy, nullptr);
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 736 CallGraphNode *NF_CGN = CG.getOrInsertFunction(NF);
    [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 828 Safe->getOrInsertFunction("getPointerToNamedFunction",
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp 115 return cast<Function>(M.getOrInsertFunction(
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 3132 milliseconds

12