HomeSort by: relevance | last modified time | path
    Searched refs:TheFn (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
MatrixBuilder.h 79 Function *TheFn = Intrinsic::getDeclaration(
82 CallInst *Call = B.CreateCall(TheFn->getFunctionType(), TheFn, Ops, Name);
102 Function *TheFn = Intrinsic::getDeclaration(
105 CallInst *Call = B.CreateCall(TheFn->getFunctionType(), TheFn, Ops, Name);
122 Function *TheFn = Intrinsic::getDeclaration(
125 return B.CreateCall(TheFn->getFunctionType(), TheFn, Ops, Name);
143 Function *TheFn = Intrinsic::getDeclaration
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
IRBuilder.cpp 88 Function *TheFn =
90 CallInst *CI = createCallHelper(TheFn, {}, this, Name);
121 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys);
123 CallInst *CI = createCallHelper(TheFn, Ops, this);
149 Function *TheFn = Intrinsic::getDeclaration(
152 CallInst *CI = createCallHelper(TheFn, Ops, this);
179 Function *TheFn = Intrinsic::getDeclaration(M, IntrID, Tys);
181 CallInst *CI = createCallHelper(TheFn, Ops, this);
217 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memcpy_inline, Tys);
219 CallInst *CI = createCallHelper(TheFn, Ops, this)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 565 void applySingleImplDevirt(VTableSlotInfo &SlotInfo, Constant *TheFn,
1060 Constant *TheFn, bool &IsExported) {
1063 if (FunctionsToSkip.match(TheFn->stripPointerCasts()->getName()))
1069 TheFn->stripPointerCasts()->getName(), OREGetter);
1073 Builder.CreateBitCast(TheFn, CB.getCalledOperand()->getType());
1138 Function *TheFn = TargetsForSlot[0].Fn;
1140 if (TheFn != Target.Fn)
1148 applySingleImplDevirt(SlotInfo, TheFn, IsExported);
1155 if (TheFn->hasLocalLinkage()) {
1156 std::string NewName = (TheFn->getName() + ".llvm.merged").str()
    [all...]

Completed in 19 milliseconds