Home
last modified time | relevance | path

Searched defs:NewInst (Results 1 – 22 of 22) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp107 static void createRetPHINode(Instruction *OrigInst, Instruction *NewInst, in createRetPHINode()
302 CallBase *NewInst = cast<CallBase>(OrigInst->clone()); in versionCallSite() local
347 CallBase *NewInst = cast<CallBase>(OrigInst->clone()); in versionCallSite() local
530 CallBase &NewInst = versionCallSite(CB, Callee, BranchWeights); in promoteCallWithIfThenElse() local
H A DCloneFunction.cpp60 Instruction *NewInst = I.clone(); in CloneBasicBlock() local
383 Instruction *NewInst = II->clone(); in CloneBlock() local
467 Instruction *NewInst = OldTI->clone(); in CloneBlock() local
H A DLibCallsShrinkWrap.cpp490 Instruction *NewInst = in shrinkWrapCI() local
H A DInlineFunction.cpp2309 Instruction *NewInst = CallBase::Create(I, OpBundles, I); in InlineFunction() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp93 Instruction *NewInst = createReplacementInstr(CE, InsertPos); in replaceConstantExprOp() local
97 Instruction *NewInst = createReplacementInstr(CE, Instr); in replaceConstantExprOp() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp182 Value *NewInst = in combineLoadBitcast() local
258 Value *NewInst = Builder.CreateIntrinsic( in transformBitcast() local
277 Value *NewInst = Builder.CreateLoad(Bitcast->getType(), AllocaAddr); in transformBitcast() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp260 MachineInstr *NewInst = in buildUnalignedStore() local
274 MachineInstr *NewInst = in buildUnalignedLoad() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp202 Value *NewInst = CloneInstInParamAS(I); in convertToParamAS() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp315 CallBase &NewInst = in promoteIndirectCall() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp99 auto *NewInst = dyn_cast<Instruction>(&NewVal); in transferDecorations() local
H A DTypePromotion.cpp468 if (auto *NewInst = dyn_cast<Instruction>(NewVal)) { in PrepareWrappingAdds() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1089 GetElementPtrInst *NewInst = nullptr; in fabricateGEP() local
1206 Value *NewInst = fabricateGEP(NA, InsertAt, LastB); in materialize() local
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCUDANV.cpp468 auto *NewInst = llvm::createReplacementInstr(CE, I); in replaceManagedVar() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp221 Instruction *NewInst = &Inst; in removeUnusedInsts() local
H A DLoopUnswitch.cpp393 const SwitchInst *NewInst = cast_or_null<SwitchInst>(NewI); in cloneData() local
H A DReassociate.cpp2139 Value *NewInst = IsFSub ? Builder.CreateFAddFMF(OtherOp, Op, I) in canonicalizeNegFPConstantsForOp() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp108 auto *NewInst = CallInst::Create(Fn, {SeqNumVal, Input}); in insertPassThrough() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5497 Value *NewInst = ExtractAndExtendIfNeeded(Vec); in vectorizeTree() local
5521 Value *NewInst = ExtractAndExtendIfNeeded(Vec); in vectorizeTree() local
5528 Value *NewInst = ExtractAndExtendIfNeeded(Vec); in vectorizeTree() local
5534 Value *NewInst = ExtractAndExtendIfNeeded(Vec); in vectorizeTree() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp538 MCInst NewInst; in canonicalizeImmediates() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp869 MachineInstr &NewInst = in expandAtomicBinaryOp() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2652 auto NewInst = MIB.buildInstr(NewOpc, {}, {}, I.getFlags()); in select() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3428 MachineInstr *NewInst = in fewerElementsVectorCasts() local