/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonHazardRecognizer.cpp | 56 MachineInstr *NewMI = in getHazardType() local 127 MachineInstr *NewMI = in EmitInstruction() local
|
D | HexagonNewValueJump.cpp | 682 MachineInstr *NewMI; in runOnMachineFunction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FixupLEAs.cpp | 134 MachineInstr *NewMI = in INITIALIZE_PASS() local 383 MachineInstr *NewMI = nullptr; in optTwoAddrLEA() local 466 MachineInstr *NewMI = postRAConvertToLEA(MBB, MBI); in seekLEAFixup() local 504 MachineInstr *NewMI = nullptr; in processInstructionForSlowLEA() local 570 MachineInstr *NewMI = nullptr; in processInstrForSlow3OpLEA() local
|
D | X86FixupBWInsts.cpp | 446 if (MachineInstr *NewMI = tryReplaceInstr(MI, MBB)) in processBasicBlock() local 455 MachineInstr *NewMI = MIReplacements.back().second; in processBasicBlock() local
|
D | X86InstrInfo.cpp | 667 MachineInstr &NewMI = *std::prev(I); in reMaterialize() local 862 MachineInstr *NewMI = MIB; in convertToThreeAddressWithLEA() local 915 MachineInstr *NewMI = nullptr; in convertToThreeAddress() local 1527 MachineInstr *X86InstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI, in commuteInstructionImpl() 4629 MachineInstr &NewMI, in updateOperandRegConstraints() 4661 MachineInstr *NewMI = in FuseTwoAddrInst() local 4691 MachineInstr *NewMI = in FuseInst() local 4753 MachineInstr *NewMI = in foldMemoryOperandCustom() local 4775 MachineInstr *NewMI = in foldMemoryOperandCustom() local 4790 MachineInstr *NewMI = in foldMemoryOperandCustom() local [all …]
|
D | X86ExpandPseudo.cpp | 276 MachineInstr &NewMI = *std::prev(MBBI); in ExpandMI() local
|
D | X86CmovConversion.cpp | 779 for (auto *NewMI : NewMIs) { in convertCmovInstsToBranches() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ExpandSpecialInstrs.cpp | 73 void R600ExpandSpecialInstrsPass::SetFlagInNewMI(MachineInstr *NewMI, in SetFlagInNewMI() 263 MachineInstr *NewMI = in runOnMachineFunction() local
|
D | SILoadStoreOptimizer.cpp | 1998 MachineBasicBlock::iterator NewMI = mergeRead2Pair(CI, Paired); in optimizeInstsWithSameBaseAddr() local 2003 MachineBasicBlock::iterator NewMI = mergeWrite2Pair(CI, Paired); in optimizeInstsWithSameBaseAddr() local 2008 MachineBasicBlock::iterator NewMI = mergeSBufferLoadImmPair(CI, Paired); in optimizeInstsWithSameBaseAddr() local 2014 MachineBasicBlock::iterator NewMI = mergeBufferLoadPair(CI, Paired); in optimizeInstsWithSameBaseAddr() local 2020 MachineBasicBlock::iterator NewMI = mergeBufferStorePair(CI, Paired); in optimizeInstsWithSameBaseAddr() local 2026 MachineBasicBlock::iterator NewMI = mergeImagePair(CI, Paired); in optimizeInstsWithSameBaseAddr() local 2032 MachineBasicBlock::iterator NewMI = mergeTBufferLoadPair(CI, Paired); in optimizeInstsWithSameBaseAddr() local 2038 MachineBasicBlock::iterator NewMI = mergeTBufferStorePair(CI, Paired); in optimizeInstsWithSameBaseAddr() local
|
D | R600ISelLowering.cpp | 306 MachineInstrBuilder NewMI; in EmitInstrWithCustomInserter() local 324 MachineInstr *NewMI = TII->buildDefaultInstruction( in EmitInstrWithCustomInserter() local 332 MachineInstr *NewMI = TII->buildDefaultInstruction( in EmitInstrWithCustomInserter() local 371 MachineInstr *NewMI = TII->buildDefaultInstruction( in EmitInstrWithCustomInserter() local 401 MachineInstr *NewMI = in EmitInstrWithCustomInserter() local 415 MachineInstr *NewMI = in EmitInstrWithCustomInserter() local
|
D | GCNDPPCombine.cpp | 519 auto *NewMI = BB->getParent()->CloneMachineInstr(&OrigMI); in combineDPPMov() local
|
D | SILowerControlFlow.cpp | 429 MachineInstr *NewMI = BuildMI(MBB, InsPt, DL, TII->get(OrOpc), Exec) in emitEndCf() local
|
D | R600OptimizeVectorRegisters.cpp | 230 MachineInstr *NewMI = in RebuildVector() local
|
D | SIShrinkInstructions.cpp | 170 static void copyExtraImplicitOps(MachineInstr &NewMI, MachineFunction &MF, in copyExtraImplicitOps()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ModuloSchedule.cpp | 137 MachineInstr *NewMI = cloneInstr(CI, MaxStageCount, StageNum); in generatePipelinedLoop() local 148 MachineInstr *NewMI = MF.CloneMachineInstr(&*I); in generatePipelinedLoop() local 220 MachineInstr *NewMI = in generateProlog() local 298 MachineInstr *NewMI = cloneInstr(In, UINT_MAX, 0); in generateEpilog() local 945 void ModuloScheduleExpander::updateMemOperands(MachineInstr &NewMI, in updateMemOperands() 981 MachineInstr *NewMI = MF.CloneMachineInstr(OldMI); in cloneInstr() local 1002 MachineInstr *NewMI = MF.CloneMachineInstr(OldMI); in cloneAndChangeInstr() local 1021 void ModuloScheduleExpander::updateInstruction(MachineInstr *NewMI, in updateInstruction() 1664 MachineInstr *NewMI = MF.CloneMachineInstr(Phi); in moveStageBetweenBlocks() local
|
D | MachineLoopUtils.cpp | 49 MachineInstr *NewMI = MF.CloneMachineInstr(&MI); in PeelSingleBlockLoop() local
|
D | TargetInstrInfo.cpp | 158 bool NewMI, unsigned Idx1, in commuteInstructionImpl() 240 MachineInstr *TargetInstrInfo::commuteInstruction(MachineInstr &MI, bool NewMI, in commuteInstruction() 501 MachineInstr *NewMI = in foldPatchpoint() local 570 MachineInstr *NewMI = nullptr; in foldMemoryOperand() local 634 MachineInstr *NewMI = nullptr; in foldMemoryOperand() local
|
D | MachineCSE.cpp | 542 if (MachineInstr *NewMI = TII->commuteInstruction(*MI)) { in ProcessBlockCSE() local 832 MachineInstr &NewMI = in ProcessBlockPRE() local
|
D | TwoAddressInstructionPass.cpp | 687 MachineInstr *NewMI = TII->commuteInstruction(*MI, false, RegBIdx, RegCIdx); in commuteInstruction() local 735 MachineInstr *NewMI = TII->convertToThreeAddress(MFI, *mi, LV); in convertInstTo3Addr() local 1388 MachineBasicBlock::iterator NewMI = NewMIs[1]; in tryInstructionTransform() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
D | RISCVInstPrinter.cpp | 70 const MCInst *NewMI = MI; in printInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.cpp | 89 MachineInstr &MI, bool NewMI, unsigned OpIdx1, unsigned OpIdx2) const { in commuteInstructionImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | A15SDOptimizer.cpp | 375 MachineInstr *NewMI = MRI->getVRegDef(Reg); in elideCopiesAndPHIs() local 383 MachineInstr *NewMI = MRI->getVRegDef(MI->getOperand(1).getReg()); in elideCopiesAndPHIs() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveIntervals.h | 280 SlotIndex ReplaceMachineInstrInMaps(MachineInstr &MI, MachineInstr &NewMI) { in ReplaceMachineInstrInMaps()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 273 bool NewMI, in commuteInstructionImpl() 940 static void transferDeadCC(MachineInstr *OldMI, MachineInstr *NewMI) { in transferDeadCC() 948 static void transferMIFlag(MachineInstr *OldMI, MachineInstr *NewMI, in transferMIFlag()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsRegisterBankInfo.cpp | 686 MachineInstr *NewMI = NewInstrs.pop_back_val(); in applyMappingImpl() local
|