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

Declarations

include/llvm/CodeGen/TargetLowering.h
 4277 void GetReturnInfo(CallingConv::ID CC, Type *ReturnType, AttributeList attr,

References

lib/CodeGen/SelectionDAG/FastISel.cpp
 1143   GetReturnInfo(CLI.CallConv, CLI.RetTy, getReturnAttrs(CLI), Outs, TLI, DL);
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
   95   GetReturnInfo(CC, Fn->getReturnType(), Fn->getAttributes(), Outs, *TLI,
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 9016   GetReturnInfo(CLI.CallConv, CLI.RetTy, getReturnAttrs(CLI), Outs, *this, DL);
lib/Target/AArch64/AArch64FastISel.cpp
 3862     GetReturnInfo(CC, F.getReturnType(), F.getAttributes(), Outs, TLI, DL);
lib/Target/ARM/ARMFastISel.cpp
 2110     GetReturnInfo(CC, F.getReturnType(), F.getAttributes(), Outs, TLI, DL);
lib/Target/Mips/MipsFastISel.cpp
 1701     GetReturnInfo(CC, F.getReturnType(), F.getAttributes(), Outs, TLI, DL);
lib/Target/PowerPC/PPCFastISel.cpp
 1703     GetReturnInfo(CC, F.getReturnType(), F.getAttributes(), Outs, TLI, DL);
lib/Target/X86/X86FastISel.cpp
 1190     GetReturnInfo(CC, F.getReturnType(), F.getAttributes(), Outs, TLI, DL);