Home
last modified time | relevance | path

Searched refs:PendingLocs (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp728 SmallVectorImpl<CCValAssign> &PendingLocs = State.getPendingLocs(); in CC_RISCV() local
732 assert(PendingLocs.size() == PendingArgFlags.size() && in CC_RISCV()
737 assert(!ArgFlags.isSplit() && PendingLocs.empty() && in CC_RISCV()
759 if (ArgFlags.isSplit() || !PendingLocs.empty()) { in CC_RISCV()
762 PendingLocs.push_back( in CC_RISCV()
772 if (ArgFlags.isSplitEnd() && PendingLocs.size() <= 2) { in CC_RISCV()
773 assert(PendingLocs.size() == 2 && "Unexpected PendingLocs.size()"); in CC_RISCV()
776 CCValAssign VA = PendingLocs[0]; in CC_RISCV()
778 PendingLocs.clear(); in CC_RISCV()
790 if (!PendingLocs.empty()) { in CC_RISCV()
[all …]
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h207 SmallVector<CCValAssign, 4> PendingLocs; variable
500 return PendingLocs; in getPendingLocs()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h203 SmallVector<CCValAssign, 4> PendingLocs; variable
509 return PendingLocs; in getPendingLocs()