Searched refs:OutLocs (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 1067 VarLocInMBB &OutLocs, const VarLocMap &VarLocIDs); 1077 bool join(MachineBasicBlock &MBB, VarLocInMBB &OutLocs, VarLocInMBB &InLocs, 1913 VarLocInMBB &OutLocs, in transferTerminator() argument 1925 VarLocSet &VLS = getVarLocsInMBB(CurMBB, OutLocs); in transferTerminator() 2016 MachineBasicBlock &MBB, VarLocInMBB &OutLocs, VarLocInMBB &InLocs, in join() argument 2038 auto OL = OutLocs.find(p); in join() 2040 if (OL == OutLocs.end()) in join() 2238 VarLocInMBB OutLocs; // Ranges that exist beyond bb. in ExtendRanges() local 2290 LLVM_DEBUG(printVarLocInMBB(MF, OutLocs, VarLocIDs, in ExtendRanges() 2331 MBBJoined = join(*MBB, OutLocs, InLocs, VarLocIDs, Visited, in ExtendRanges() [all …]
|
H A D | InstrRefBasedImpl.cpp | 2420 FuncValueTable &OutLocs, ValueTable &InLocs) { in mlocJoin() argument 2457 ValueIDNum FirstVal = OutLocs[*BlockOrders[0]][Idx.asU64()]; in mlocJoin() 2474 const ValueIDNum &PredLiveOut = OutLocs[*PredMBB][Idx.asU64()]; in mlocJoin()
|
H A D | InstrRefBasedImpl.h | 1409 FuncValueTable &OutLocs, ValueTable &InLocs);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64CallLowering.cpp | 872 SmallVector<CCValAssign, 16> OutLocs; in areCalleeOutgoingArgsTailCallable() local 873 CCState OutInfo(CalleeCC, false, MF, OutLocs, Ctx); in areCalleeOutgoingArgsTailCallable() 905 for (unsigned i = 0; i < OutLocs.size(); ++i) { in areCalleeOutgoingArgsTailCallable() 906 auto &ArgLoc = OutLocs[i]; in areCalleeOutgoingArgsTailCallable() 917 return parametersInCSRMatch(MRI, CallerPreservedMask, OutLocs, OutArgs); in areCalleeOutgoingArgsTailCallable() 1167 SmallVector<CCValAssign, 16> OutLocs; in lowerTailCall() local 1168 CCState OutInfo(CalleeCC, false, MF, OutLocs, F.getContext()); in lowerTailCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCallLowering.cpp | 1055 SmallVector<CCValAssign, 16> OutLocs; in areCalleeOutgoingArgsTailCallable() local 1056 CCState OutInfo(CalleeCC, false, MF, OutLocs, CallerF.getContext()); in areCalleeOutgoingArgsTailCallable() 1076 return parametersInCSRMatch(MRI, CallerPreservedMask, OutLocs, OutArgs); in areCalleeOutgoingArgsTailCallable() 1253 SmallVector<CCValAssign, 16> OutLocs; in lowerTailCall() local 1254 CCState OutInfo(CalleeCC, false, MF, OutLocs, F.getContext()); in lowerTailCall()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 1142 const SmallVectorImpl<CCValAssign> &OutLocs, in parametersInCSRMatch() argument 1144 for (unsigned i = 0; i < OutLocs.size(); ++i) { in parametersInCSRMatch() 1145 const auto &ArgLoc = OutLocs[i]; in parametersInCSRMatch()
|