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

  /external/llvm/include/llvm/IR/
AutoUpgrade.h 31 /// null in NewFn if the all calls to the original intrinsic function
33 bool UpgradeIntrinsicFunction(Function *F, Function *&NewFn);
37 void UpgradeIntrinsicCall(CallInst *CI, Function *NewFn);
  /external/llvm/lib/IR/
AutoUpgrade.cpp 33 Function *&NewFn) {
42 NewFn = Intrinsic::getDeclaration(F->getParent(), IID);
46 static bool UpgradeIntrinsicFunction1(Function *F, Function *&NewFn) {
67 NewFn = Function::Create(fType, F->getLinkage(),
72 NewFn = Intrinsic::getDeclaration(F->getParent(), Intrinsic::ctpop,
81 NewFn = Intrinsic::getDeclaration(F->getParent(), Intrinsic::ctlz,
87 NewFn = Intrinsic::getDeclaration(F->getParent(), Intrinsic::cttz,
100 NewFn = Intrinsic::getDeclaration(F->getParent(),
121 NewFn = nullptr;
127 return UpgradeSSE41Function(F, Intrinsic::x86_sse41_ptestc, NewFn);
    [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 142 llvm::Function *NewFn = llvm::CloneFunction(BaseFn, VMap,
144 CGM.getModule().getFunctionList().push_back(NewFn);
145 Fn->replaceAllUsesWith(NewFn);
146 NewFn->takeName(Fn);
148 Fn = NewFn;
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/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 685 Value *NewFn = IRB.CreateBitCast(
689 NewFnPhi->addIncoming(NewFn, dyn_cast<Instruction>(NewFn)->getParent());
692 Value *NewFn = IRB.CreateBitCast(
694 CS.setCalledFunction(NewFn);
    [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 268 milliseconds