Searched defs:LiveOuts (Results 1 – 8 of 8) sorted by relevance
| /freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | StackMaps.cpp | 210 LiveOutVec &LiveOuts) { in parseOperand() 307 const LiveOutVec &LiveOuts = CSI.LiveOuts; in print() local 386 LiveOutVec LiveOuts; in parseRegisterLiveOutMask() local 427 LiveOutVec &LiveOuts) { in parseStatepointOpers() 500 LiveOutVec LiveOuts; in recordStackMapOpers() local 671 const LiveOutVec &LiveOuts = CSI.LiveOuts; in emitCallsiteEntries() local
|
| HD | LiveVariables.cpp | 610 SmallSet<unsigned, 4> LiveOuts; in runOnBlock() local
|
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | StackMaps.h | 323 LiveOutVec LiveOuts; member
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | GCNIterativeScheduler.cpp | 86 const auto LiveOuts = getLiveRegsAfter(*BottomMI, *LIS); in printLivenessInfo() local
|
| HD | AMDGPUMachineCFGStructurizer.cpp | 320 DenseSet<unsigned> LiveOuts; member in __anon009deffb0211::LinearizedRegion 1981 DenseSet<unsigned> *LiveOuts = InnerRegion->getLiveOuts(); in rewriteLiveOutRegs() local
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMTargetTransformInfo.cpp | 2300 SmallVector< Instruction *, 8 > LiveOuts; in canTailPredicateLoop() local 2523 unsigned LiveOuts = count_if(Exit->phis(), [](auto &PH) { in getUnrollingPreferences() local
|
| /freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| HD | 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-head/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| HD | VPlan.h | 3301 MapVector<PHINode *, VPLiveOut *> LiveOuts; variable 3475 delete LiveOuts[PN]; in removeLiveOut() local
|