Searched refs:processCallArgs (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 182 bool processCallArgs(CallLoweringInfo &CLI, SmallVectorImpl<MVT> &ArgVTs, 1073 bool MipsFastISel::processCallArgs(CallLoweringInfo &CLI, in processCallArgs() function in MipsFastISel 1295 if (!processCallArgs(CLI, OutVTs, NumBytes)) in fastLowerCall()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 179 bool processCallArgs(SmallVectorImpl<Value*> &Args, 1265 bool PPCFastISel::processCallArgs(SmallVectorImpl<Value*> &Args, in processCallArgs() function in PPCFastISel 1537 if (!processCallArgs(Args, ArgRegs, ArgVTs, ArgFlags, in fastLowerCall()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 238 bool processCallArgs(CallLoweringInfo &CLI, SmallVectorImpl<MVT> &ArgVTs, 2903 bool AArch64FastISel::processCallArgs(CallLoweringInfo &CLI, in processCallArgs() function in AArch64FastISel 3093 if (!processCallArgs(CLI, OutVTs, NumBytes)) in fastLowerCall()
|