HomeSort by relevance Sort by last modified time
    Searched refs:NewFn (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/
AutoUpgrade.h 25 /// null in NewFn if the all calls to the original intrinsic function
27 bool UpgradeIntrinsicFunction(Function *F, Function *&NewFn);
31 void UpgradeIntrinsicCall(CallInst *CI, Function *NewFn);
  /external/llvm/lib/IR/
AutoUpgrade.cpp 31 Function *&NewFn) {
40 NewFn = Intrinsic::getDeclaration(F->getParent(), IID);
44 static bool UpgradeIntrinsicFunction1(Function *F, Function *&NewFn) {
65 NewFn = Function::Create(fType, F->getLinkage(),
70 NewFn = Intrinsic::getDeclaration(F->getParent(), Intrinsic::ctpop,
79 NewFn = Intrinsic::getDeclaration(F->getParent(), Intrinsic::ctlz,
85 NewFn = Intrinsic::getDeclaration(F->getParent(), Intrinsic::cttz,
101 NewFn = 0;
107 return UpgradeSSE41Function(F, Intrinsic::x86_sse41_ptestc, NewFn);
109 return UpgradeSSE41Function(F, Intrinsic::x86_sse41_ptestz, NewFn);
    [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 231 llvm::Function *NewFn = llvm::CloneFunction(BaseFn, VMap,
233 CGM.getModule().getFunctionList().push_back(NewFn);
234 Fn->replaceAllUsesWith(NewFn);
235 NewFn->takeName(Fn);
237 Fn = NewFn;
    [all...]
CodeGenModule.cpp     [all...]
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 65 static CallInst *ReplaceCallWith(const char *NewFn, CallInst *CI,
75 Constant* FCache = M->getOrInsertFunction(NewFn,
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 112 milliseconds