Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp358 EE->StoreValueToMemory(PTOGV(Dest.get()), in reset()
364 EE->StoreValueToMemory(PTOGV(nullptr), in reset()
1022 void ExecutionEngine::StoreValueToMemory(const GenericValue &Val, in StoreValueToMemory() function in ExecutionEngine
1177 StoreValueToMemory(Val, (GenericValue*)Addr, Init->getType()); in InitializeMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h391 void StoreValueToMemory(const GenericValue &Val, GenericValue *Ptr,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1106 StoreValueToMemory(Val, (GenericValue *)GVTOP(SRC), in visitStoreInst()