Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp287 EE->StoreValueToMemory(PTOGV(Dest), (GenericValue*)(Array+i*PtrSize), in reset()
292 EE->StoreValueToMemory(PTOGV(0), in reset()
847 void ExecutionEngine::StoreValueToMemory(const GenericValue &Val, in StoreValueToMemory() function in ExecutionEngine
972 StoreValueToMemory(Val, (GenericValue*)Addr, Init->getType()); in InitializeMemory()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp355 EE->StoreValueToMemory(PTOGV(Dest.get()), in reset()
361 EE->StoreValueToMemory(PTOGV(nullptr), in reset()
1043 void ExecutionEngine::StoreValueToMemory(const GenericValue &Val, in StoreValueToMemory() function in ExecutionEngine
1225 StoreValueToMemory(Val, (GenericValue*)Addr, Init->getType()); in InitializeMemory()
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h315 void StoreValueToMemory(const GenericValue &Val, GenericValue *Ptr,
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h379 void StoreValueToMemory(const GenericValue &Val, GenericValue *Ptr,
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp825 StoreValueToMemory(Val, (GenericValue *)GVTOP(SRC), in visitStoreInst()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1054 StoreValueToMemory(Val, (GenericValue *)GVTOP(SRC), in visitStoreInst()