Home
last modified time | relevance | path

Searched refs:StoreIntToMemory (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFixedPoint.h104 llvm::StoreIntToMemory(API, (uint8_t *)(Buff + sizeof(SemI)), in serialize()
H A DFloating.h192 llvm::StoreIntToMemory(API, (uint8_t *)Buff, bitWidth() / 8); in bitcastToMemory()
H A DIntegralAP.h203 llvm::StoreIntToMemory(getValue(), (uint8_t *)Dest, bitWidth() / 8); in bitcastToMemory()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1046 StoreIntToMemory(Val.IntVal, (uint8_t*)Ptr, StoreBytes); in StoreValueToMemory()
1073 StoreIntToMemory(Val.AggregateVal[i].IntVal, in StoreValueToMemory()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp118 StoreIntToMemory(val, storage.data(), (val.getBitWidth() + 7) / 8); in GetBytes()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h2415 LLVM_ABI void StoreIntToMemory(const APInt &IntVal, uint8_t *Dst,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp155 StoreIntToMemory(Swapped, reinterpret_cast<uint8_t *>(Tmp.data()), Size); in emitIntValue()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp3051 void llvm::StoreIntToMemory(const APInt &IntVal, uint8_t *Dst, in StoreIntToMemory() function in llvm
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7529 llvm::StoreIntToMemory(Res, &*Bytes.begin(), NElts / 8); in visitVector()
7553 llvm::StoreIntToMemory(AdjustedVal, &*Bytes.begin(), Width / 8); in visitInt()