Home
last modified time | relevance | path

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

123

/external/llvm/lib/CodeGen/
DRegisterUsageInfo.cpp50 const Function *FP, std::vector<uint32_t> RegMask) { in storeUpdateRegUsageInfo()
70 for (const auto &RegMask : RegMasks) in print() local
DRegUsageInfoPropagate.cpp64 static void setRegMask(MachineInstr &MI, const uint32_t *RegMask) { in setRegMask()
109 const auto *RegMask = PRUI->getRegUsageInfo(F); in runOnMachineFunction() local
DRegUsageInfoCollector.cpp80 uint32_t *RegMask, unsigned PReg) { in markRegClobbered()
101 std::vector<uint32_t> RegMask; in runOnMachineFunction() local
DMachineCopyPropagation.cpp100 const MachineOperand &RegMask) { in removeClobberedRegsFromMap()
256 const MachineOperand *RegMask = nullptr; in CopyPropagateBlock() local
/external/llvm-project/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.cpp22 void LiveRegUnits::removeRegsNotPreserved(const uint32_t *RegMask) { in removeRegsNotPreserved()
31 void LiveRegUnits::addRegsInMask(const uint32_t *RegMask) { in addRegsInMask()
DRegUsageInfoCollector.cpp123 std::vector<uint32_t> RegMask; in runOnMachineFunction() local
DMachineOperand.cpp317 const uint32_t *RegMask = getRegMask(); in isIdenticalTo() local
896 const uint32_t *RegMask = getRegLiveOut(); in print() local
/external/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
/external/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
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp466 static void handleRegMaskClobber(const uint32_t *RegMask, MCPhysReg Reg, in handleRegMaskClobber()
479 const uint32_t *RegMask = MO.getRegMask(); in handleNormalInst() local
/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.h66 SmallBitVector RegMask; variable
DIceTargetLowering.cpp509 SmallBitVector RegMask = getRegisterSet(RegInclude, RegExclude); in regAlloc() local
559 void TargetLowering::postRegallocSplitting(const SmallBitVector &RegMask) { in postRegallocSplitting()
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h159 const uint32_t *RegMask; // For MO_RegisterMask and MO_RegisterLiveOut. member
475 static bool clobbersPhysReg(const uint32_t *RegMask, unsigned PhysReg) { in clobbersPhysReg()
/external/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()
/external/llvm-project/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, MCRegister PhysReg) { in clobbersPhysReg()
/external/llvm/lib/Target/X86/
DX86RegisterInfo.cpp456 const uint32_t *RegMask = getCallPreservedMask(MF, CC); in getReservedRegs() local
/external/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp422 const uint32_t *RegMask; in fuseCompareOperations() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86RegisterInfo.cpp552 const uint32_t *RegMask = getCallPreservedMask(MF, CC); in getReservedRegs() local
/external/llvm-project/llvm/lib/Target/X86/
DX86RegisterInfo.cpp547 const uint32_t *RegMask = getCallPreservedMask(MF, CC); in getReservedRegs() local

123