/external/llvm/lib/CodeGen/ |
D | RegisterUsageInfo.cpp | 50 const Function *FP, std::vector<uint32_t> RegMask) { in storeUpdateRegUsageInfo() 70 for (const auto &RegMask : RegMasks) in print() local
|
D | RegUsageInfoPropagate.cpp | 64 static void setRegMask(MachineInstr &MI, const uint32_t *RegMask) { in setRegMask() 109 const auto *RegMask = PRUI->getRegUsageInfo(F); in runOnMachineFunction() local
|
D | RegUsageInfoCollector.cpp | 80 uint32_t *RegMask, unsigned PReg) { in markRegClobbered() 101 std::vector<uint32_t> RegMask; in runOnMachineFunction() local
|
D | MachineCopyPropagation.cpp | 100 const MachineOperand &RegMask) { in removeClobberedRegsFromMap() 256 const MachineOperand *RegMask = nullptr; in CopyPropagateBlock() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegisterUsageInfo.cpp | 60 const Function &FP, ArrayRef<uint32_t> RegMask) { in storeUpdateRegUsageInfo() 78 for (const auto &RegMask : RegMasks) in print() local
|
D | RegUsageInfoPropagate.cpp | 64 static void setRegMask(MachineInstr &MI, ArrayRef<uint32_t> RegMask) { in setRegMask() 125 const ArrayRef<uint32_t> RegMask = PRUI->getRegUsageInfo(F); in runOnMachineFunction() local
|
D | LiveRegUnits.cpp | 26 void LiveRegUnits::removeRegsNotPreserved(const uint32_t *RegMask) { in removeRegsNotPreserved() 35 void LiveRegUnits::addRegsInMask(const uint32_t *RegMask) { in addRegsInMask()
|
D | RegUsageInfoCollector.cpp | 123 std::vector<uint32_t> RegMask; in runOnMachineFunction() local
|
D | MachineOperand.cpp | 310 const uint32_t *RegMask = getRegMask(); in isIdenticalTo() local 884 const uint32_t *RegMask = getRegLiveOut(); in print() local
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RegisterUsageInfo.cpp | 60 const Function &FP, ArrayRef<uint32_t> RegMask) { in storeUpdateRegUsageInfo() 78 for (const auto &RegMask : RegMasks) in print() local
|
D | RegUsageInfoPropagate.cpp | 64 static void setRegMask(MachineInstr &MI, ArrayRef<uint32_t> RegMask) { in setRegMask() 125 const ArrayRef<uint32_t> RegMask = PRUI->getRegUsageInfo(F); in runOnMachineFunction() local
|
D | LiveRegUnits.cpp | 22 void LiveRegUnits::removeRegsNotPreserved(const uint32_t *RegMask) { in removeRegsNotPreserved() 31 void LiveRegUnits::addRegsInMask(const uint32_t *RegMask) { in addRegsInMask()
|
D | RegUsageInfoCollector.cpp | 123 std::vector<uint32_t> RegMask; in runOnMachineFunction() local
|
D | MachineOperand.cpp | 317 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/Target/AArch64/ |
D | AArch64CollectLOH.cpp | 454 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/ |
D | AArch64CollectLOH.cpp | 466 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/ |
D | IceRegAlloc.h | 66 SmallBitVector RegMask; variable
|
D | IceTargetLowering.cpp | 509 SmallBitVector RegMask = getRegisterSet(RegInclude, RegExclude); in regAlloc() local 559 void TargetLowering::postRegallocSplitting(const SmallBitVector &RegMask) { in postRegallocSplitting()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 159 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/ |
D | MachineOperand.h | 172 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/ |
D | MachineOperand.h | 172 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/ |
D | X86RegisterInfo.cpp | 456 const uint32_t *RegMask = getCallPreservedMask(MF, CC); in getReservedRegs() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZElimCompare.cpp | 422 const uint32_t *RegMask; in fuseCompareOperations() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86RegisterInfo.cpp | 552 const uint32_t *RegMask = getCallPreservedMask(MF, CC); in getReservedRegs() local
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86RegisterInfo.cpp | 547 const uint32_t *RegMask = getCallPreservedMask(MF, CC); in getReservedRegs() local
|