Searched refs:StoreIntToMemory (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 1019 static void StoreIntToMemory(const APInt &IntVal, uint8_t *Dst, in StoreIntToMemory() function 1052 StoreIntToMemory(Val.IntVal, (uint8_t*)Ptr, StoreBytes); in StoreValueToMemory() 1078 StoreIntToMemory(Val.AggregateVal[i].IntVal, in StoreValueToMemory()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 1025 static void StoreIntToMemory(const APInt &IntVal, uint8_t *Dst, in StoreIntToMemory() function 1058 StoreIntToMemory(Val.IntVal, (uint8_t*)Ptr, StoreBytes); in StoreValueToMemory() 1084 StoreIntToMemory(Val.AggregateVal[i].IntVal, in StoreValueToMemory()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 823 static void StoreIntToMemory(const APInt &IntVal, uint8_t *Dst, in StoreIntToMemory() function 853 StoreIntToMemory(Val.IntVal, (uint8_t*)Ptr, StoreBytes); in StoreValueToMemory()
|