Home
last modified time | relevance | path

Searched refs:AlignmentBits (Results 1 – 25 of 35) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DGlobalObject.h52 static const unsigned AlignmentBits = LastAlignmentBit + 1;
53 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/IR/
H A DGlobalObject.h65 static const unsigned AlignmentBits = LastAlignmentBit + 1;
66 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DGlobalObject.h63 static const unsigned AlignmentBits = LastAlignmentBit + 1;
64 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DGlobalObject.h65 static const unsigned AlignmentBits = LastAlignmentBit + 1;
66 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/IR/
H A DGlobalObject.h63 static const unsigned AlignmentBits = LastAlignmentBit + 1;
64 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h63 static const unsigned AlignmentBits = LastAlignmentBit + 1;
64 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/IR/
H A DGlobalObject.h63 static const unsigned AlignmentBits = LastAlignmentBit + 1;
64 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DGlobalObject.h63 static const unsigned AlignmentBits = LastAlignmentBit + 1;
64 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DGlobalObject.h65 static const unsigned AlignmentBits = LastAlignmentBit + 1;
66 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DGlobalObject.h63 static const unsigned AlignmentBits = LastAlignmentBit + 1;
64 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1;
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/IR/
H A DGlobalObject.h51 static const unsigned AlignmentBits = LastAlignmentBit + 1;
52 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1;
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/IR/
H A DGlobalObject.h52 static const unsigned AlignmentBits = LastAlignmentBit + 1;
53 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1;
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/IR/
H A DGlobalObject.h52 static const unsigned AlignmentBits = LastAlignmentBit + 1;
53 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/IR/
H A DGlobalObject.h66 static const unsigned AlignmentBits = LastAlignmentBit + 1;
67 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1;
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/IR/
H A DGlobalObject.h66 static const unsigned AlignmentBits = LastAlignmentBit + 1;
67 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1;
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/IR/
H A DGlobalObject.h66 static const unsigned AlignmentBits = LastAlignmentBit + 1;
67 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DGlobalObject.h66 static const unsigned AlignmentBits = LastAlignmentBit + 1;
67 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h66 static const unsigned AlignmentBits = LastAlignmentBit + 1;
67 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DCheriSetBounds.cpp94 unsigned AlignmentBits = Log2(E.KnownAlignment); in print() local
95 OS << AlignmentBits << ','; in print()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp91 uint64_t AlignmentBits = CGF.CGM.getTarget().getCharAlign(); in EmitValueForIvarAtOffset() local
94 llvm::alignTo(BitOffset + BitFieldSize, AlignmentBits)); in EmitValueForIvarAtOffset()
95 CharUnits Alignment = CGF.CGM.getContext().toCharUnitsFromBits(AlignmentBits); in EmitValueForIvarAtOffset()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp91 uint64_t AlignmentBits = CGF.CGM.getTarget().getCharAlign(); in EmitValueForIvarAtOffset() local
94 llvm::alignTo(BitOffset + BitFieldSize, AlignmentBits)); in EmitValueForIvarAtOffset()
95 CharUnits Alignment = CGF.CGM.getContext().toCharUnitsFromBits(AlignmentBits); in EmitValueForIvarAtOffset()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp91 uint64_t AlignmentBits = CGF.CGM.getTarget().getCharAlign(); in EmitValueForIvarAtOffset() local
94 llvm::alignTo(BitOffset + BitFieldSize, AlignmentBits)); in EmitValueForIvarAtOffset()
95 CharUnits Alignment = CGF.CGM.getContext().toCharUnitsFromBits(AlignmentBits); in EmitValueForIvarAtOffset()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp93 uint64_t AlignmentBits = CGF.CGM.getTarget().getCharAlign(); in EmitValueForIvarAtOffset() local
96 llvm::alignTo(BitOffset + BitFieldSize, AlignmentBits)); in EmitValueForIvarAtOffset()
97 CharUnits Alignment = CGF.CGM.getContext().toCharUnitsFromBits(AlignmentBits); in EmitValueForIvarAtOffset()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp93 uint64_t AlignmentBits = CGF.CGM.getTarget().getCharAlign(); in EmitValueForIvarAtOffset() local
96 llvm::alignTo(BitOffset + BitFieldSize, AlignmentBits)); in EmitValueForIvarAtOffset()
97 CharUnits Alignment = CGF.CGM.getContext().toCharUnitsFromBits(AlignmentBits); in EmitValueForIvarAtOffset()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp92 uint64_t AlignmentBits = CGF.CGM.getTarget().getCharAlign(); in EmitValueForIvarAtOffset() local
95 llvm::alignTo(BitOffset + BitFieldSize, AlignmentBits)); in EmitValueForIvarAtOffset()
96 CharUnits Alignment = CGF.CGM.getContext().toCharUnitsFromBits(AlignmentBits); in EmitValueForIvarAtOffset()

12