Home
last modified time | relevance | path

Searched refs:LoadValueFromMemory (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h505 void LoadValueFromMemory(GenericValue &Result, GenericValue *Ptr,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1071 void ExecutionEngine::LoadValueFromMemory(GenericValue &Result, in LoadValueFromMemory() function in ExecutionEngine
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1096 LoadValueFromMemory(Result, Ptr, I.getType()); in visitLoadInst()