Home
last modified time | relevance | path

Searched defs:MCPhysReg (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/MC/
H A DMCRegister.h21 using MCPhysReg = uint16_t; variable
/llvm-project/llvm/lib/CodeGen/
H A DAllocationOrder.h90 AllocationOrder(SmallVector<MCPhysReg, 16> &&Hints, ArrayRef<MCPhysReg> Order, in AllocationOrder()
H A DLivePhysRegs.cpp32 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> *Clobbers) { in removeRegsInMask() argument
81 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> &Clobbers) { in stepForward() argument
H A DIfConversion.cpp2097 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 DMCInstrDescView.cpp130 for (MCPhysReg MCPhysReg : Description->implicit_defs()) { create() local
138 for (MCPhysReg MCPhysReg : Description->implicit_uses()) { create() local
[all...]