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

12

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 518 Value *MSP = M->getOrInsertFunction("memset_pattern16",
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 166 AbortFn = M.getOrInsertFunction("abort", Type::getVoidTy(M.getContext()),
  /external/mesa3d/src/pixelflinger2/
texture.cpp 369 mod->getOrInsertFunction(textureFunctionMapping[i].name, functionType));
llvm_scanline.cpp 463 func = llvm::cast<Function>(mod->getOrInsertFunction(scanlineName,
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 635 CallGraphNode *NF_CGN = CG.getOrInsertFunction(NF);
    [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 809 Safe->getOrInsertFunction("getPointerToNamedFunction",
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp 403 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy, NULL);
476 Value *FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy, NULL);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 696 milliseconds

12