Searched defs:CopyMI (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandPostRAPseudos.cpp | 107 MachineBasicBlock::iterator CopyMI = MI; in LowerSubregToReg() local
|
H A D | RegisterCoalescer.cpp | 616 adjustCopiesBackFrom(const CoalescerPair & CP,MachineInstr * CopyMI) adjustCopiesBackFrom() argument 806 removeCopyByCommutingDef(const CoalescerPair & CP,MachineInstr * CopyMI) removeCopyByCommutingDef() argument 1089 removePartialRedundancy(const CoalescerPair & CP,MachineInstr & CopyMI) removePartialRedundancy() argument 1288 reMaterializeTrivialDef(const CoalescerPair & CP,MachineInstr * CopyMI,bool & IsDefCopy) reMaterializeTrivialDef() argument 1669 eliminateUndefCopy(MachineInstr * CopyMI) eliminateUndefCopy() argument 1969 joinCopy(MachineInstr * CopyMI,bool & Again,SmallPtrSetImpl<MachineInstr * > & CurrentErasedInstrs) joinCopy() argument 2265 MachineInstr *CopyMI; joinReservedPhysReg() local [all...] |
H A D | SplitKit.cpp | 532 MachineInstr *CopyMI = BuildMI(MBB, InsertBefore, DebugLoc(), Desc) buildSingleSubRegCopy() local 554 MachineInstr *CopyMI = buildCopy() local
|
H A D | TwoAddressInstructionPass.cpp | 974 auto CopyMI = MBBI++; rescheduleMIBelowKill() local 1974 MachineInstr *CopyMI = BuildMI(*MI.getParent(), MI, MI.getDebugLoc(), eliminateRegSequence() local [all...] |
H A D | InlineSpiller.cpp | 432 hoistSpillInsideBB(LiveInterval & SpillLI,MachineInstr & CopyMI) hoistSpillInsideBB() argument
|
H A D | TargetInstrInfo.cpp | 784 MachineBasicBlock::iterator CopyMI = MI; in transferImplicitOperands() local
|
H A D | LiveDebugVariables.cpp | 1087 MachineInstr *CopyMI = LIS.getInstructionFromIndex(DstVNI->def); addDefsFromCopies() local
|
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFMIPeephole.cpp | 94 isCopyFrom32Def(MachineInstr * CopyMI) isCopyFrom32Def() argument
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 568 CopyMI.addReg(Reg, 0, SubIdx); in EmitSubregNode() local
|