Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp2611 MI->getParent()->computeRegisterLiveness(TRI, CurReg, MI) != in tryFoldSPUpdateIntoPushPop()
5120 MI.getParent()->computeRegisterLiveness(TRI, ImplicitSReg, MI); in getImplicitSPRUseForDPRUse()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp568 MBB.computeRegisterLiveness(TRI, X86::EFLAGS, I) != in optTwoAddrLEA()
708 MBB.computeRegisterLiveness(TRI, X86::EFLAGS, I, 4) != in processInstructionForSlowLEA()
760 MBB.computeRegisterLiveness(TRI, X86::EFLAGS, I, 4) != in processInstrForSlow3OpLEA()
H A DX86FrameLowering.cpp739 assert(MBB.computeRegisterLiveness(TRI, X86::EFLAGS, MBBI) != in emitStackProbeInlineGenericLoop()
880 assert(MBB.computeRegisterLiveness(TRI, X86::EFLAGS, MBBI) != in emitStackProbeInlineWindowsCoreCLR64()
1120 assert(MBB.computeRegisterLiveness(TRI, X86::EFLAGS, MBBI) != in emitStackProbeCall()
H A DX86InstrInfo.cpp914 if (ClobbersEFLAGS && MBB.computeRegisterLiveness(&TRI, X86::EFLAGS, I) != in reMaterialize()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1118 LivenessQueryResult computeRegisterLiveness(const TargetRegisterInfo *TRI,
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp886 auto Liveness = MBB.computeRegisterLiveness(TRI, AMDGPU::VCC, MI, 25); in pseudoOpConvertToVOP2()
H A DSIFoldOperands.cpp244 auto Liveness = MBB->computeRegisterLiveness(TRI, AMDGPU::VCC, MI, 16); in updateOperand()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1509 MachineBasicBlock::computeRegisterLiveness(const TargetRegisterInfo *TRI, in computeRegisterLiveness() function in MachineBasicBlock