HomeSort by: relevance | last modified time | path
    Searched refs:OutLocs (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64CallLowering.cpp 701 SmallVector<CCValAssign, 16> OutLocs;
702 CCState OutInfo(CalleeCC, false, MF, OutLocs, Ctx);
731 for (unsigned i = 0; i < OutLocs.size(); ++i) {
732 auto &ArgLoc = OutLocs[i];
743 return parametersInCSRMatch(MRI, CallerPreservedMask, OutLocs, OutArgs);
949 SmallVector<CCValAssign, 16> OutLocs;
950 CCState OutInfo(CalleeCC, false, MF, OutLocs, F.getContext());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
VarLocBasedImpl.cpp 91 /// method and passed down to helper methods. "OutLocs" and "InLocs" record the
108 /// OutLocs.
993 VarLocInMBB &OutLocs, const VarLocMap &VarLocIDs);
1001 bool join(MachineBasicBlock &MBB, VarLocInMBB &OutLocs, VarLocInMBB &InLocs,
1769 VarLocInMBB &OutLocs,
1776 // Copy OpenRanges to OutLocs, if not already present.
1777 dbgs() << "Add to OutLocs in MBB #" << CurMBB->getNumber() << ": ";
1781 VarLocSet &VLS = getVarLocsInMBB(CurMBB, OutLocs);
1783 // New OutLocs set may be different due to spill, restore or register
1865 MachineBasicBlock &MBB, VarLocInMBB &OutLocs, VarLocInMBB &InLocs
    [all...]
InstrRefBasedImpl.cpp 1444 /// reading live-outs of predecessors from \p OutLocs, the current live ins
1452 ValueIDNum **OutLocs, ValueIDNum *InLocs);
2263 ValueIDNum **OutLocs, ValueIDNum *InLocs) {
2295 ValueIDNum BaseVal = OutLocs[BlockOrders[0]->getNumber()][Idx.asU64()];
2305 if (BaseVal != OutLocs[MBB->getNumber()][Idx.asU64()]) {
2690 // If the predecessors OutLocs is absent, there's not much we can do.
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUCallLowering.cpp 988 SmallVector<CCValAssign, 16> OutLocs;
989 CCState OutInfo(CalleeCC, false, MF, OutLocs, CallerF.getContext());
1009 return parametersInCSRMatch(MRI, CallerPreservedMask, OutLocs, OutArgs);
1155 SmallVector<CCValAssign, 16> OutLocs;
1156 CCState OutInfo(CalleeCC, false, MF, OutLocs, F.getContext());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CallLowering.cpp 915 const SmallVectorImpl<CCValAssign> &OutLocs,
917 for (unsigned i = 0; i < OutLocs.size(); ++i) {
918 auto &ArgLoc = OutLocs[i];

Completed in 23 milliseconds