Searched defs:CopyMI (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/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 805 removeCopyByCommutingDef(const CoalescerPair & CP,MachineInstr * CopyMI) removeCopyByCommutingDef() argument 1088 removePartialRedundancy(const CoalescerPair & CP,MachineInstr & CopyMI) removePartialRedundancy() argument 1287 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 | TwoAddressInstructionPass.cpp | 974 auto CopyMI = MBBI++; rescheduleMIBelowKill() local 1963 MachineInstr *CopyMI = BuildMI(*MI.getParent(), MI, MI.getDebugLoc(), eliminateRegSequence() local [all...] |
H A D | SplitKit.cpp | 533 MachineInstr *CopyMI = BuildMI(MBB, InsertBefore, DebugLoc(), Desc) buildSingleSubRegCopy() local 555 MachineInstr *CopyMI = buildCopy() local
|
H A D | InlineSpiller.cpp | 434 MachineInstr &CopyMI) { in 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); in addDefsFromCopies() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFMIPeephole.cpp | 94 bool BPFMIPeephole::isCopyFrom32Def(MachineInstr *CopyMI) in isCopyFrom32Def()
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 541 MachineInstrBuilder CopyMI = EmitSubregNode() local
|