Searched defs:LR (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp44 const MemRegion *LR = LV.getAsRegion(); local
H A DPointerSubChecker.cpp47 const MemRegion *LR = LV.getAsRegion(); local
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DInterferenceCache.cpp207 LiveRange *LR = RegUnits[i].Fixed; local
H A DLiveRangeCalc.cpp39 void LiveRangeCalc::createDeadDefs(LiveRange &LR, unsigned Reg) { argument
63 void LiveRangeCalc::extendToUses(LiveRange &LR, unsigned Reg) { argument
135 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Kill, unsigned PhysReg) { argument
170 findReachingDefs(LiveRange &LR, MachineBasicBlock &KillMBB, SlotIndex Kill, unsigned PhysReg) argument
346 LiveRange &LR = I->LR; local
[all...]
H A DLiveRangeCalc.h80 LiveRange &LR; member in struct:llvm::LiveRangeCalc::LiveInBlock
94 LiveInBlock(LiveRange &LR, MachineDomTreeNode *node, SlotIndex kill) argument
218 void addLiveInBlock(LiveRange &LR, argument
[all...]
H A DExecutionDepsFix.cpp648 const LiveReg &LR = LiveRegs[rx]; local
H A DRegAllocFast.cpp233 void RAFast::addKillFlag(const LiveReg &LR) { argument
277 LiveReg &LR local
490 assignVirtToPhysReg(LiveReg &LR, unsigned PhysReg) argument
[all...]
H A DLiveDebugVariables.cpp672 LiveRange *LR = &LIS.getRegUnit(Unit); local
497 extendDef(SlotIndex Idx, unsigned LocNo, LiveRange *LR, const VNInfo *VNI, SmallVectorImpl<SlotIndex> *Kills, LiveIntervals &LIS, MachineDominatorTree &MDT, UserValueScopes &UVS) argument
[all...]
H A DLiveIntervalAnalysis.cpp234 void LiveIntervals::computeRegUnitRange(LiveRange &LR, unsigned Unit) { argument
291 LiveRange *LR = RegUnitRanges[Unit]; local
444 extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices) argument
771 updateRange(LiveRange &LR, unsigned Reg) argument
810 handleMoveDown(LiveRange &LR) argument
898 handleMoveUp(LiveRange &LR, unsigned Reg) argument
[all...]
H A DRegisterPressure.cpp503 const LiveRange *LR = getLiveRange(Reg); local
523 const LiveRange *LR = getLiveRange(Reg); local
582 const LiveRange *LR = getLiveRange(Reg); local
717 const LiveRange *LR local
917 const LiveRange *LR = getLiveRange(Reg); local
[all...]
H A DSplitKit.cpp865 LiveRange &LR = LIS.getInterval(Edit->get(RegIdx)); local
953 LiveRange &LR = LIS.getInterval(Edit->get(RegIdx)); local
H A DMachineVerifier.cpp434 *OS << "- liverange: " << LR << "\n"; local
440 *OS << "- liverange: " << LR << "\n"; local
431 report(const char *msg, const MachineBasicBlock *MBB, const LiveRange &LR) argument
437 report(const char *msg, const MachineFunction *MF, const LiveRange &LR) argument
1357 verifyLiveRangeValue(const LiveRange &LR, const VNInfo *VNI, unsigned Reg) argument
1442 verifyLiveRangeSegment(const LiveRange &LR, const LiveRange::const_iterator I, unsigned Reg) argument
1537 *OS << S << " in " << LR << '\\n'; local
1597 verifyLiveRange(const LiveRange &LR, unsigned Reg) argument
[all...]
H A DRegAllocGreedy.cpp1467 const LiveRange &LR = LIS->getRegUnit(*Units); local
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h209 bool isLiveInToMBB(const LiveRange &LR, argument
214 bool isLiveOutOfMBB(const LiveRange &LR, argument
368 LiveRange *LR = RegUnitRanges[Unit]; local
[all...]
H A DLiveInterval.h521 inline raw_ostream &operator<<(raw_ostream &OS, const LiveRange &LR) { argument
591 LiveRange *LR; member in class:llvm::LiveRange::LiveRangeUpdater
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp688 Value *LR = LU->getOperand(1); local
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp877 static bool MustSaveLR(const MachineFunction &MF, unsigned LR) { argument
896 unsigned LR = RegInfo->getRARegister(); local
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DImmutableSet.h502 TreeTy *LR = getRight(L); local
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2495 SDValue LL, LR, RL, RR, CC0, CC1; local
3133 SDValue LL, LR, RL, RR, CC0, CC1; local
[all...]

Completed in 179 milliseconds