Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterUsageInfo.cpp60 const Function &FP, ArrayRef<uint32_t> RegMask) { in storeUpdateRegUsageInfo()
78 for (const auto &RegMask : RegMasks) in print() local
DRegUsageInfoPropagate.cpp64 static void setRegMask(MachineInstr &MI, ArrayRef<uint32_t> RegMask) { in setRegMask()
125 const ArrayRef<uint32_t> RegMask = PRUI->getRegUsageInfo(F); in runOnMachineFunction() local
DLiveRegUnits.cpp26 void LiveRegUnits::removeRegsNotPreserved(const uint32_t *RegMask) { in removeRegsNotPreserved()
35 void LiveRegUnits::addRegsInMask(const uint32_t *RegMask) { in addRegsInMask()
DRegUsageInfoCollector.cpp123 std::vector<uint32_t> RegMask; in runOnMachineFunction() local
DMachineOperand.cpp310 const uint32_t *RegMask = getRegMask(); in isIdenticalTo() local
884 const uint32_t *RegMask = getRegLiveOut(); in print() local
DMachineCopyPropagation.cpp650 const MachineOperand *RegMask = nullptr; in ForwardCopyPropagateBlock() local
DMIRPrinter.cpp244 static void printCustomRegMask(const uint32_t *RegMask, raw_ostream &OS, in printCustomRegMask()
DPeepholeOptimizer.cpp1676 const uint32_t *RegMask = MO.getRegMask(); in runOnMachineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp454 static void handleRegMaskClobber(const uint32_t *RegMask, MCPhysReg Reg, in handleRegMaskClobber()
467 const uint32_t *RegMask = MO.getRegMask(); in handleNormalInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceRegAlloc.h66 SmallBitVector RegMask; variable
DIceTargetLowering.cpp478 SmallBitVector RegMask = getRegisterSet(RegInclude, RegExclude); in regAlloc() local
528 void TargetLowering::postRegallocSplitting(const SmallBitVector &RegMask) { in postRegallocSplitting()
DIceRegAlloc.cpp87 const SmallBitVector &RegMask, in findMinWeightIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h172 const uint32_t *RegMask; // For MO_RegisterMask and MO_RegisterLiveOut. member
615 static bool clobbersPhysReg(const uint32_t *RegMask, unsigned PhysReg) { in clobbersPhysReg()
DMachineRegisterInfo.h848 void addPhysRegsUsedFromRegMask(const uint32_t *RegMask) { in addPhysRegsUsedFromRegMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86RegisterInfo.cpp552 const uint32_t *RegMask = getCallPreservedMask(MF, CC); in getReservedRegs() local
DX86FrameLowering.cpp197 for (MachineBasicBlock::RegisterMaskPair RegMask : MBB.liveins()) { in isEAXLiveIn() local
2742 auto RegMask = Prev->getOperand(1); in adjustStackWithPops() local
DX86ISelLowering.cpp4233 uint32_t *RegMask = nullptr; in LowerCall() local
31148 const uint32_t *RegMask = in EmitLoweredSegAlloca() local
31299 const uint32_t *RegMask = in EmitLoweredTLSCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp646 const uint32_t *RegMask; in fuseCompareOperations() local
DSystemZInstrInfo.cpp741 const uint32_t *RegMask = MI.getOperand(1).getRegMask(); in PredicateInstruction() local
754 const uint32_t *RegMask = MI.getOperand(0).getRegMask(); in PredicateInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1319 static void CheckForLiveRegDefMasked(SUnit *SU, const uint32_t *RegMask, in CheckForLiveRegDefMasked()
1407 if (const uint32_t *RegMask = getNodeRegMask(Node)) in DelayForLiveRegsBottomUp() local
2843 const uint32_t *RegMask = getNodeRegMask(SU->getNode()); in canClobberReachingPhysRegUse() local
DSelectionDAG.cpp1805 SDValue SelectionDAG::getRegisterMask(const uint32_t *RegMask) { in getRegisterMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2596 if (const auto *RegMask = PFS.Target.getRegMask(Token.stringValue())) { in parseMachineOperand() local