| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | InputInfo.h | 32 InputArg, enumerator 38 const llvm::opt::Arg *InputArg; member 65 : Kind(InputArg), Act(nullptr), Type(_Type), BaseInput(_BaseInput) { in InputInfo() 66 Data.InputArg = _InputArg; in InputInfo() 70 : Kind(InputArg), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) { in InputInfo() 71 Data.InputArg = _InputArg; in InputInfo() 76 bool isInputArg() const { return Kind == InputArg; } in isInputArg() 89 return *Data.InputArg; in getInputArg()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsCCState.h | 47 void PreAnalyzeCallResultForF128(const SmallVectorImpl<ISD::InputArg> &Ins, 64 PreAnalyzeFormalArgumentsForF128(const SmallVectorImpl<ISD::InputArg> &Ins); 67 PreAnalyzeCallResultForVectorFloat(const SmallVectorImpl<ISD::InputArg> &Ins, 71 const SmallVectorImpl<ISD::InputArg> &Ins); 131 void PreAnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, in PreAnalyzeFormalArguments() 139 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, in AnalyzeFormalArguments() 151 void PreAnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins, in PreAnalyzeCallResult() 161 void AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins, in AnalyzeCallResult()
|
| H A D | MipsCCState.cpp | 87 const SmallVectorImpl<ISD::InputArg> &Ins, in PreAnalyzeCallResultForF128() 112 const SmallVectorImpl<ISD::InputArg> &Ins, const Type *RetTy) { in PreAnalyzeCallResultForVectorFloat() 181 const SmallVectorImpl<ISD::InputArg> &Ins) { in PreAnalyzeFormalArgumentsForF128()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.h | 118 const SmallVectorImpl<ISD::InputArg> &Ins, 124 const SmallVectorImpl<ISD::InputArg> &Ins, 130 const SmallVectorImpl<ISD::InputArg> &Ins, 139 const SmallVectorImpl<ISD::InputArg> &Ins,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.h | 146 const SmallVectorImpl<ISD::InputArg> &Ins, 152 const SmallVectorImpl<ISD::InputArg> &Ins, 158 const SmallVectorImpl<ISD::InputArg> &Ins, 164 const SmallVectorImpl<ISD::InputArg> &Ins,
|
| H A D | MSP430ISelLowering.cpp | 446 const SmallVectorImpl<ISD::InputArg> &Ins) { in AnalyzeVarArgs() 550 const SmallVectorImpl<ISD::InputArg> &Ins) { in AnalyzeRetResult() 568 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, in LowerFormalArguments() 591 SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins; in LowerCall() 619 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, in LowerCCCArguments() 807 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, in LowerCCCCallTo() 935 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, in LowerCallResult()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.h | 197 const SmallVectorImpl<ISD::InputArg> &ArgInfo, 226 const SmallVectorImpl<ISD::InputArg> &Ins, 234 const SmallVectorImpl<ISD::InputArg> &Ins, 273 const SmallVectorImpl<ISD::InputArg> &Ins, SelectionDAG &DAG) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCCCState.h | 25 PreAnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins); 50 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, in AnalyzeFormalArguments()
|
| H A D | PPCISelLowering.h | 1195 const SmallVectorImpl<ISD::InputArg> &Ins, 1201 const SmallVectorImpl<ISD::InputArg> &Ins, SelectionDAG &DAG) const; 1260 const SmallVectorImpl<ISD::InputArg> &Ins, 1268 const SmallVectorImpl<ISD::InputArg> &Ins, 1274 const SmallVectorImpl<ISD::InputArg> &Ins, 1297 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, 1301 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, 1305 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, 1316 const SmallVectorImpl<ISD::InputArg> &Ins, 1323 const SmallVectorImpl<ISD::InputArg> &Ins, [all …]
|
| H A D | PPCCCState.cpp | 27 const SmallVectorImpl<ISD::InputArg> &Ins) { in PreAnalyzeFormalArguments()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetCallingConv.h | 195 struct InputArg { struct 211 InputArg() = default; argument 212 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used, in InputArg() function
|
| H A D | CallingConvLower.h | 283 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, 287 void AnalyzeArguments(const SmallVectorImpl<ISD::InputArg> &Ins, in AnalyzeArguments() 322 void AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins, 525 const SmallVectorImpl<ISD::InputArg> &Ins,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.h | 83 const SmallVectorImpl<ISD::InputArg> &Ins, 97 const SmallVectorImpl<ISD::InputArg> &Ins,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.h | 148 const SmallVectorImpl<ISD::InputArg> &Ins, 156 const SmallVectorImpl<ISD::InputArg> &Ins, 212 const SmallVectorImpl<ISD::InputArg> &Ins,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.h | 121 const SmallVectorImpl<ISD::InputArg> &Ins, 126 const SmallVectorImpl<ISD::InputArg> &Ins, 131 const SmallVectorImpl<ISD::InputArg> &Ins,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.h | 82 const SmallVectorImpl<ISD::InputArg> &Ins, 96 const SmallVectorImpl<ISD::InputArg> &Ins,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 54 const ISD::InputArg *Arg = nullptr) const; 58 const ISD::InputArg &Arg) const; 131 bool Signed, const ISD::InputArg *Arg = nullptr) const; 320 const SmallVectorImpl<ISD::InputArg> &Ins, 344 const SmallVectorImpl<ISD::InputArg> &Ins, 355 const SmallVectorImpl<ISD::InputArg> &Ins, SelectionDAG &DAG) const;
|
| H A D | R600ISelLowering.h | 43 const SmallVectorImpl<ISD::InputArg> &Ins,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CallingConvLower.cpp | 90 CCState::AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, in AnalyzeFormalArguments() 167 void CCState::AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins, in AnalyzeCallResult() 269 const SmallVectorImpl<ISD::InputArg> &Ins, in resultsCompatible()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.h | 170 const SmallVectorImpl<ISD::InputArg> &Ins, 177 const SmallVectorImpl<ISD::InputArg> &Ins,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 3348 auto &OffloadKind = InputArgToOffloadKindMap[InputArg]; in addDeviceDependencesToHostAction() 3393 const Arg *InputArg) { in addHostDependenceToDeviceActions() argument 3418 auto &OffloadKind = InputArgToOffloadKindMap[InputArg]; in addHostDependenceToDeviceActions() 3448 const Arg *InputArg) { in appendTopLevelActions() argument 3588 const Arg *InputArg = I.second; in handleArguments() local 3597 if (InputArg->isClaimed()) in handleArguments() 3601 InputArg->claim(); in handleArguments() 3621 << InputArg->getAsString(Args) << !!FinalPhaseArg in handleArguments() 3718 const Arg *InputArg = I.second; in BuildActions() local 3738 Current, InputArg, Phase, PL.back(), FullPL); in BuildActions() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1457 const SmallVectorImpl<ISD::InputArg> &Ins, 1462 const SmallVectorImpl<ISD::InputArg> &ArgInfo, 1483 const SmallVectorImpl<ISD::InputArg> &Ins, 1551 const SmallVectorImpl<ISD::InputArg> &Ins,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 126 const SmallVectorImpl<ISD::InputArg> &Ins, SelectionDAG& DAG) const; 193 const SmallVectorImpl<ISD::InputArg> &Ins, 214 const SmallVectorImpl<ISD::InputArg> &Ins,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZCallingConv.h | 51 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, in AnalyzeFormalArguments()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 865 const SmallVectorImpl<ISD::InputArg> &Ins, 893 const SmallVectorImpl<ISD::InputArg> &Ins, 921 const SmallVectorImpl<ISD::InputArg> &Ins, SelectionDAG &DAG,
|