Home
last modified time | relevance | path

Searched defs:NewMI (Results 1 – 25 of 95) sorted by relevance

1234

/external/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp60 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-7.0/llvm/lib/Target/X86/
DX86FixupLEAs.cpp149 MachineInstr *NewMI = in INITIALIZE_PASS() local
368 MachineInstr *NewMI = in fixupIncDec() local
403 MachineInstr *NewMI = postRAConvertToLEA(MFI, MBI); in seekLEAFixup() local
435 MachineInstr *NewMI = nullptr; in processInstructionForSLM() local
511 MachineInstr *NewMI = in processInstrForSlow3OpLEA() local
526 MachineInstr *NewMI = BuildMI(*MFI, MI, DL, TII->get(LEAOpcode)) in processInstrForSlow3OpLEA() local
551 MachineInstr *NewMI = in processInstrForSlow3OpLEA() local
558 MachineInstr *NewMI = BuildMI(*MFI, MI, DL, TII->get(LEAOpcode)) in processInstrForSlow3OpLEA() local
586 if (auto *NewMI = processInstrForSlow3OpLEA(*I, MFI)) { in processBasicBlock() local
DX86FixupBWInsts.cpp393 if (MachineInstr *NewMI = tryReplaceInstr(MI, MBB)) in processBasicBlock() local
402 MachineInstr *NewMI = MIReplacements.back().second; in processBasicBlock() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonHazardRecognizer.cpp57 MachineInstr *NewMI = in getHazardType() local
128 MachineInstr *NewMI = in EmitInstruction() local
/external/llvm/lib/Target/X86/
DX86FixupBWInsts.cpp279 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
DX86FixupLEAs.cpp119 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
DX86ExpandPseudo.cpp137 MachineInstr &NewMI = *std::prev(MBBI); in ExpandMI() local
DX86InstrInfo.cpp2529 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-7.0/llvm/lib/Target/AMDGPU/
DR600ExpandSpecialInstrs.cpp74 void R600ExpandSpecialInstrsPass::SetFlagInNewMI(MachineInstr *NewMI, in SetFlagInNewMI()
264 MachineInstr *NewMI = in runOnMachineFunction() local
DR600ISelLowering.cpp304 MachineInstrBuilder NewMI; in EmitInstrWithCustomInserter() local
322 MachineInstr *NewMI = TII->buildDefaultInstruction( in EmitInstrWithCustomInserter() local
330 MachineInstr *NewMI = TII->buildDefaultInstruction( in EmitInstrWithCustomInserter() local
369 MachineInstr *NewMI = TII->buildDefaultInstruction( in EmitInstrWithCustomInserter() local
399 MachineInstr *NewMI = in EmitInstrWithCustomInserter() local
413 MachineInstr *NewMI = in EmitInstrWithCustomInserter() local
DSIShrinkInstructions.cpp231 static void copyExtraImplicitOps(MachineInstr &NewMI, MachineFunction &MF, in copyExtraImplicitOps()
/external/llvm/lib/Target/AMDGPU/
DR600ExpandSpecialInstrs.cpp58 void R600ExpandSpecialInstrsPass::SetFlagInNewMI(MachineInstr *NewMI, in SetFlagInNewMI()
327 MachineInstr *NewMI = in runOnMachineFunction() local
DR600ISelLowering.cpp225 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-7.0/llvm/lib/Target/RISCV/InstPrinter/
DRISCVInstPrinter.cpp47 const MCInst *NewMI = MI; in printInst() local
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.cpp80 WebAssemblyInstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI, in commuteInstructionImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.cpp81 WebAssemblyInstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI, in commuteInstructionImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp149 bool NewMI, unsigned Idx1, in commuteInstructionImpl()
231 MachineInstr *TargetInstrInfo::commuteInstruction(MachineInstr &MI, bool NewMI, in commuteInstruction()
504 MachineInstr *NewMI = in foldPatchpoint() local
572 MachineInstr *NewMI = nullptr; in foldMemoryOperand() local
636 MachineInstr *NewMI = nullptr; in foldMemoryOperand() local
DMachinePipeliner.cpp2354 MachineInstr *NewMI = cloneInstr(CI->getInstr(), MaxStageCount, StageNum); in generatePipelinedLoop() local
2366 MachineInstr *NewMI = MF.CloneMachineInstr(&*I); in generatePipelinedLoop() local
2439 MachineInstr *NewMI = in generateProlog() local
2518 MachineInstr *NewMI = cloneInstr(In, UINT_MAX, 0); in generateEpilog() local
3172 void SwingSchedulerDAG::updateMemOperands(MachineInstr &NewMI, in updateMemOperands()
3207 MachineInstr *NewMI = MF.CloneMachineInstr(OldMI); in cloneInstr() local
3230 MachineInstr *NewMI = MF.CloneMachineInstr(OldMI); in cloneAndChangeInstr() local
3250 void SwingSchedulerDAG::updateInstruction(MachineInstr *NewMI, bool LastDef, in updateInstruction()
3470 MachineInstr *NewMI = MF.CloneMachineInstr(MI); in canUseLastOffsetValue() local
3504 MachineInstr *NewMI = MF.CloneMachineInstr(MI); in applyInstrChange() local
[all …]
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp127 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
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetInstrInfoImpl.cpp288 if (MachineInstr *NewMI = foldMemoryOperandImpl(MF, MI, Ops, FI)) { in foldMemoryOperand() local
344 MachineInstr *NewMI = foldMemoryOperandImpl(MF, MI, Ops, LoadMI); in foldMemoryOperand() local
DVirtRegMap.cpp184 MachineInstr *NewMI, ModRef MRInfo) { in virtFolded()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp377 MachineInstr *NewMI = MRI->getVRegDef(Reg); in elideCopiesAndPHIs() local
385 MachineInstr *NewMI = MRI->getVRegDef(MI->getOperand(1).getReg()); in elideCopiesAndPHIs() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.cpp1304 MachineInstr *NewMI = prior(I); in reMaterialize() local
1408 MachineInstr *NewMI = MIB; in convertToThreeAddressWithLEA() local
1449 MachineInstr *NewMI = NULL; in convertToThreeAddress() local
2451 MachineInstr *NewMI = MF.CreateMachineInstr(TII.get(Opcode), in FuseTwoAddrInst() local
2477 MachineInstr *NewMI = MF.CreateMachineInstr(TII.get(Opcode), in FuseInst() local
2528 MachineInstr *NewMI = NULL; in foldMemoryOperandImpl() local
/external/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp383 MachineInstr *NewMI = MRI->getVRegDef(Reg); in elideCopiesAndPHIs() local
391 MachineInstr *NewMI = MRI->getVRegDef(MI->getOperand(1).getReg()); in elideCopiesAndPHIs() local
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h256 void ReplaceMachineInstrInMaps(MachineInstr &MI, MachineInstr &NewMI) { in ReplaceMachineInstrInMaps()

1234