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

  /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 238 llvm::Function *NewFn = llvm::CloneFunction(BaseFn, VMap,
240 CGM.getModule().getFunctionList().push_back(NewFn);
241 Fn->replaceAllUsesWith(NewFn);
242 NewFn->takeName(Fn);
244 Fn = NewFn;
    [all...]
CodeGenModule.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 306 milliseconds