Home
last modified time | relevance | path

Searched defs:LiveOuts (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp210 parseOperand(MachineInstr::const_mop_iterator MOI,MachineInstr::const_mop_iterator MOE,LocationVec & Locs,LiveOutVec & LiveOuts) parseOperand() argument
307 const LiveOutVec &LiveOuts = CSI.LiveOuts; print() local
386 LiveOutVec LiveOuts; parseRegisterLiveOutMask() local
427 parseStatepointOpers(const MachineInstr & MI,MachineInstr::const_mop_iterator MOI,MachineInstr::const_mop_iterator MOE,LocationVec & Locations,LiveOutVec & LiveOuts) parseStatepointOpers() argument
500 LiveOutVec LiveOuts; recordStackMapOpers() local
671 const LiveOutVec &LiveOuts = CSI.LiveOuts; emitCallsiteEntries() local
[all...]
H A DLiveVariables.cpp580 SmallSet<unsigned, 4> LiveOuts; runOnBlock() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h323 LiveOutVec LiveOuts; member
/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp86 const auto LiveOuts = getLiveRegsAfter(*BottomMI, *LIS); in printLivenessInfo() local
H A DAMDGPUMachineCFGStructurizer.cpp
/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2300 SmallVector< Instruction *, 8 > LiveOuts; canTailPredicateLoop() local
2523 unsigned LiveOuts = count_if(Exit->phis(), [](auto &PH) { getUnrollingPreferences() local
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2766 pickVPHILoc(SmallVectorImpl<DbgOpID> & OutValues,const MachineBasicBlock & MBB,const LiveIdxT & LiveOuts,FuncValueTable & MOutLocs,const SmallVectorImpl<const MachineBasicBlock * > & BlockOrders) pickVPHILoc() argument
2845 pickOperandPHILoc(unsigned DbgOpIdx,const MachineBasicBlock & MBB,const LiveIdxT & LiveOuts,FuncValueTable & MOutLocs,const SmallVectorImpl<const MachineBasicBlock * > & BlockOrders) pickOperandPHILoc() argument
3143 SmallVector<DbgValue, 32> LiveIns, LiveOuts; buildVLocValueMap() local
[all...]
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h3168 MapVector<PHINode *, VPLiveOut *> LiveOuts; global() variable
3339 delete LiveOuts[PN]; removeLiveOut() local
/llvm-project/llvm/unittests/CodeGen/
H A DInstrRefLDVTest.cpp205 const InstrRefBasedLDV::LiveIdxT &LiveOuts, in pickVPHILoc() argument