Searched defs:ArgVals (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/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 | 1162 std::vector<GenericValue> ArgVals; visitCallBase() local 2119 callFunction(Function * F,ArrayRef<GenericValue> ArgVals) callFunction() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 2980 SmallVector<ParamValue, 16> ArgVals; EmitFunctionProlog() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 10856 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
|