/llvm-project/llvm/lib/CodeGen/ |
H A D | StackMaps.cpp | 210 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 D | LiveVariables.cpp | 580 SmallSet<unsigned, 4> LiveOuts; runOnBlock() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | StackMaps.h | 323 LiveOutVec LiveOuts; member
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNIterativeScheduler.cpp | 86 const auto LiveOuts = getLiveRegsAfter(*BottomMI, *LIS); in printLivenessInfo() local
|
H A D | AMDGPUMachineCFGStructurizer.cpp |
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 2300 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 D | InstrRefBasedImpl.cpp | 2766 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 D | VPlan.h | 3168 MapVector<PHINode *, VPLiveOut *> LiveOuts; global() variable 3339 delete LiveOuts[PN]; removeLiveOut() local
|
/llvm-project/llvm/unittests/CodeGen/ |
H A D | InstrRefLDVTest.cpp | 205 const InstrRefBasedLDV::LiveIdxT &LiveOuts, in pickVPHILoc() argument
|