| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| 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() 288 LivePhysRegs LiveRegs; in recomputeLivenessFlags() local 341 void llvm::computeAndAddLiveIns(LivePhysRegs &LiveRegs, in computeAndAddLiveIns()
|
| D | ReachingDefAnalysis.cpp | 425 LivePhysRegs LiveRegs(*TRI); in getLiveOuts() local 473 LivePhysRegs LiveRegs(*TRI); in isRegUsedAfter() local 508 LivePhysRegs LiveRegs(*TRI); in isReachingDefLiveOut() local 529 LivePhysRegs LiveRegs(*TRI); in getLocalLiveOutMIDef() local
|
| D | StackMapLivenessAnalysis.cpp | 52 LivePhysRegs LiveRegs; member in __anon2119d8b10111::StackMapLiveness
|
| D | BranchFolding.h | 125 LivePhysRegs LiveRegs; variable
|
| D | BranchRelaxation.cpp | 82 LivePhysRegs LiveRegs; member in __anon7aeaaa350111::BranchRelaxation
|
| D | ScheduleDAGInstrs.cpp | 1096 static void toggleKills(const MachineRegisterInfo &MRI, LivePhysRegs &LiveRegs, in toggleKills()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | SIFrameLowering.cpp | 32 const LivePhysRegs &LiveRegs, in findUnusedRegister() 46 LivePhysRegs &LiveRegs, in findScratchNonCalleeSaveRegister() 68 MachineFunction &MF, LivePhysRegs &LiveRegs, Register SGPR, in getVGPRSpillLaneOrTempRegister() 126 LivePhysRegs &LiveRegs, MachineFunction &MF, in buildPrologSpill() 150 LivePhysRegs &LiveRegs, MachineFunction &MF, in buildEpilogRestore() 192 static void initLiveRegs(LivePhysRegs &LiveRegs, const SIRegisterInfo &TRI, in initLiveRegs() 225 LivePhysRegs &LiveRegs; member in llvm::PrologEpilogSGPRSpillBuilder 332 LivePhysRegs &LiveRegs, Register FrameReg) in PrologEpilogSGPRSpillBuilder() 393 LivePhysRegs LiveRegs; in emitEntryFunctionFlatScratchInit() local 870 static Register buildScratchExecCopy(LivePhysRegs &LiveRegs, in buildScratchExecCopy() [all …]
|
| D | GCNRegPressure.h | 114 LiveRegSet LiveRegs; variable 126 const decltype(LiveRegs) &getLiveRegs() const { return LiveRegs; } in decltype() argument 261 Range &&LiveRegs) { in getRegPressure()
|
| D | GCNRegPressure.cpp | 237 GCNRPTracker::LiveRegSet LiveRegs; in getLiveRegs() local 456 Printable llvm::print(const GCNRPTracker::LiveRegSet &LiveRegs, in print()
|
| D | SIMachineScheduler.h | 324 std::set<unsigned> LiveRegs; variable
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | MipsExpandPseudo.cpp | 191 LivePhysRegs LiveRegs; in expandAtomicCmpSwapSubword() local 292 LivePhysRegs LiveRegs; in expandAtomicCmpSwap() local 566 LivePhysRegs LiveRegs; in expandAtomicBinOpSubword() local 809 LivePhysRegs LiveRegs; in expandAtomicBinOp() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVExpandAtomicPseudoInsts.cpp | 372 LivePhysRegs LiveRegs; in expandAtomicBinOp() local 502 LivePhysRegs LiveRegs; in expandAtomicMinMaxOp() local 662 LivePhysRegs LiveRegs; in expandAtomicCmpXchg() local
|
| D | RISCVExpandPseudoInsts.cpp | 185 LivePhysRegs LiveRegs; in expandCCOp() local
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | LivePhysRegs.h | 53 RegisterSet LiveRegs; variable
|
| D | ExecutionDomainFix.h | 129 LiveRegsDVInfo LiveRegs; variable
|
| D | ScheduleDAGInstrs.h | 253 LivePhysRegs LiveRegs; variable
|
| D | RegisterPressure.h | 389 LiveRegSet LiveRegs; variable
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMExpandPseudoInsts.cpp | 1334 const LivePhysRegs &LiveRegs, SmallVectorImpl<unsigned> &ScratchRegs) { in CMSESaveClearFPRegs() 1344 const LivePhysRegs &LiveRegs, SmallVectorImpl<unsigned> &ScratchRegs) { in CMSESaveClearFPRegsV8() 1482 const LivePhysRegs &LiveRegs) { in CMSESaveClearFPRegsV81() 1821 LivePhysRegs LiveRegs; in ExpandCMP_SWAP() local 1942 LivePhysRegs LiveRegs; in ExpandCMP_SWAP_64() local 1958 const LivePhysRegs &LiveRegs, bool Thumb1Only) { in CMSEPushCalleeSaves() 2227 LivePhysRegs LiveRegs(*TRI); in ExpandMI() local
|
| D | ARMBlockPlacement.cpp | 138 LivePhysRegs LiveRegs; in revertWhileToDoLoop() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64ExpandPseudoInsts.cpp | 255 LivePhysRegs LiveRegs; in expandCMP_SWAP() local 387 LivePhysRegs LiveRegs; in expandCMP_SWAP_128() local 695 LivePhysRegs LiveRegs; in expandSetTagLoop() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZShortenInst.cpp | 49 LivePhysRegs LiveRegs; member in __anond7063bb00111::SystemZShortenInst
|
| D | SystemZPostRewrite.cpp | 164 LivePhysRegs LiveRegs(TII->getRegisterInfo()); in expandCondMove() local
|
| D | SystemZElimCompare.cpp | 707 LivePhysRegs LiveRegs(*TRI); in processBlock() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86FixupBWInsts.cpp | 149 LivePhysRegs LiveRegs; member in __anonaceaac730111::FixupBWInstPass
|
| D | X86ExpandPseudo.cpp | 634 LivePhysRegs LiveRegs(*STI->getRegisterInfo()); in ExpandVastartSaveXmmRegs() local
|