Home
last modified time | relevance | path

Searched refs:computeRegisterLiveness (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.cpp60 if (MBB.computeRegisterLiveness(RegInfo, ARM::CPSR, I) in copyPhysReg()
H A DARMLoadStoreOptimizer.cpp639 (MBB.computeRegisterLiveness(TRI, ARM::CPSR, InsertBefore, 20) == in CreateLoadStoreMulti()
H A DARMBaseInstrInfo.cpp2597 MI->getParent()->computeRegisterLiveness(TRI, CurReg, MI) != in tryFoldSPUpdateIntoPushPop()
5118 MI.getParent()->computeRegisterLiveness(TRI, ImplicitSReg, MI); in getImplicitSPRUseForDPRUse()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp561 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 DX86FrameLowering.cpp760 assert(MBB.computeRegisterLiveness(TRI, X86::EFLAGS, MBBI) != in emitStackProbeInlineGenericLoop()
903 assert(MBB.computeRegisterLiveness(TRI, X86::EFLAGS, MBBI) != in emitStackProbeInlineWindowsCoreCLR64()
1139 assert(MBB.computeRegisterLiveness(TRI, X86::EFLAGS, MBBI) != in emitStackProbeCall()
H A DX86InstrInfo.cpp955 if (ClobbersEFLAGS && MBB.computeRegisterLiveness(&TRI, X86::EFLAGS, I) != in reMaterialize()
5731 if (UseMI.getParent()->computeRegisterLiveness( in FoldImmediateImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1150 LivenessQueryResult computeRegisterLiveness(const TargetRegisterInfo *TRI,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp890 auto Liveness = MBB.computeRegisterLiveness(TRI, AMDGPU::VCC, MI, 25); in pseudoOpConvertToVOP2()
H A DSIFoldOperands.cpp376 auto Liveness = MBB->computeRegisterLiveness(TRI, AMDGPU::VCC, MI, 16); in updateOperand()
H A DSIInstrInfo.cpp6312 bool SCCNotDead = (MBB.computeRegisterLiveness(TRI, AMDGPU::SCC, MI, 30) != in loadMBUFScalarOperandsFromVGPR()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1608 MachineBasicBlock::computeRegisterLiveness(const TargetRegisterInfo *TRI, in computeRegisterLiveness() function in MachineBasicBlock