Searched defs:MCPhysReg (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCRegister.h | 19 using MCPhysReg = uint16_t; variable
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCRegister.h | 19 using MCPhysReg = uint16_t; variable
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | AllocationOrder.h | 90 AllocationOrder(SmallVector<MCPhysReg, 16> &&Hints, ArrayRef<MCPhysReg> Order, in AllocationOrder()
|
D | LivePhysRegs.cpp | 32 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> *Clobbers) { in removeRegsInMask() 81 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> &Clobbers) { in stepForward()
|
D | IfConversion.cpp | 2115 SmallSet<MCPhysReg, 4> &LaterRedefs) { in MaySpeculate() 2138 SmallSet<MCPhysReg, 4> *LaterRedefs) { in PredicateBlock()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LivePhysRegs.cpp | 32 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> *Clobbers) { in removeRegsInMask() 81 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> &Clobbers) { in stepForward()
|
D | IfConversion.cpp | 2115 SmallSet<MCPhysReg, 4> &LaterRedefs) { in MaySpeculate() 2138 SmallSet<MCPhysReg, 4> *LaterRedefs) { in PredicateBlock()
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/ |
D | MCInstrDescView.cpp | 131 for (const MCPhysReg *MCPhysReg = Description->getImplicitDefs(); in create() local 140 for (const MCPhysReg *MCPhysReg = Description->getImplicitUses(); in create() local
|
/external/capstone/ |
D | MCRegisterInfo.h | 26 typedef uint16_t MCPhysReg; typedef
|
/external/llvm/include/llvm/MC/ |
D | MCRegisterInfo.h | 27 typedef uint16_t MCPhysReg; typedef
|