Searched defs:ArgVals (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | ExternalFunctions.cpp | 203 static bool ffiInvoke(RawFunc Fn, Function *F, ArrayRef<GenericValue> ArgVals, in ffiInvoke() 270 ArrayRef<GenericValue> ArgVals) { in callExternalFunction()
|
H A D | Execution.cpp | 1126 std::vector<GenericValue> ArgVals; in visitCallBase() local 2037 void Interpreter::callFunction(Function *F, ArrayRef<GenericValue> ArgVals) { in callFunction()
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 2985 SmallVector<ParamValue, 16> ArgVals; EmitFunctionProlog() local [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 11313 tryToElideArgumentCopy(FunctionLoweringInfo & FuncInfo,SmallVectorImpl<SDValue> & Chains,DenseMap<int,int> & ArgCopyElisionFrameIndexMap,SmallPtrSetImpl<const Instruction * > & ElidedArgCopyInstrs,ArgCopyElisionMapTy & ArgCopyElisionCandidates,const Argument & Arg,ArrayRef<SDValue> ArgVals,bool & ArgHasUses) tryToElideArgumentCopy() argument
|