Home
last modified time | relevance | path

Searched defs:RegMask (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineOperand.h159 const uint32_t *RegMask; // For MO_RegisterMask and MO_RegisterLiveOut. member
475 static bool clobbersPhysReg(const uint32_t *RegMask, unsigned PhysReg) { in clobbersPhysReg()
DMachineRegisterInfo.h647 void addPhysRegsUsedFromRegMask(const uint32_t *RegMask) { in addPhysRegsUsedFromRegMask()
/external/llvm/lib/Target/X86/
DX86RegisterInfo.cpp417 const uint32_t *RegMask = getCallPreservedMask(MF, CC); in getReservedRegs() local
DX86FrameLowering.cpp2438 auto RegMask = Prev->getOperand(1); in adjustStackWithPops() local
DX86ISelLowering.cpp21804 const uint32_t *RegMask = in EmitLoweredSegAlloca() local
21936 const uint32_t *RegMask = in EmitLoweredTLSCall() local
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1242 static void CheckForLiveRegDefMasked(SUnit *SU, const uint32_t *RegMask, in CheckForLiveRegDefMasked()
1330 if (const uint32_t *RegMask = getNodeRegMask(Node)) in DelayForLiveRegsBottomUp() local
2725 const uint32_t *RegMask = getNodeRegMask(SU->getNode()); in canClobberReachingPhysRegUse() local
DSelectionDAG.cpp1713 SDValue SelectionDAG::getRegisterMask(const uint32_t *RegMask) { in getRegisterMask()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp818 const uint32_t *RegMask = Op.getRegLiveOut(); in print() local
DPeepholeOptimizer.cpp1555 const uint32_t *RegMask = Op.getRegMask(); in runOnMachineFunction() local
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1426 if (const auto *RegMask = getRegMask(Token.stringValue())) { in parseMachineOperand() local