/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveRegUnits.cpp | 29 if (MachineOperand::clobbersPhysReg(RegMask, *RootReg)) in removeRegsNotPreserved() 38 if (MachineOperand::clobbersPhysReg(RegMask, *RootReg)) in addRegsInMask()
|
D | MachineCopyPropagation.cpp | 212 if (MO.clobbersPhysReg(AvailSrc) || MO.clobbersPhysReg(AvailDef)) in findAvailBackwardCopy() 237 if (MO.clobbersPhysReg(AvailSrc) || MO.clobbersPhysReg(AvailDef)) in findAvailCopy() 682 if (!RegMask->clobbersPhysReg(Reg)) { in ForwardCopyPropagateBlock()
|
D | LivePhysRegs.cpp | 35 if (MO.clobbersPhysReg(*LRI)) { in removeRegsInMask() 109 MachineOperand::clobbersPhysReg(Reg.second->getRegMask(), Reg.first)) in stepForward()
|
D | RegisterUsageInfo.cpp | 96 if (MachineOperand::clobbersPhysReg(&(FPRMPair->second[0]), PReg)) in print()
|
D | InterferenceCache.cpp | 198 if (MachineOperand::clobbersPhysReg(RegMaskBits[i], PhysReg)) { in update() 255 if (MachineOperand::clobbersPhysReg(RegMaskBits[i-1], PhysReg)) { in update()
|
D | RegUsageInfoCollector.cpp | 183 if (MachineOperand::clobbersPhysReg(&(RegMask[0]), PReg)) in runOnMachineFunction()
|
D | CriticalAntiDepBreaker.cpp | 267 if (!MO.clobbersPhysReg(*SRI)) in ScanInstruction() 374 if (CheckOper.isRegMask() && CheckOper.clobbersPhysReg(NewReg)) in isNewRegClobberedByRefs()
|
D | LiveVariables.cpp | 431 if (!MO.clobbersPhysReg(Reg)) in HandleRegMask() 437 if ((PhysRegDef[*SR] || PhysRegUse[*SR]) && MO.clobbersPhysReg(*SR)) in HandleRegMask()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 120 if (MO.clobbersPhysReg(PPC::CTR) || MO.clobbersPhysReg(PPC::CTR8)) in clobbersCTR()
|
/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 | RegisterUsageInfo.cpp | 87 if (MachineOperand::clobbersPhysReg(&(FPRMPair->second[0]), PReg)) in print()
|
D | InterferenceCache.cpp | 187 if (MachineOperand::clobbersPhysReg(RegMaskBits[i], PhysReg)) { in update() 244 if (MachineOperand::clobbersPhysReg(RegMaskBits[i-1], PhysReg)) { in update()
|
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()
|
D | LiveVariables.cpp | 431 if (!MO.clobbersPhysReg(Reg)) in HandleRegMask() 437 if ((PhysRegDef[*SR] || PhysRegUse[*SR]) && MO.clobbersPhysReg(*SR)) in HandleRegMask()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86VZeroUpper.cpp | 143 if (!MO.clobbersPhysReg(reg)) in clobbersAllYmmAndZmmRegs() 147 if (!MO.clobbersPhysReg(reg)) in clobbersAllYmmAndZmmRegs()
|
/external/llvm/lib/Target/X86/ |
D | X86VZeroUpper.cpp | 124 if (!MO.clobbersPhysReg(reg)) in clobbersAllYmmRegs() 151 if (MO.clobbersPhysReg(reg)) in callClobbersAnyYmmReg()
|
/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-10.0/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 615 static bool clobbersPhysReg(const uint32_t *RegMask, unsigned PhysReg) { in clobbersPhysReg() function 622 bool clobbersPhysReg(unsigned PhysReg) const { in clobbersPhysReg() function 623 return clobbersPhysReg(getRegMask(), PhysReg); in clobbersPhysReg()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64A57FPLoadBalancing.cpp | 563 if (U.clobbersPhysReg(J.first)) in colorChain() 701 if (MO.clobbersPhysReg(I->first)) { in maybeKillChain()
|
/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/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgValueHistoryCalculator.cpp | 208 MO.clobbersPhysReg(I)) { in calculateDbgValueHistory()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 628 if (MO.clobbersPhysReg(PPC::CTR) || MO.clobbersPhysReg(PPC::CTR8)) in clobbersCTR()
|