/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86LowerAMXType.cpp | 249 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 D | CallPromotionUtils.cpp | 107 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 D | CloneFunction.cpp | 58 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 D | LibCallsShrinkWrap.cpp | 491 Instruction *NewInst = in shrinkWrapCI() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CallPromotionUtils.cpp | 104 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 D | CloneFunction.cpp | 57 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 D | LibCallsShrinkWrap.cpp | 490 Instruction *NewInst = in shrinkWrapCI() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/XCore/ |
H A D | XCoreLowerThreadLocal.cpp | 92 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 D | IndirectCallPromotion.cpp | 405 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 D | CloneFunction.cpp | 51 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 D | XCoreLowerThreadLocal.cpp | 143 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 D | XCoreLowerThreadLocal.cpp | 143 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 D | LowerMatrixIntrinsics.cpp | 796 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 D | MipsInstructionSelector.cpp | 260 MachineInstr *NewInst = in buildUnalignedStore() local 274 MachineInstr *NewInst = in buildUnalignedLoad() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLowering.cpp | 659 auto *NewInst = in postRegallocSplitting() local 664 auto *NewInst = in postRegallocSplitting() local
|
H A D | IceCfgNode.cpp | 264 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 D | BPFAdjustOpt.cpp | 148 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 D | IndirectCallPromotion.cpp | 256 CallBase &NewInst = in promoteIndirectCall() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 1086 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 D | NVPTXLowerArgs.cpp | 205 Value *NewInst = CloneInstInParamAS(I); in convertToParamAS() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 310 Instruction *NewInst = in promoteIndirectCall() local
|
H A D | PGOMemOPSizeOpt.cpp | 376 Instruction *NewInst = MI->clone(); in perform() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 1099 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 D | HexagonCommonGEP.cpp | 1092 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 D | ExpandVectorPredication.cpp | 102 auto *NewInst = dyn_cast<Instruction>(&NewVal); in transferDecorations() local
|