HomeSort by relevance Sort by last modified time
    Searched refs:PendingLocs (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 207 SmallVector<CCValAssign, 4> PendingLocs;
500 return PendingLocs;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 728 SmallVectorImpl<CCValAssign> &PendingLocs = State.getPendingLocs();
732 assert(PendingLocs.size() == PendingArgFlags.size() &&
733 "PendingLocs and PendingArgFlags out of sync");
737 assert(!ArgFlags.isSplit() && PendingLocs.empty() &&
759 if (ArgFlags.isSplit() || !PendingLocs.empty()) {
762 PendingLocs.push_back(
772 if (ArgFlags.isSplitEnd() && PendingLocs.size() <= 2) {
773 assert(PendingLocs.size() == 2 && "Unexpected PendingLocs.size()");
776 CCValAssign VA = PendingLocs[0]
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
CallingConvLower.h 203 SmallVector<CCValAssign, 4> PendingLocs;
509 return PendingLocs;

Completed in 981 milliseconds