Searched defs:LiveOuts (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | 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
|
H A D | LiveVariables.cpp | 579 SmallSet<unsigned, 4> LiveOuts; runOnBlock() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | StackMaps.h | 323 LiveOutVec LiveOuts; member
|
/freebsd-src/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 __anoncc6d720e0211::LinearizedRegion 1983 DenseSet<unsigned> *LiveOuts = InnerRegion->getLiveOuts(); rewriteLiveOutRegs() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 2288 SmallVector< Instruction *, 8 > LiveOuts; canTailPredicateLoop() local 2511 unsigned LiveOuts = count_if(Exit->phis(), [](auto &PH) { getUnrollingPreferences() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 2765 pickVPHILoc(SmallVectorImpl<DbgOpID> & OutValues,const MachineBasicBlock & MBB,const LiveIdxT & LiveOuts,FuncValueTable & MOutLocs,const SmallVectorImpl<const MachineBasicBlock * > & BlockOrders) pickVPHILoc() argument 2844 pickOperandPHILoc(unsigned DbgOpIdx,const MachineBasicBlock & MBB,const LiveIdxT & LiveOuts,FuncValueTable & MOutLocs,const SmallVectorImpl<const MachineBasicBlock * > & BlockOrders) pickOperandPHILoc() argument 3142 SmallVector<DbgValue, 32> LiveIns, LiveOuts; buildVLocValueMap() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 2690 MapVector<PHINode *, VPLiveOut *> LiveOuts; global() variable 2865 delete LiveOuts[PN]; removeLiveOut() local
|
H A D | LoopVectorize.cpp | 3619 SmallVector<VPLiveOut *> LiveOuts; fixFixedOrderRecurrence() local
|