Home
last modified time | relevance | path

Searched refs:getRegMask (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp54 removeRegsNotPreserved(MOP.getRegMask()); in stepBackward()
81 addRegsInMask(MOP.getRegMask()); in accumulate()
H A DMachineOperand.cpp354 const uint32_t *RegMask = getRegMask(); in isIdenticalTo()
355 const uint32_t *OtherRegMask = Other.getRegMask(); in isIdenticalTo()
424 const uint32_t *RegMask = MO.getRegMask(); in hash_value()
940 if (getRegMask()[MaskWord] & (1 << MaskBit)) { in print()
H A DMachineStableHash.cpp126 const uint32_t *RegMask = MO.getRegMask(); in stableHashValue()
H A DLivePhysRegs.cpp111 MachineOperand::clobbersPhysReg(Reg.second->getRegMask(), Reg.first)) in stepForward()
H A DMIRPrinter.cpp968 auto RegMaskInfo = RegisterMaskIds.find(Op.getRegMask()); in print()
972 printCustomRegMask(Op.getRegMask(), OS, TRI); in print()
H A DRDFRegisters.cpp75 RegMasks.insert(Op.getRegMask()); in PhysicalRegisterInfo()
H A DVirtRegMap.cpp548 MRI->addPhysRegsUsedFromRegMask(MO.getRegMask()); in rewrite()
H A DRDFGraph.cpp997 return RegisterRef(getPRI().getRegMaskId(Op.getRegMask()), in makeRegRef()
1323 const uint32_t *RM = Op.getRegMask(); in buildStmt()
H A DScheduleDAGInstrs.cpp1151 LiveRegs.removeRegsNotPreserved(MO.getRegMask()); in fixupKills()
H A DMachineLICM.cpp504 applyBitsNotInRegMaskToRegUnitsMask(*TRI, RUClobbers, MO.getRegMask()); in ProcessMI()
H A DPeepholeOptimizer.cpp1742 const uint32_t *RegMask = MO.getRegMask(); in runOnMachineFunction()
H A DRegAllocFast.cpp1443 RegMasks.push_back(MO.getRegMask()); in allocateInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRegUnits.h53 ModifiedRegUnits.addRegsInMask(O->getRegMask()); in accumulateUsedDefed()
H A DMachineOperand.h654 return clobbersPhysReg(getRegMask(), PhysReg); in clobbersPhysReg()
657 /// getRegMask - Returns a bit mask of registers preserved by this RegMask
659 const uint32_t *getRegMask() const { in getRegMask() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h113 const uint32_t *getRegMask(StringRef Identifier);
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp71 const uint32_t *BM = Op.getRegMask(); in isLiveInstr()
H A DHexagonBlockRanges.cpp352 const uint32_t *BM = Op.getRegMask(); in computeInitialLiveRanges()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp499 const uint32_t *RegMask = MO.getRegMask(); in handleNormalInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PreTileConfig.cpp113 UsableRegs.clearBitsInMask(Iter->getRegMask()); in isDestructiveCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp631 RegMask = MBBI->getOperand(3).getRegMask(); in fuseCompareOperations()
H A DSystemZInstrInfo.cpp830 const uint32_t *RegMask = MI.getOperand(1).getRegMask(); in PredicateInstruction()
844 const uint32_t *RegMask = MI.getOperand(1).getRegMask(); in PredicateInstruction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp750 MRI.addPhysRegsUsedFromRegMask(MO.getRegMask()); in setupRegisterInfo()
H A DMIParser.cpp162 const uint32_t *PerTargetMIParsingState::getRegMask(StringRef Identifier) { in getRegMask() function in PerTargetMIParsingState
2949 if (const auto *RegMask = PFS.Target.getRegMask(Token.stringValue())) { in parseMachineOperand()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp436 MIB.addRegMask(RM->getRegMask()); in AddOperand()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1886 RegMasks.push_back(MO.getRegMask()); in transferRegisterDef()
2371 BlockMasks[CurBB].clearBitsNotInMask(P.first->getRegMask(), BVWords); in produceMLocTransferFunction()

12