Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp26 void LiveRegUnits::removeRegsNotPreserved(const uint32_t *RegMask) { in removeRegsNotPreserved() argument
35 void LiveRegUnits::addRegsInMask(const uint32_t *RegMask) { in addRegsInMask() argument
H A DRegUsageInfoPropagate.cpp64 static void setRegMask(MachineInstr &MI, ArrayRef<uint32_t> RegMask) { in setRegMask() argument
[all...]
H A DRegisterUsageInfo.cpp59 storeUpdateRegUsageInfo( const Function &FP, ArrayRef<uint32_t> RegMask) storeUpdateRegUsageInfo() argument
H A DRegUsageInfoCollector.cpp123 std::vector<uint32_t> RegMask; in runOnMachineFunction() local
H A DMachineCopyPropagation.cpp650 const MachineOperand *RegMask = nullptr; in ForwardCopyPropagateBlock() local
H A DMIRPrinter.cpp244 static void printCustomRegMask(const uint32_t *RegMask, raw_ostream &OS, in printCustomRegMask() argument
H A DMachineOperand.cpp310 const uint32_t *RegMask = getRegMask(); in isIdenticalTo() local
884 const uint32_t *RegMask = getRegLiveOut(); in print() local
H A DPeepholeOptimizer.cpp1676 const uint32_t *RegMask = MO.getRegMask(); in runOnMachineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceRegAlloc.h66 SmallBitVector RegMask; member in Ice::LinearScan::IterationState
H A DIceRegAlloc.cpp86 findMinWeightIndex( const SmallBitVector &RegMask, const llvm::SmallVector<RegWeight, LinearScan::REGS_SIZE> &Weights) findMinWeightIndex() argument
[all...]
H A DIceTargetLowering.cpp478 SmallBitVector RegMask = getRegisterSet(RegInclude, RegExclude); in regAlloc() local
528 void TargetLowering::postRegallocSplitting(const SmallBitVector &RegMask) { in postRegallocSplitting() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp454 static void handleRegMaskClobber(const uint32_t *RegMask, MCPhysReg Reg, in handleRegMaskClobber() argument
467 const uint32_t *RegMask = MO.getRegMask(); in handleNormalInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp646 const uint32_t *RegMask; in fuseCompareOperations() local
H A 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/Target/X86/
H A DX86RegisterInfo.cpp552 const uint32_t *RegMask = getCallPreservedMask(MF, CC); in getReservedRegs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A 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() argument
[all...]
H A DMachineRegisterInfo.h848 void addPhysRegsUsedFromRegMask(const uint32_t *RegMask) { in addPhysRegsUsedFromRegMask() argument
H A DSelectionDAGNodes.h2060 const uint32_t *RegMask; member in llvm::RegisterMaskSDNode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1319 static void CheckForLiveRegDefMasked(SUnit *SU, const uint32_t *RegMask, in CheckForLiveRegDefMasked() argument

Completed in 42 milliseconds