Searched defs:ArgVals (Results 1 – 7 of 7) sorted by relevance
| /external/llvm/lib/ExecutionEngine/Interpreter/ |
| D | ExternalFunctions.cpp | 180 static bool ffiInvoke(RawFunc Fn, Function *F, ArrayRef<GenericValue> ArgVals, in ffiInvoke() 246 ArrayRef<GenericValue> ArgVals) { in callExternalFunction()
|
| D | Execution.cpp | 1109 std::vector<GenericValue> ArgVals; in visitCallSite() local 2076 void Interpreter::callFunction(Function *F, ArrayRef<GenericValue> ArgVals) { in callFunction()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
| D | ExternalFunctions.cpp | 191 static bool ffiInvoke(RawFunc Fn, Function *F, ArrayRef<GenericValue> ArgVals, in ffiInvoke() 258 ArrayRef<GenericValue> ArgVals) { in callExternalFunction()
|
| D | Execution.cpp | 1161 std::vector<GenericValue> ArgVals; in visitCallSite() local 2123 void Interpreter::callFunction(Function *F, ArrayRef<GenericValue> ArgVals) { in callFunction()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Interpreter/ |
| D | ExternalFunctions.cpp | 203 static bool ffiInvoke(RawFunc Fn, Function *F, ArrayRef<GenericValue> ArgVals, in ffiInvoke() 270 ArrayRef<GenericValue> ArgVals) { in callExternalFunction()
|
| D | Execution.cpp | 1162 std::vector<GenericValue> ArgVals; in visitCallBase() local 2119 void Interpreter::callFunction(Function *F, ArrayRef<GenericValue> ArgVals) { in callFunction()
|
| /external/clang/lib/CodeGen/ |
| D | CGCall.cpp | 2127 SmallVector<ParamValue, 16> ArgVals; in EmitFunctionProlog() local
|