|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/CodeGen/TargetCallingConv.h 217 ArgVT = argvt;
lib/Target/AArch64/AArch64ISelLowering.cpp 3879 if (Outs[realArgIdx].ArgVT == MVT::i1) {
4190 if (Outs[i].ArgVT == MVT::i1) {
lib/Target/Mips/MipsCCState.cpp 125 originalEVTTypeIsVectorFloat(Out.ArgVT));
lib/Target/Mips/MipsCallLowering.cpp 402 Arguments[i].VT, Arguments[i].ArgVT, Arguments[i].Flags);
lib/Target/Mips/MipsISelLowering.cpp 3200 unsigned ValSizeInBits = Outs[i].ArgVT.getSizeInBits();
3704 unsigned ValSizeInBits = Outs[i].ArgVT.getSizeInBits();
lib/Target/PowerPC/PPCCCState.cpp 19 if (I.ArgVT == llvm::MVT::ppcf128)
lib/Target/PowerPC/PPCISelLowering.cpp 4571 if (CalculateStackSlotUsed(Param.VT, Param.ArgVT, Param.Flags,
5733 if (CalculateStackSlotUsed(Outs[i].VT, Outs[i].ArgVT, Outs[i].Flags,
5754 EVT OrigVT = Outs[i].ArgVT;
5878 EVT OrigVT = Outs[i].ArgVT;
lib/Target/RISCV/RISCVISelLowering.cpp 2197 SDValue SpillSlot = DAG.CreateStackTemporary(Outs[i].ArgVT);
lib/Target/SystemZ/SystemZCallingConv.h 67 ArgIsShortVector.push_back(IsShortVectorType(Outs[i].ArgVT));
lib/Target/SystemZ/SystemZISelLowering.cpp 1234 VerifyVectorType(Outs[i].VT, Outs[i].ArgVT);
1507 SDValue SpillSlot = DAG.CreateStackTemporary(Outs[I].ArgVT);
1649 if (Out.ArgVT == MVT::i128)