/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveRegUnits.cpp | 30 if (MachineOperand::clobbersPhysReg(RegMask, *RootReg)) in removeRegsNotPreserved() 39 if (MachineOperand::clobbersPhysReg(RegMask, *RootReg)) in addRegsInMask()
|
D | MachineCopyPropagation.cpp | 160 if (RegMask.clobbersPhysReg(Reg)) in removeClobberedRegsFromMap() 536 if (!RegMask->clobbersPhysReg(Reg)) { in CopyPropagateBlock() 557 if (RegMask->clobbersPhysReg(I->first)) { in CopyPropagateBlock()
|
D | LivePhysRegs.cpp | 35 if (MO.clobbersPhysReg(*LRI)) { in removeRegsInMask() 114 MachineOperand::clobbersPhysReg(Reg.second->getRegMask(), Reg.first)) in stepForward()
|
D | InterferenceCache.cpp | 199 if (MachineOperand::clobbersPhysReg(RegMaskBits[i], PhysReg)) { in update() 256 if (MachineOperand::clobbersPhysReg(RegMaskBits[i-1], PhysReg)) { in update()
|
D | RegisterUsageInfo.cpp | 97 if (MachineOperand::clobbersPhysReg(&(FPRMPair->second[0]), PReg)) in print()
|
D | RegUsageInfoCollector.cpp | 140 if (MachineOperand::clobbersPhysReg(&(RegMask[0]), PReg)) in runOnMachineFunction()
|
D | CriticalAntiDepBreaker.cpp | 267 if (MO.clobbersPhysReg(i)) { in ScanInstruction() 365 if (CheckOper.isRegMask() && CheckOper.clobbersPhysReg(NewReg)) in isNewRegClobberedByRefs()
|
D | MachineInstrBundle.cpp | 306 if (MO.isRegMask() && MO.clobbersPhysReg(Reg)) { in analyzePhysReg()
|
/external/llvm/lib/CodeGen/ |
D | MachineCopyPropagation.cpp | 105 if (RegMask.clobbersPhysReg(Reg)) in removeClobberedRegsFromMap() 305 if (!RegMask->clobbersPhysReg(Reg)) { in CopyPropagateBlock() 326 if (RegMask->clobbersPhysReg(I->first)) { in CopyPropagateBlock()
|
D | InterferenceCache.cpp | 187 if (MachineOperand::clobbersPhysReg(RegMaskBits[i], PhysReg)) { in update() 244 if (MachineOperand::clobbersPhysReg(RegMaskBits[i-1], PhysReg)) { in update()
|
D | RegisterUsageInfo.cpp | 87 if (MachineOperand::clobbersPhysReg(&(FPRMPair->second[0]), PReg)) in print()
|
D | RegUsageInfoCollector.cpp | 134 if (MachineOperand::clobbersPhysReg(&(RegMask[0]), PReg)) in runOnMachineFunction()
|
D | LivePhysRegs.cpp | 34 if (MO.clobbersPhysReg(*LRI)) { in removeRegsInMask()
|
D | CriticalAntiDepBreaker.cpp | 250 if (MO.clobbersPhysReg(i)) { in ScanInstruction() 349 if (CheckOper.isRegMask() && CheckOper.clobbersPhysReg(NewReg)) in isNewRegClobberedByRefs()
|
D | MachineInstrBundle.cpp | 304 if (MO.isRegMask() && MO.clobbersPhysReg(Reg)) { in analyzePhysReg()
|
/external/llvm/lib/Target/X86/ |
D | X86VZeroUpper.cpp | 124 if (!MO.clobbersPhysReg(reg)) in clobbersAllYmmRegs() 151 if (MO.clobbersPhysReg(reg)) in callClobbersAnyYmmReg()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86VZeroUpper.cpp | 144 if (!MO.clobbersPhysReg(reg)) in clobbersAllYmmAndZmmRegs() 148 if (!MO.clobbersPhysReg(reg)) in clobbersAllYmmAndZmmRegs()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 475 static bool clobbersPhysReg(const uint32_t *RegMask, unsigned PhysReg) { in clobbersPhysReg() function 482 bool clobbersPhysReg(unsigned PhysReg) const { in clobbersPhysReg() function 483 return clobbersPhysReg(getRegMask(), PhysReg); in clobbersPhysReg()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 601 static bool clobbersPhysReg(const uint32_t *RegMask, unsigned PhysReg) { in clobbersPhysReg() function 608 bool clobbersPhysReg(unsigned PhysReg) const { in clobbersPhysReg() function 609 return clobbersPhysReg(getRegMask(), PhysReg); in clobbersPhysReg()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64A57FPLoadBalancing.cpp | 578 if (U.clobbersPhysReg(J.first)) in colorChain() 715 if (MO.clobbersPhysReg(I->first)) { in maybeKillChain()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64A57FPLoadBalancing.cpp | 565 if (U.clobbersPhysReg(J.first)) in colorChain() 703 if (MO.clobbersPhysReg(I->first)) { in maybeKillChain()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgValueHistoryCalculator.cpp | 208 MO.clobbersPhysReg(I)) { in calculateDbgValueHistory()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 699 if (MO.clobbersPhysReg(PPC::CTR) || MO.clobbersPhysReg(PPC::CTR8)) in clobbersCTR()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 628 if (MO.clobbersPhysReg(PPC::CTR) || MO.clobbersPhysReg(PPC::CTR8)) in clobbersCTR()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgValueHistoryCalculator.cpp | 228 MO.clobbersPhysReg(I)) { in calculateDbgValueHistory()
|