/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LivePhysRegs.cpp | 174 static void addCalleeSavedRegs(LivePhysRegs &LiveRegs, in addCalleeSavedRegs() 248 void llvm::computeLiveIns(LivePhysRegs &LiveRegs, in computeLiveIns() 259 void llvm::addLiveIns(MachineBasicBlock &MBB, const LivePhysRegs &LiveRegs) { in addLiveIns() 283 LivePhysRegs LiveRegs; in recomputeLivenessFlags() local 336 void llvm::computeAndAddLiveIns(LivePhysRegs &LiveRegs, in computeAndAddLiveIns()
|
H A D | StackMapLivenessAnalysis.cpp | 52 LivePhysRegs LiveRegs; member in __anon9bebbb070111::StackMapLiveness
|
H A D | ReachingDefAnalysis.cpp | 424 LivePhysRegs LiveRegs(*TRI); getLiveOuts() local 472 LivePhysRegs LiveRegs(*TRI); isRegUsedAfter() local 507 LivePhysRegs LiveRegs(*TRI); isReachingDefLiveOut() local 528 LivePhysRegs LiveRegs(*TRI); getLocalLiveOutMIDef() local [all...] |
H A D | BranchFolding.h | 125 LivePhysRegs LiveRegs; global() variable
|
H A D | BranchRelaxation.cpp | 89 LivePhysRegs LiveRegs; member in __anon34c2968b0111::BranchRelaxation
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsExpandPseudo.cpp | 191 LivePhysRegs LiveRegs; in expandAtomicCmpSwapSubword() local 292 LivePhysRegs LiveRegs; in expandAtomicCmpSwap() local 566 LivePhysRegs LiveRegs; expandAtomicBinOpSubword() local 809 LivePhysRegs LiveRegs; expandAtomicBinOp() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNRegPressure.h | 152 LiveRegSet LiveRegs; in decltype() argument 140 LiveRegSet LiveRegs; global() variable 319 getRegPressure(const MachineRegisterInfo & MRI,Range && LiveRegs) getRegPressure() argument
|
H A D | GCNRegPressure.cpp | 230 GCNRPTracker::LiveRegSet LiveRegs; getLiveRegs() local 485 print(const GCNRPTracker::LiveRegSet & LiveRegs,const MachineRegisterInfo & MRI) print() argument [all...] |
H A D | SIMachineScheduler.h | 324 std::set<unsigned> LiveRegs; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchExpandAtomicPseudoInsts.cpp | 331 LivePhysRegs LiveRegs; in expandAtomicBinOp() local 460 LivePhysRegs LiveRegs; in expandAtomicMinMaxOp() local 596 LivePhysRegs LiveRegs; in expandAtomicCmpXchg() local
|
H A D | LoongArchExpandPseudoInsts.cpp | 423 LivePhysRegs LiveRegs; expandCopyCFR() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LivePhysRegs.h | 53 RegisterSet LiveRegs; global() variable [all...] |
H A D | ExecutionDomainFix.h | 129 LiveRegsDVInfo LiveRegs; variable
|
H A D | ScheduleDAGInstrs.h | 254 LivePhysRegs LiveRegs; global() variable
|
H A D | RegisterPressure.h | 391 LiveRegSet LiveRegs; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVExpandAtomicPseudoInsts.cpp | 420 LivePhysRegs LiveRegs; in expandAtomicBinOp() local 550 LivePhysRegs LiveRegs; in expandAtomicMinMaxOp() local 723 LivePhysRegs LiveRegs; in expandAtomicCmpXchg() local
|
H A D | RISCVExpandPseudoInsts.cpp | 254 LivePhysRegs LiveRegs; in expandCCOp() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMExpandPseudoInsts.cpp | 1407 CMSESaveClearFPRegs(MachineBasicBlock & MBB,MachineBasicBlock::iterator MBBI,DebugLoc & DL,const LivePhysRegs & LiveRegs,SmallVectorImpl<unsigned> & ScratchRegs) CMSESaveClearFPRegs() argument 1417 CMSESaveClearFPRegsV8(MachineBasicBlock & MBB,MachineBasicBlock::iterator MBBI,DebugLoc & DL,const LivePhysRegs & LiveRegs,SmallVectorImpl<unsigned> & ScratchRegs) CMSESaveClearFPRegsV8() argument 1555 CMSESaveClearFPRegsV81(MachineBasicBlock & MBB,MachineBasicBlock::iterator MBBI,DebugLoc & DL,const LivePhysRegs & LiveRegs) CMSESaveClearFPRegsV81() argument 1894 LivePhysRegs LiveRegs; ExpandCMP_SWAP() local 2015 LivePhysRegs LiveRegs; ExpandCMP_SWAP_64() local 2031 CMSEPushCalleeSaves(const TargetInstrInfo & TII,MachineBasicBlock & MBB,MachineBasicBlock::iterator MBBI,int JumpReg,const LivePhysRegs & LiveRegs,bool Thumb1Only) CMSEPushCalleeSaves() argument 2303 LivePhysRegs LiveRegs(*TRI); ExpandMI() local [all...] |
H A D | ARMBlockPlacement.cpp | 138 LivePhysRegs LiveRegs; in revertWhileToDoLoop() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZShortenInst.cpp | 49 LiveRegUnits LiveRegs; member in __anonac1468c60111::SystemZShortenInst
|
H A D | SystemZPostRewrite.cpp | 164 LivePhysRegs LiveRegs(TII->getRegisterInfo()); in expandCondMove() local
|
H A D | SystemZElimCompare.cpp | 693 bool CompleteCCUsers = LiveRegs.available(SystemZ::CC); in processBlock() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandPseudoInsts.cpp | 289 LivePhysRegs LiveRegs; expandCMP_SWAP() local 421 LivePhysRegs LiveRegs; expandCMP_SWAP_128() local 734 LivePhysRegs LiveRegs; expandSetTagLoop() local [all...] |
H A D | AArch64FrameLowering.cpp | 995 getLiveRegsForEntryMBB(LivePhysRegs & LiveRegs,const MachineBasicBlock & MBB) getLiveRegsForEntryMBB() argument 1025 LivePhysRegs LiveRegs(TRI); findScratchNonCalleeSaveRegister() local 1052 LivePhysRegs LiveRegs(TRI); canUseAsPrologue() local 1604 getLivePhysRegsUpTo(MachineInstr & MI,const TargetRegisterInfo & TRI,LivePhysRegs & LiveRegs) getLivePhysRegsUpTo() argument 1642 LivePhysRegs LiveRegs(*TRI); emitPrologue() local 4031 LivePhysRegs LiveRegs(*(MBB->getParent()->getSubtarget().getRegisterInfo())); tryMergeAdjacentSTG() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ExpandPseudo.cpp | 648 LivePhysRegs LiveRegs(*STI->getRegisterInfo()); ExpandVastartSaveXmmRegs() local
|