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

/freebsd-11-stable/contrib/llvm-project/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.cpp26 void LiveRegUnits::removeRegsNotPreserved(const uint32_t *RegMask) { argument
35 void LiveRegUnits::addRegsInMask(const uint32_t *RegMask) { argument
H A DRegUsageInfoCollector.cpp123 std::vector<uint32_t> RegMask; local
H A DMachineCopyPropagation.cpp650 const MachineOperand *RegMask = nullptr; local
H A DMIRPrinter.cpp244 static void printCustomRegMask(const uint32_t *RegMask, raw_ostream &OS, argument
H A DMachineOperand.cpp310 const uint32_t *RegMask = getRegMask(); local
884 const uint32_t *RegMask = getRegLiveOut(); local
H A DPeepholeOptimizer.cpp1676 const uint32_t *RegMask = MO.getRegMask(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp454 static void handleRegMaskClobber(const uint32_t *RegMask, MCPhysReg Reg, argument
467 const uint32_t *RegMask = MO.getRegMask(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp646 const uint32_t *RegMask; local
H A DSystemZInstrInfo.cpp741 const uint32_t *RegMask = MI.getOperand(1).getRegMask(); local
754 const uint32_t *RegMask = MI.getOperand(0).getRegMask(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp552 const uint32_t *RegMask = getCallPreservedMask(MF, CC); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h172 const uint32_t *RegMask; // For MO_RegisterMask and MO_RegisterLiveOut. member in union:llvm::MachineOperand::ContentsUnion
615 static bool clobbersPhysReg(const uint32_t *RegMask, unsigned PhysReg) { argument
[all...]
H A DMachineRegisterInfo.h848 void addPhysRegsUsedFromRegMask(const uint32_t *RegMask) { argument
H A DSelectionDAGNodes.h2060 const uint32_t *RegMask; member in class:llvm::RegisterMaskSDNode
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1319 static void CheckForLiveRegDefMasked(SUnit *SU, const uint32_t *RegMask, argument

Completed in 159 milliseconds