Searched defs:alignTo (Results 1 – 9 of 9) sorted by relevance
/llvm-project/clang/include/clang/AST/ |
H A D | CharUnits.h | 201 CharUnits alignTo(const CharUnits &Align) const { in alignTo() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Alignment.h | 155 inline uint64_t alignTo(uint64_t Size, Align A) { in alignTo() function 180 inline uint64_t alignTo(uint64_t Size, Align A, uint64_t Skew) { in alignTo() function
|
H A D | MathExtras.h | 527 /// alignTo(~0LL, 8, 3) = 3 in alignTo() function 478 constexpr T alignTo(U Value, V Align) { alignTo() function 485 constexpr uint64_t alignTo(uint64_t Value, uint64_t Align) { alignTo() function 516 constexpr T alignTo(U Value, V Align, W Skew) { alignTo() function [all...] |
H A D | TypeSize.h | 413 inline constexpr TypeSize alignTo(TypeSize Size, uint64_t Align) { in alignTo() function
|
/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | FileWriter.cpp | 70 void FileWriter::alignTo(size_t Align) { in alignTo() function in FileWriter
|
/llvm-project/bolt/runtime/ |
H A D | common.h | 345 inline uint64_t alignTo(uint64_t Value, uint64_t Align) { in alignTo() function
|
/llvm-project/mlir/lib/Bytecode/Writer/ |
H A D | BytecodeWriter.cpp | 180 void alignTo(unsigned alignment) { alignTo() function in __anon33b705f20111::EncodingEmitter
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 1275 static int alignTo(int Num, int PowOf2) { alignTo() function
|
/llvm-project/mlir/lib/Bytecode/Reader/ |
H A D | BytecodeReader.cpp | 105 LogicalResult alignTo(unsigned alignment) { in alignTo() function in __anonb8b7b79e0111::EncodingReader
|