Searched defs:RegMask (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterUsageInfo.cpp59 storeUpdateRegUsageInfo( const Function &FP, ArrayRef<uint32_t> RegMask) argument
H A DRegUsageInfoPropagate.cpp64 static void setRegMask(MachineInstr &MI, ArrayRef<uint32_t> RegMask) { argument
[all...]
H A DLiveRegUnits.cpp22 void LiveRegUnits::removeRegsNotPreserved(const uint32_t *RegMask) { argument
31 void LiveRegUnits::addRegsInMask(const uint32_t *RegMask) { argument
H A DRegUsageInfoCollector.cpp123 std::vector<uint32_t> RegMask; local
H A DMachineCopyPropagation.cpp667 const MachineOperand *RegMask = nullptr; local
H A DMIRPrinter.cpp252 static void printCustomRegMask(const uint32_t *RegMask, raw_ostream &OS, argument
H A DPeepholeOptimizer.cpp1675 const uint32_t *RegMask = MO.getRegMask(); local
H A DMachineOperand.cpp317 const uint32_t *RegMask = getRegMask(); local
896 const uint32_t *RegMask = getRegLiveOut(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.cpp152 const uint32_t *RegMask = getCallPreservedMask(MF, CC); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp490 static void handleRegMaskClobber(const uint32_t *RegMask, MCPhysReg Reg, argument
503 const uint32_t *RegMask = MO.getRegMask(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp647 const uint32_t *RegMask; local
H A DSystemZInstrInfo.cpp742 const uint32_t *RegMask = MI.getOperand(1).getRegMask(); local
756 const uint32_t *RegMask = MI.getOperand(1).getRegMask(); local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h174 const uint32_t *RegMask; // For MO_RegisterMask and MO_RegisterLiveOut. member in union:llvm::MachineOperand::ContentsUnion
617 static bool clobbersPhysReg(const uint32_t *RegMask, MCRegister PhysReg) { argument
[all...]
H A DMachineRegisterInfo.h866 void addPhysRegsUsedFromRegMask(const uint32_t *RegMask) { argument
H A DSelectionDAGNodes.h2088 const uint32_t *RegMask; member in class:llvm::RegisterMaskSDNode
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp248 const uint32_t *RegMask = local
H A DX86RegisterInfo.cpp562 const uint32_t *RegMask = getCallPreservedMask(MF, CC); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1319 static void CheckForLiveRegDefMasked(SUnit *SU, const uint32_t *RegMask, argument
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Di386-opc.h748 RegMask, /* Vector Mask register */ enumerator in enum:operand_class
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Di386-opc.h793 RegMask, /* Vector Mask register */ enumerator in enum:operand_class
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Di386-opc.h788 RegMask, /* Vector Mask register */ enumerator in enum:operand_class
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Di386-opc.h818 RegMask, /* Vector Mask register */ enumerator in enum:operand_class

Completed in 379 milliseconds