Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp249 Value *NewInst = Builder.CreateIntrinsic(Intrinsic::x86_tileloadd64_internal, in combineLoadBitcast() local
326 Value *NewInst = Builder.CreateIntrinsic( in transformBitcast() local
346 Value *NewInst = Builder.CreateLoad(Bitcast->getType(), AllocaAddr); in transformBitcast() local
795 Instruction *NewInst = Builder.CreateIntrinsic( in optimizeAMXCastFromPhi() local
985 Value *NewInst = Builder.CreateIntrinsic(Intrinsic::x86_tileloadd64_internal, in combineLoadCast() local
1163 Value *NewInst = Builder.CreateIntrinsic( in transformAMXCast() local
1185 Value *NewInst = Builder.CreateLoad(AMXCast->getType(), AllocaAddr); in transformAMXCast() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
555 CallBase &NewInst = versionCallSite(CB, Callee, BranchWeights); in promoteCallWithIfThenElse() local
H A DCloneFunction.cpp58 Instruction *NewInst = I.clone(); in CloneBasicBlock() local
392 Instruction *NewInst = nullptr; in cloneInstruction() local
500 Instruction *NewInst = cloneInstruction(II); in CloneBlock() local
597 Instruction *NewInst = OldTI->clone(); in CloneBlock() local
H A DLibCallsShrinkWrap.cpp491 Instruction *NewInst = in shrinkWrapCI() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp104 static void createRetPHINode(Instruction *OrigInst, Instruction *NewInst, in createRetPHINode()
284 Instruction *NewInst = OrigInst->clone(); in versionCallSite() local
455 Instruction *NewInst = versionCallSite(CS, Callee, BranchWeights); in promoteCallWithIfThenElse() local
H A DCloneFunction.cpp57 Instruction *NewInst = I.clone(); in CloneBasicBlock() local
336 Instruction *NewInst = II->clone(); in CloneBlock() local
420 Instruction *NewInst = OldTI->clone(); in CloneBlock() local
H A DLibCallsShrinkWrap.cpp490 Instruction *NewInst = in shrinkWrapCI() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp92 Instruction *NewInst = CE->getAsInstruction(InsertPos); in replaceConstantExprOp() local
96 Instruction *NewInst = CE->getAsInstruction(Instr); in replaceConstantExprOp() local
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp405 Instruction *NewInst) { in fixupPHINodeForNormalDest()
457 Instruction *NewInst = Inst->clone(); in createDirectCallInst() local
540 Instruction *NewInst = in promote() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp51 Instruction *NewInst = II->clone(); in CloneBasicBlock() local
281 Instruction *NewInst = II->clone(); in CloneBlock() local
364 Instruction *NewInst = OldTI->clone(); in CloneBlock() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp143 Instruction *NewInst = createReplacementInstr(CE, InsertPos); in replaceConstantExprOp() local
147 Instruction *NewInst = createReplacementInstr(CE, Instr); in replaceConstantExprOp() local
/aosp_15_r20/external/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp143 Instruction *NewInst = createReplacementInstr(CE, InsertPos); in replaceConstantExprOp() local
147 Instruction *NewInst = createReplacementInstr(CE, Instr); in replaceConstantExprOp() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp796 auto NewInst = distributeTransposes( in sinkTranspose() local
818 auto NewInst = distributeTransposes( in sinkTranspose() local
838 auto NewInst = distributeTransposes( in sinkTranspose() local
879 Instruction *NewInst = Builder.CreateMatrixTranspose(M, C->getZExtValue(), in liftTranspose() local
894 Instruction *NewInst = MBuilder.CreateMatrixTranspose( in liftTranspose() local
910 if (Instruction *NewInst = sinkTranspose(I, II)) in optimizeTransposes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp260 MachineInstr *NewInst = in buildUnalignedStore() local
274 MachineInstr *NewInst = in buildUnalignedLoad() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTargetLowering.cpp659 auto *NewInst = in postRegallocSplitting() local
664 auto *NewInst = in postRegallocSplitting() local
H A DIceCfgNode.cpp264 auto *NewInst = InstAssign::create(Func, Dest, Operand); in placePhiStores() local
1351 InstBr *NewInst = nullptr; in shortCircuit() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
H A DBPFAdjustOpt.cpp148 auto *NewInst = CallInst::Create(Fn, {Opcode, Op0, ConstOp1}); in adjustICmpToBuiltin() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp256 CallBase &NewInst = in promoteIndirectCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1086 GetElementPtrInst *NewInst = nullptr; in fabricateGEP() local
1201 Value *NewInst = fabricateGEP(NA, InsertAt, LastB); in materialize() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp205 Value *NewInst = CloneInstInParamAS(I); in convertToParamAS() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp310 Instruction *NewInst = in promoteIndirectCall() local
H A DPGOMemOPSizeOpt.cpp376 Instruction *NewInst = MI->clone(); in perform() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1099 GetElementPtrInst *NewInst = nullptr; in fabricateGEP() local
1216 Value *NewInst = fabricateGEP(NA, InsertAt, LastB); in materialize() local
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1092 Value *NewInst = 0; in fabricateGEP() local
1210 Value *NewInst = fabricateGEP(NA, InsertAt, LastB); in materialize() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp102 auto *NewInst = dyn_cast<Instruction>(&NewVal); in transferDecorations() local

123