Searched refs:processCallArgs (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 195 bool processCallArgs(CallLoweringInfo &CLI, SmallVectorImpl<MVT> &ArgVTs, 1086 bool MipsFastISel::processCallArgs(CallLoweringInfo &CLI, in processCallArgs() function in MipsFastISel 1308 if (!processCallArgs(CLI, OutVTs, NumBytes)) in fastLowerCall()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 180 bool processCallArgs(SmallVectorImpl<Value*> &Args, 1277 bool PPCFastISel::processCallArgs(SmallVectorImpl<Value*> &Args, in processCallArgs() function in PPCFastISel 1549 if (!processCallArgs(Args, ArgRegs, ArgVTs, ArgFlags, in fastLowerCall()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 237 bool processCallArgs(CallLoweringInfo &CLI, SmallVectorImpl<MVT> &ArgVTs, 2931 bool AArch64FastISel::processCallArgs(CallLoweringInfo &CLI, in processCallArgs() function in AArch64FastISel 3122 if (!processCallArgs(CLI, OutVTs, NumBytes)) in fastLowerCall()
|