/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-7.0/llvm/lib/CodeGen/ |
D | RegisterUsageInfo.cpp | 61 const Function &FP, ArrayRef<uint32_t> RegMask) { in storeUpdateRegUsageInfo() 79 for (const auto &RegMask : RegMasks) in print() local
|
D | RegUsageInfoPropagate.cpp | 65 static void setRegMask(MachineInstr &MI, ArrayRef<uint32_t> RegMask) { in setRegMask() 126 const ArrayRef<uint32_t> RegMask = PRUI->getRegUsageInfo(F); in runOnMachineFunction() local
|
D | LiveRegUnits.cpp | 27 void LiveRegUnits::removeRegsNotPreserved(const uint32_t *RegMask) { in removeRegsNotPreserved() 36 void LiveRegUnits::addRegsInMask(const uint32_t *RegMask) { in addRegsInMask()
|
D | MachineCopyPropagation.cpp | 155 const MachineOperand &RegMask) { in removeClobberedRegsFromMap() 504 const MachineOperand *RegMask = nullptr; in CopyPropagateBlock() local
|
D | RegUsageInfoCollector.cpp | 90 std::vector<uint32_t> RegMask; in runOnMachineFunction() local
|
D | MachineOperand.cpp | 295 const uint32_t *RegMask = getRegMask(); in isIdenticalTo() local 872 const uint32_t *RegMask = getRegLiveOut(); in print() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64CollectLOH.cpp | 450 static void handleRegMaskClobber(const uint32_t *RegMask, MCPhysReg Reg, in handleRegMaskClobber() 463 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 | 522 SmallBitVector RegMask = getRegisterSet(RegInclude, RegExclude); in regAlloc() local 572 void TargetLowering::postRegallocSplitting(const SmallBitVector &RegMask) { in postRegallocSplitting()
|
D | IceRegAlloc.cpp | 87 const SmallBitVector &RegMask, in findMinWeightIndex()
|
/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()
|
D | MachineRegisterInfo.h | 719 void addPhysRegsUsedFromRegMask(const uint32_t *RegMask) { in addPhysRegsUsedFromRegMask()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 169 const uint32_t *RegMask; // For MO_RegisterMask and MO_RegisterLiveOut. member 601 static bool clobbersPhysReg(const uint32_t *RegMask, unsigned PhysReg) { in clobbersPhysReg()
|
/external/llvm/lib/Target/X86/ |
D | X86RegisterInfo.cpp | 456 const uint32_t *RegMask = getCallPreservedMask(MF, CC); in getReservedRegs() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86RegisterInfo.cpp | 523 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
|
D | SystemZInstrInfo.cpp | 634 const uint32_t *RegMask = MI.getOperand(1).getRegMask(); in PredicateInstruction() local 646 const uint32_t *RegMask = MI.getOperand(0).getRegMask(); in PredicateInstruction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZElimCompare.cpp | 543 const uint32_t *RegMask; in fuseCompareOperations() local
|
D | SystemZInstrInfo.cpp | 828 const uint32_t *RegMask = MI.getOperand(1).getRegMask(); in PredicateInstruction() local 841 const uint32_t *RegMask = MI.getOperand(0).getRegMask(); in PredicateInstruction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 1308 static void CheckForLiveRegDefMasked(SUnit *SU, const uint32_t *RegMask, in CheckForLiveRegDefMasked() 1395 if (const uint32_t *RegMask = getNodeRegMask(Node)) in DelayForLiveRegsBottomUp() local 2826 const uint32_t *RegMask = getNodeRegMask(SU->getNode()); in canClobberReachingPhysRegUse() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 1232 static void CheckForLiveRegDefMasked(SUnit *SU, const uint32_t *RegMask, in CheckForLiveRegDefMasked() 1320 if (const uint32_t *RegMask = getNodeRegMask(Node)) in DelayForLiveRegsBottomUp() local 2699 const uint32_t *RegMask = getNodeRegMask(SU->getNode()); in canClobberReachingPhysRegUse() local
|