Searched refs:computeRegisterLiveness (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FixupLEAs.cpp | 561 MBB.computeRegisterLiveness(TRI, X86::EFLAGS, I) != in optTwoAddrLEA() 701 MBB.computeRegisterLiveness(TRI, X86::EFLAGS, I, 4) != in processInstructionForSlowLEA() 753 MBB.computeRegisterLiveness(TRI, X86::EFLAGS, I, 4) != in processInstrForSlow3OpLEA()
|
| H A D | X86FrameLowering.cpp | 759 assert(MBB.computeRegisterLiveness(TRI, X86::EFLAGS, MBBI) != in emitStackProbeInlineGenericLoop() 899 assert(MBB.computeRegisterLiveness(TRI, X86::EFLAGS, MBBI) != in emitStackProbeInlineWindowsCoreCLR64() 1135 assert(MBB.computeRegisterLiveness(TRI, X86::EFLAGS, MBBI) != in emitStackProbeCall()
|
| H A D | X86InstrInfo.cpp | 978 if (ClobbersEFLAGS && MBB.computeRegisterLiveness(&TRI, X86::EFLAGS, I) != in reMaterialize() 5753 if (UseMI.getParent()->computeRegisterLiveness( in foldImmediateImpl()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 1182 LivenessQueryResult computeRegisterLiveness(const TargetRegisterInfo *TRI,
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIPeepholeSDWA.cpp | 930 auto Liveness = MBB.computeRegisterLiveness(TRI, AMDGPU::VCC, MI, 25); in pseudoOpConvertToVOP2()
|
| H A D | SIFoldOperands.cpp | 378 auto Liveness = MBB->computeRegisterLiveness(TRI, AMDGPU::VCC, MI, 16); in updateOperand()
|
| H A D | SIInstrInfo.cpp | 6432 MBB.computeRegisterLiveness(TRI, AMDGPU::SCC, MI, in loadMBUFScalarOperandsFromVGPR()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineBasicBlock.cpp | 1630 MachineBasicBlock::computeRegisterLiveness(const TargetRegisterInfo *TRI, in computeRegisterLiveness() function in MachineBasicBlock
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMLoadStoreOptimizer.cpp | 640 (MBB.computeRegisterLiveness(TRI, ARM::CPSR, InsertBefore, 20) == in CreateLoadStoreMulti()
|
| H A D | ARMBaseInstrInfo.cpp | 2598 MI->getParent()->computeRegisterLiveness(TRI, CurReg, MI) != in tryFoldSPUpdateIntoPushPop() 5119 MI.getParent()->computeRegisterLiveness(TRI, ImplicitSReg, MI); in getImplicitSPRUseForDPRUse()
|