Searched refs:processCallArgs (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 238 bool processCallArgs(CallLoweringInfo &CLI, SmallVectorImpl<MVT> &ArgVTs, 1142 bool MipsFastISel::processCallArgs(CallLoweringInfo &CLI, in processCallArgs() function in MipsFastISel 1551 if (!processCallArgs(CLI, OutVTs, NumBytes)) in fastLowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 173 bool processCallArgs(SmallVectorImpl<Value *> &Args, 1363 bool PPCFastISel::processCallArgs(SmallVectorImpl<Value *> &Args, in processCallArgs() function in PPCFastISel 1632 if (!processCallArgs(Args, ArgRegs, ArgVTs, ArgFlags, in fastLowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 269 bool processCallArgs(CallLoweringInfo &CLI, SmallVectorImpl<MVT> &ArgVTs, 3012 bool AArch64FastISel::processCallArgs(CallLoweringInfo &CLI, in processCallArgs() function in AArch64FastISel 3225 if (!processCallArgs(CLI, OutVTs, NumBytes)) in fastLowerCall()
|