Home
last modified time | relevance | path

Searched defs:ArgVals (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp203 static bool ffiInvoke(RawFunc Fn, Function *F, ArrayRef<GenericValue> ArgVals, in ffiInvoke()
270 ArrayRef<GenericValue> ArgVals) { in callExternalFunction()
H A DExecution.cpp1126 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 DCGCall.cpp2985 SmallVector<ParamValue, 16> ArgVals; EmitFunctionProlog() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11313 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