Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterUsageInfo.cpp60 const Function &FP, ArrayRef<uint32_t> RegMask) { in storeUpdateRegUsageInfo()
78 for (const auto &RegMask : RegMasks) in print() local
H A DRegUsageInfoPropagate.cpp64 static void setRegMask(MachineInstr &MI, ArrayRef<uint32_t> RegMask) { in setRegMask()
125 const ArrayRef<uint32_t> RegMask = PRUI->getRegUsageInfo(F); in runOnMachineFunction() local
H A DLiveRegUnits.cpp22 void LiveRegUnits::removeRegsNotPreserved(const uint32_t *RegMask) { in removeRegsNotPreserved()
31 void LiveRegUnits::addRegsInMask(const uint32_t *RegMask) { in addRegsInMask()
H A DRegUsageInfoCollector.cpp123 std::vector<uint32_t> RegMask; in runOnMachineFunction() local
H A DMachineOperand.cpp317 const uint32_t *RegMask = getRegMask(); in isIdenticalTo() local
896 const uint32_t *RegMask = getRegLiveOut(); in print() local
H A DMachineCopyPropagation.cpp667 const MachineOperand *RegMask = nullptr; in ForwardCopyPropagateBlock() local
H A DMIRPrinter.cpp252 static void printCustomRegMask(const uint32_t *RegMask, raw_ostream &OS, in printCustomRegMask()
H A DPeepholeOptimizer.cpp1675 const uint32_t *RegMask = MO.getRegMask(); in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp490 static void handleRegMaskClobber(const uint32_t *RegMask, MCPhysReg Reg, in handleRegMaskClobber()
503 const uint32_t *RegMask = MO.getRegMask(); in handleNormalInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.cpp152 const uint32_t *RegMask = getCallPreservedMask(MF, CC); in getReservedRegs() local
H A DM68kFrameLowering.cpp178 [Reg](MachineBasicBlock::RegisterMaskPair RegMask) { in isRegLiveIn()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h174 const uint32_t *RegMask; // For MO_RegisterMask and MO_RegisterLiveOut. member
617 static bool clobbersPhysReg(const uint32_t *RegMask, MCRegister PhysReg) { in clobbersPhysReg()
H A DMachineRegisterInfo.h866 void addPhysRegsUsedFromRegMask(const uint32_t *RegMask) { in addPhysRegsUsedFromRegMask()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp647 const uint32_t *RegMask; in fuseCompareOperations() local
H A DSystemZInstrInfo.cpp742 const uint32_t *RegMask = MI.getOperand(1).getRegMask(); in PredicateInstruction() local
756 const uint32_t *RegMask = MI.getOperand(1).getRegMask(); in PredicateInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp248 const uint32_t *RegMask = in expandCALL_RVMARKER() local
H A DX86RegisterInfo.cpp562 const uint32_t *RegMask = getCallPreservedMask(MF, CC); in getReservedRegs() local
H A DX86FrameLowering.cpp153 for (MachineBasicBlock::RegisterMaskPair RegMask : MBB.liveins()) { in isEAXLiveIn() local
3186 const MachineOperand &RegMask = Prev->getOperand(1); in adjustStackWithPops() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1319 static void CheckForLiveRegDefMasked(SUnit *SU, const uint32_t *RegMask, in CheckForLiveRegDefMasked()
1407 if (const uint32_t *RegMask = getNodeRegMask(Node)) in DelayForLiveRegsBottomUp() local
2846 const uint32_t *RegMask = getNodeRegMask(SU->getNode()); in canClobberReachingPhysRegUse() local
H A DSelectionDAGISel.cpp1281 if (auto *RegMask = TRI.getCustomEHPadPreservedMask(*MF)) in PrepareEHLandingPad() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp665 if (auto *RegMask = TRI->getCustomEHPadPreservedMask(MF)) in setupRegisterInfo() local
H A DMIParser.cpp2647 if (const auto *RegMask = PFS.Target.getRegMask(Token.stringValue())) { in parseMachineOperand() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp994 for (const MachineBasicBlock::RegisterMaskPair &RegMask : ExitBB->liveins()) { in ValidateLiveOuts() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1503 any_of(RegMasks, [Reg](const uint32_t *RegMask) { in transferRegisterDef()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Di386-opc.h788 RegMask, /* Vector Mask register */ enumerator

12