| /external/llvm/lib/CodeGen/GlobalISel/ | 
| D | MachineIRBuilder.cpp | 60   MachineInstr *NewMI = BuildMI(getMF(), DL, getTII().get(Opcode));  in buildInstr()  local 80   MachineInstr *NewMI = buildInstr(Opcode, Ty);  in buildInstr()  local 90   MachineInstr *NewMI = buildInstr(Opcode, nullptr);  in buildInstr()  local 101   MachineInstr *NewMI = buildInstr(Opcode, Ty);  in buildInstr()  local
  | 
| /external/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
  | 
| /external/llvm/lib/Target/X86/ | 
| D | X86FixupLEAs.cpp | 119     MachineInstr *NewMI =  in postRAConvertToLEA()  local 288     MachineInstr *NewMI =  in fixupIncDec()  local 323     MachineInstr *NewMI = postRAConvertToLEA(MFI, MBI);  in seekLEAFixup()  local 373   MachineInstr *NewMI = nullptr;  in processInstructionForSLM()  local
  | 
| D | X86FixupBWInsts.cpp | 279   MachineInstr *NewMI = nullptr;  in tryReplaceInstr()  local 350     MachineInstr *NewMI = tryReplaceInstr(MI, MBB, WasCandidate);  in processBasicBlock()  local 364     MachineInstr *NewMI = MIReplacements.back().second;  in processBasicBlock()  local
  | 
| D | X86ExpandPseudo.cpp | 137     MachineInstr &NewMI = *std::prev(MBBI);  in ExpandMI()  local
  | 
| D | X86InstrInfo.cpp | 2529   MachineInstr &NewMI = *std::prev(I);  in reMaterialize()  local 2722   MachineInstr *NewMI = MIB;  in convertToThreeAddressWithLEA()  local 2765   MachineInstr *NewMI = nullptr;  in convertToThreeAddress()  local 3187 MachineInstr *X86InstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI,  in commuteInstructionImpl() 5621   MachineInstr *NewMI =  in FuseTwoAddrInst()  local 5649   MachineInstr *NewMI =  in FuseInst()  local 5701         MachineInstr *NewMI =  in foldMemoryOperandCustom()  local 5719         MachineInstr *NewMI =  in foldMemoryOperandCustom()  local 5758   MachineInstr *NewMI = nullptr;  in foldMemoryOperandImpl()  local
  | 
| /external/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 …] 
 | 
| /external/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
  | 
| /external/llvm/lib/Target/AMDGPU/ | 
| D | R600ExpandSpecialInstrs.cpp | 58 void R600ExpandSpecialInstrsPass::SetFlagInNewMI(MachineInstr *NewMI,  in SetFlagInNewMI() 327         MachineInstr *NewMI =  in runOnMachineFunction()  local
  | 
| D | R600ISelLowering.cpp | 225       MachineInstrBuilder NewMI;  in EmitInstrWithCustomInserter()  local 242     MachineInstr *NewMI = TII->buildDefaultInstruction(  in EmitInstrWithCustomInserter()  local 250     MachineInstr *NewMI = TII->buildDefaultInstruction(  in EmitInstrWithCustomInserter()  local 258     MachineInstr *NewMI = TII->buildDefaultInstruction(  in EmitInstrWithCustomInserter()  local 294     MachineInstr *NewMI = TII->buildDefaultInstruction(  in EmitInstrWithCustomInserter()  local 532     MachineInstr *NewMI =  in EmitInstrWithCustomInserter()  local 546     MachineInstr *NewMI =  in EmitInstrWithCustomInserter()  local
  | 
| /external/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
  | 
| /external/llvm/lib/CodeGen/ | 
| D | TargetInstrInfo.cpp | 127                                                       bool NewMI, unsigned Idx1,  in commuteInstructionImpl() 195 MachineInstr *TargetInstrInfo::commuteInstruction(MachineInstr &MI, bool NewMI,  in commuteInstruction() 460   MachineInstr *NewMI =  in foldPatchpoint()  local 511   MachineInstr *NewMI = nullptr;  in foldMemoryOperand()  local 791   MachineInstr *NewMI = nullptr;  in foldMemoryOperand()  local
  | 
| D | MachinePipeliner.cpp | 2236       MachineInstr *NewMI = cloneInstr(CI->getInstr(), MaxStageCount, StageNum);  in generatePipelinedLoop()  local 2248     MachineInstr *NewMI = MF.CloneMachineInstr(&*I);  in generatePipelinedLoop()  local 2319           MachineInstr *NewMI =  in generateProlog()  local 2396           MachineInstr *NewMI = cloneInstr(In, EpilogStage - LastStage, 0);  in generateEpilog()  local 3048 void SwingSchedulerDAG::updateMemOperands(MachineInstr &NewMI,  in updateMemOperands() 3082   MachineInstr *NewMI = MF.CloneMachineInstr(OldMI);  in cloneInstr()  local 3105   MachineInstr *NewMI = MF.CloneMachineInstr(OldMI);  in cloneAndChangeInstr()  local 3125 void SwingSchedulerDAG::updateInstruction(MachineInstr *NewMI, bool LastDef,  in updateInstruction() 3377       MachineInstr *NewMI = MF.CloneMachineInstr(MI);  in applyInstrChange()  local
  | 
| /external/llvm/lib/Target/WebAssembly/ | 
| D | WebAssemblyInstrInfo.cpp | 80 WebAssemblyInstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI,  in commuteInstructionImpl()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/ | 
| D | RISCVInstPrinter.cpp | 70   const MCInst *NewMI = MI;  in printInst()  local
  | 
| /external/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()
  | 
| /external/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
  | 
| /external/llvm/lib/Target/ARM/ | 
| D | A15SDOptimizer.cpp | 383          MachineInstr *NewMI = MRI->getVRegDef(Reg);  in elideCopiesAndPHIs()  local 391        MachineInstr *NewMI = MRI->getVRegDef(MI->getOperand(1).getReg());  in elideCopiesAndPHIs()  local
  |