Searched defs:MCPhysReg (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCRegister.h | 21 using MCPhysReg = uint16_t; variable
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | AllocationOrder.h | 90 AllocationOrder(SmallVector<MCPhysReg, 16> &&Hints, ArrayRef<MCPhysReg> Order, in AllocationOrder()
|
H A D | LivePhysRegs.cpp | 32 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> *Clobbers) { in removeRegsInMask() argument 81 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> &Clobbers) { in stepForward() argument
|
H A D | IfConversion.cpp | 2097 MaySpeculate(const MachineInstr & MI,SmallSet<MCPhysReg,4> & LaterRedefs) MaySpeculate() argument 2120 PredicateBlock(BBInfo & BBI,MachineBasicBlock::iterator E,SmallVectorImpl<MachineOperand> & Cond,SmallSet<MCPhysReg,4> * LaterRedefs) PredicateBlock() argument [all...] |
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | MCInstrDescView.cpp | 130 for (MCPhysReg MCPhysReg : Description->implicit_defs()) { create() local 138 for (MCPhysReg MCPhysReg : Description->implicit_uses()) { create() local [all...] |