Searched defs:ArgVals (Results 1 – 8 of 8) sorted by relevance
/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/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/llvm-project/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 | 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
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCall.cpp | 2457 SmallVector<ParamValue, 16> ArgVals; in EmitFunctionProlog() local
|