Home
last modified time | relevance | path

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

/freebsd-src/contrib/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.cpp1162 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 DCGCall.cpp2980 SmallVector<ParamValue, 16> ArgVals; EmitFunctionProlog() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10856 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