Searched defs:LiveOuts (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackMaps.cpp | 292 const LiveOutVec &LiveOuts = CSI.LiveOuts; print() local 371 LiveOutVec LiveOuts; parseRegisterLiveOutMask() local 412 parseStatepointOpers(const MachineInstr & MI,MachineInstr::const_mop_iterator MOI,MachineInstr::const_mop_iterator MOE,LocationVec & Locations,LiveOutVec & LiveOuts) parseStatepointOpers() argument 485 LiveOutVec LiveOuts; recordStackMapOpers() local 677 const LiveOutVec &LiveOuts = CSI.LiveOuts; emitCallsiteEntries() local [all...] |
H A D | LiveVariables.cpp | 610 SmallSet<unsigned, 4> LiveOuts; in runOnBlock() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | StackMaps.h | 324 LiveOutVec LiveOuts; global() member
|
/freebsd/contrib/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 | 320 DenseSet<unsigned> LiveOuts; member in __anon3d3c1dbc0211::LinearizedRegion 1981 DenseSet<unsigned> *LiveOuts = InnerRegion->getLiveOuts(); in rewriteLiveOutRegs() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 2300 SmallVector< Instruction *, 8 > LiveOuts; in canTailPredicateLoop() local 2523 unsigned LiveOuts = count_if(Exit->phis(), [](auto &PH) { in getUnrollingPreferences() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 2799 const LiveIdxT &LiveOuts, FuncValueTable &MOutLocs, in pickVPHILoc() 2878 unsigned DbgOpIdx, const MachineBasicBlock &MBB, const LiveIdxT &LiveOuts, in pickOperandPHILoc() 3178 SmallVector<DbgValue, 32> LiveIns, LiveOuts; in buildVLocValueMap() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 3301 MapVector<PHINode *, VPLiveOut *> LiveOuts; variable 3475 delete LiveOuts[PN]; in removeLiveOut() local
|