reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/RISCV/RISCVISelLowering.cpp
 1624   for (unsigned i = 0; i != NumArgs; ++i) {
 1624   for (unsigned i = 0; i != NumArgs; ++i) {
 1625     MVT ArgVT = Ins[i].VT;
 1626     ISD::ArgFlagsTy ArgFlags = Ins[i].Flags;
 1631     else if (Ins[i].isOrigArg())
 1632       ArgTy = FType->getParamType(Ins[i].getOrigArgIndex());
 1635     if (CC_RISCV(MF.getDataLayout(), ABI, i, ArgVT, ArgVT, CCValAssign::Full,
 1637       LLVM_DEBUG(dbgs() << "InputArg #" << i << " has unhandled type "