Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp355 EE->StoreValueToMemory(PTOGV(Dest.get()), in reset()
361 EE->StoreValueToMemory(PTOGV(nullptr), in reset()
1036 void ExecutionEngine::StoreValueToMemory(const GenericValue &Val, in StoreValueToMemory() function in ExecutionEngine
1203 StoreValueToMemory(Val, (GenericValue*)Addr, Init->getType()); in InitializeMemory()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h395 /// StoreValueToMemory - Stores the data in Val of type Ty at address Ptr.
399 void StoreValueToMemory(const GenericValue &Val, GenericValue *Ptr,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1072 StoreValueToMemory(Val, (GenericValue *)GVTOP(SRC), in visitStoreInst()