Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterUsageInfo.cpp58 const Function &FP, ArrayRef<uint32_t> RegMask) { in storeUpdateRegUsageInfo()
76 for (const auto &RegMask : RegMasks) in print() local
H A DRegUsageInfoPropagate.cpp61 static void setRegMask(MachineInstr &MI, ArrayRef<uint32_t> RegMask) { in setRegMask()
122 const ArrayRef<uint32_t> RegMask = PRUI->getRegUsageInfo(F); in runOnMachineFunction() local
H A DLiveRegUnits.cpp22 void LiveRegUnits::removeRegsNotPreserved(const uint32_t *RegMask) { in removeRegsNotPreserved()
33 void LiveRegUnits::addRegsInMask(const uint32_t *RegMask) { in addRegsInMask()
H A DMachineStableHash.cpp126 const uint32_t *RegMask = MO.getRegMask(); in stableHashValue() local
H A DRegUsageInfoCollector.cpp122 std::vector<uint32_t> RegMask; in runOnMachineFunction() local
H A DMachineOperand.cpp354 const uint32_t *RegMask = getRegMask(); in isIdenticalTo() local
424 const uint32_t *RegMask = MO.getRegMask(); in hash_value() local
958 const uint32_t *RegMask = getRegLiveOut(); in print() local
H A DMIRPrinter.cpp268 static void printCustomRegMask(const uint32_t *RegMask, raw_ostream &OS, in printCustomRegMask()
H A DMachineCopyPropagation.cpp875 const MachineOperand *RegMask = nullptr; in ForwardCopyPropagateBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp503 handleRegMaskClobber(RegMask, Reg, LOHInfos); in handleNormalInst() local
490 handleRegMaskClobber(const uint32_t * RegMask,MCPhysReg Reg,LOHInfo * LOHInfos) handleRegMaskClobber() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.cpp153 const uint32_t *RegMask = getCallPreservedMask(MF, CC); in getReservedRegs() local
H A DM68kFrameLowering.cpp178 [Reg](MachineBasicBlock::RegisterMaskPair RegMask) { in isRegLiveIn()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h174 const uint32_t *RegMask; // For MO_RegisterMask and MO_RegisterLiveOut. member
646 static bool clobbersPhysReg(const uint32_t *RegMask, MCRegister PhysReg) { in clobbersPhysReg() argument
[all...]
H A DMachineRegisterInfo.h903 void addPhysRegsUsedFromRegMask(const uint32_t *RegMask) { in addPhysRegsUsedFromRegMask()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp83 RegMask, enumerator
111 uint16_t RegMask; member
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp629 const uint32_t *RegMask; in fuseCompareOperations() local
H A DSystemZInstrInfo.cpp830 const uint32_t *RegMask = MI.getOperand(1).getRegMask(); in PredicateInstruction() local
844 const uint32_t *RegMask = MI.getOperand(1).getRegMask(); in PredicateInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp238 const uint32_t *RegMask = in expandCALL_RVMARKER() local
H A DX86RegisterInfo.cpp569 const uint32_t *RegMask = getCallPreservedMask(MF, CC); in getReservedRegs() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1321 static void CheckForLiveRegDefMasked(SUnit *SU, const uint32_t *RegMask, in CheckForLiveRegDefMasked()
1417 if (const uint32_t *RegMask = getNodeRegMask(Node)) in DelayForLiveRegsBottomUp() local
2862 const uint32_t *RegMask = getNodeRegMask(SU->getNode()); in canClobberReachingPhysRegUse() local
H A DSelectionDAGISel.cpp1424 if (auto *RegMask = TRI.getCustomEHPadPreservedMask(*MF)) in PrepareEHLandingPad() local
2566 SDValue RegMask = *It++; in Select_PATCHPOINT() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp620 LaneBitmask RegMask = MRI.getMaxLaneMaskForVReg(Reg); in getRegLiveThroughMask() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp577 unsigned RegMask = MI.getOperand(OpIdx).getImm(); EncodeMatrixTileListRegisterClass() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp743 if (auto *RegMask = TRI->getCustomEHPadPreservedMask(MF)) in setupRegisterInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp415 unsigned RegMask = 0; member
1906 unsigned RegMask = getMatrixTileListRegMask(); in addMatrixTileListOperands() local
2323 CreateMatrixTileList(unsigned RegMask, SMLoc S, SMLoc E, MCContext &Ctx) { in CreateMatrixTileList()
2603 unsigned RegMask = getMatrixTileListRegMask(); in print() local
4460 unsigned RegMask = 0; in tryParseMatrixTileList() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp539 SmallVectorImpl<int> &RegMask = Dest[I]; in processShuffleMasks() local

12