Home
last modified time | relevance | path

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

/freebsd/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.cpp1126 std::vector<GenericValue> ArgVals; in visitCallBase() local
2037 void Interpreter::callFunction(Function *F, ArrayRef<GenericValue> ArgVals) { in callFunction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2962 SmallVector<ParamValue, 16> ArgVals; in EmitFunctionProlog() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11376 ArrayRef<SDValue> ArgVals, bool &ArgHasUses) { in tryToElideArgumentCopy()