Searched refs:computeRegisterLiveness (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FixupLEAs.cpp | 560 MBB.computeRegisterLiveness(TRI, X86::EFLAGS, I) != in optTwoAddrLEA() 700 MBB.computeRegisterLiveness(TRI, X86::EFLAGS, I, 4) != in processInstructionForSlowLEA() 752 MBB.computeRegisterLiveness(TRI, X86::EFLAGS, I, 4) != in processInstrForSlow3OpLEA()
|
| H A D | X86FrameLowering.cpp | 794 assert(MBB.computeRegisterLiveness(TRI, X86::EFLAGS, MBBI) != in emitStackProbeInlineGenericLoop() 953 assert(MBB.computeRegisterLiveness(TRI, X86::EFLAGS, MBBI) != in emitStackProbeInlineWindowsCoreCLR64() 1196 assert(MBB.computeRegisterLiveness(TRI, X86::EFLAGS, MBBI) != in emitStackProbeCall()
|
| H A D | X86InstrInfo.cpp | 963 if (ClobbersEFLAGS && MBB.computeRegisterLiveness(&TRI, X86::EFLAGS, I) != in reMaterialize() 5810 if (UseMI.getParent()->computeRegisterLiveness( in foldImmediateImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIPeepholeSDWA.cpp | 1061 MBB.computeRegisterLiveness(TRI, AMDGPU::VCC, MI, 25); in pseudoOpConvertToVOP2() 1113 MBB.computeRegisterLiveness(TRI, Vcc, MI); in convertVcndmaskToVOP2()
|
| H A D | SIFoldOperands.cpp | 429 MBB->computeRegisterLiveness(TRI, AMDGPU::VCC, *Def, 16); in foldCopyToVGPROfScalarAddOfFrameIndex() 633 auto Liveness = MBB->computeRegisterLiveness(TRI, AMDGPU::VCC, MI, 16); in updateOperand()
|
| H A D | SIInstrInfo.cpp | 6740 MBB.computeRegisterLiveness(TRI, AMDGPU::SCC, MI, in loadMBUFScalarOperandsFromVGPR()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 1234 LLVM_ABI LivenessQueryResult computeRegisterLiveness(
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineBasicBlock.cpp | 1655 MachineBasicBlock::computeRegisterLiveness(const TargetRegisterInfo *TRI, in computeRegisterLiveness() function in MachineBasicBlock
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMLoadStoreOptimizer.cpp | 637 (MBB.computeRegisterLiveness(TRI, ARM::CPSR, InsertBefore, 20) == in CreateLoadStoreMulti()
|
| H A D | ARMBaseInstrInfo.cpp | 2441 MI->getParent()->computeRegisterLiveness(TRI, CurReg, MI) != in tryFoldSPUpdateIntoPushPop() 4964 MI.getParent()->computeRegisterLiveness(TRI, ImplicitSReg, MI); in getImplicitSPRUseForDPRUse()
|