Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp44 removeRegsNotPreserved(MOP.getRegMask()); in stepBackward()
64 addRegsInMask(MOP.getRegMask()); in accumulate()
H A DDeadMachineInstructionElim.cpp173 LivePhysRegs.clearBitsNotInMask(MO.getRegMask()); in eliminateDeadMI()
H A DMachineStableHash.cpp119 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getRegMask()); in stableHashValue()
H A DMachineOperand.cpp317 const uint32_t *RegMask = getRegMask(); in isIdenticalTo()
318 const uint32_t *OtherRegMask = Other.getRegMask(); in isIdenticalTo()
383 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getRegMask()); in hash_value()
886 if (getRegMask()[MaskWord] & (1 << MaskBit)) { in print()
H A DLivePhysRegs.cpp109 MachineOperand::clobbersPhysReg(Reg.second->getRegMask(), Reg.first)) in stepForward()
H A DMIRPrinter.cpp912 auto RegMaskInfo = RegisterMaskIds.find(Op.getRegMask()); in print()
916 printCustomRegMask(Op.getRegMask(), OS, TRI); in print()
H A DRDFRegisters.cpp81 RegMasks.insert(Op.getRegMask()); in PhysicalRegisterInfo()
H A DVirtRegMap.cpp555 MRI->addPhysRegsUsedFromRegMask(MO.getRegMask()); in rewrite()
H A DRegisterScavenging.cpp310 Candidates.clearBitsNotInMask(MO.getRegMask()); in findSurvivorReg()
H A DRDFGraph.cpp979 return RegisterRef(PRI.getRegMaskId(Op.getRegMask()), LaneBitmask::getAll()); in makeRegRef()
1324 const uint32_t *RM = Op.getRegMask(); in buildStmt()
H A DMachineLICM.cpp444 PhysRegClobbers.setBitsNotInMask(MO.getRegMask()); in ProcessMI()
H A DPeepholeOptimizer.cpp1690 const uint32_t *RegMask = MO.getRegMask(); in runOnMachineFunction()
H A DRegAllocFast.cpp1156 RegMasks.push_back(MO.getRegMask()); in allocateInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRegUnits.h53 ModifiedRegUnits.addRegsInMask(O->getRegMask()); in accumulateUsedDefed()
H A DMachineOperand.h625 return clobbersPhysReg(getRegMask(), PhysReg); in clobbersPhysReg()
630 const uint32_t *getRegMask() const { in getRegMask() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h111 const uint32_t *getRegMask(StringRef Identifier);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp70 const uint32_t *BM = Op.getRegMask(); in isLiveInstr()
H A DHexagonBlockRanges.cpp353 const uint32_t *BM = Op.getRegMask(); in computeInitialLiveRanges()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp503 const uint32_t *RegMask = MO.getRegMask(); in handleNormalInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PreTileConfig.cpp106 UsableRegs.clearBitsInMask(Iter->getRegMask()); in isDestructiveCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp649 RegMask = MBBI->getOperand(3).getRegMask(); in fuseCompareOperations()
H A DSystemZInstrInfo.cpp742 const uint32_t *RegMask = MI.getOperand(1).getRegMask(); in PredicateInstruction()
756 const uint32_t *RegMask = MI.getOperand(1).getRegMask(); in PredicateInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp682 MRI.addPhysRegsUsedFromRegMask(MO.getRegMask()); in setupRegisterInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp407 MIB.addRegMask(RM->getRegMask()); in AddOperand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2084 RegMasks.push_back(MO.getRegMask()); in transferRegisterDef()
2508 BlockMasks[CurBB].clearBitsNotInMask(P.first->getRegMask(), BVWords); in produceMLocTransferFunction()

12