/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Alignment.h | 40 struct Align { struct 69 constexpr Align() = default; argument 74 Align &operator=(const Align &Other) = default; argument 75 Align &operator=(Align &&Other) = default; argument 77 explicit Align(uint64_t Value) { in Align() function 88 /// Returns a default constructed Align which corresponds to no alignment. argument 93 constexpr static const Align None() { return Align(); } in None() argument 100 /// Allow constructions of constexpr Align from types. argument 107 constexpr Align(LogValue CA) : ShiftValue(CA.Log) {} in Align() argument
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Alignment.h | 39 struct Align { struct 68 constexpr Align() = default; argument 73 Align &operator=(const Align &Other) = default; argument 74 Align &operator=(Align &&Other) = default; argument 76 explicit Align(uint64_t Value) { in Align() function 87 /// Returns a default constructed Align which corresponds to no alignment. argument 102 /// Allow constructions of constexpr Align from types. argument 109 constexpr Align(LogValue CA) : ShiftValue(CA.Log) {} in Align() function
|
/external/clang/lib/CodeGen/ |
D | CGBuilder.h | 95 llvm::LoadInst *CreateAlignedLoad(llvm::Value *Addr, CharUnits Align, in CreateAlignedLoad() 272 auto Align = std::min(Dest.getAlignment(), Src.getAlignment()); variable 278 auto Align = std::min(Dest.getAlignment(), Src.getAlignment()); variable 286 auto Align = std::min(Dest.getAlignment(), Src.getAlignment()); variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblySelectionDAGInfo.cpp | 23 SDValue Size, unsigned Align, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() 38 SDValue Op3, unsigned Align, bool IsVolatile, in EmitTargetCodeForMemmove() 47 SDValue Size, unsigned Align, bool IsVolatile, in EmitTargetCodeForMemset()
|
/external/llvm/lib/Analysis/ |
D | Loads.cpp | 28 static bool isAligned(const Value *Base, const APInt &Offset, unsigned Align, in isAligned() 45 static bool isAligned(const Value *Base, unsigned Align, const DataLayout &DL) { in isAligned() 55 const Value *V, unsigned Align, const APInt &Size, const DataLayout &DL, in isDereferenceableAndAlignedPointer() 113 bool llvm::isDereferenceableAndAlignedPointer(const Value *V, unsigned Align, in isDereferenceableAndAlignedPointer() 185 bool llvm::isSafeToLoadUnconditionally(Value *V, unsigned Align, in isSafeToLoadUnconditionally()
|
/external/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 26 SDValue Size, unsigned Align, RTLIB::Libcall LC) const { in EmitSpecializedLibcall() 130 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() 250 SDValue Size, unsigned Align, bool isVolatile, in EmitTargetCodeForMemmove() 258 SDValue Size, unsigned Align, bool isVolatile, in EmitTargetCodeForMemset()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CallingConvEmitter.cpp | 190 int Align = Action->getValueAsInt("Align"); in EmitAction() local 215 int Align = Action->getValueAsInt("Align"); in EmitAction() local 279 int Align = Action->getValueAsInt("Align"); in EmitAction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 25 SDValue Size, unsigned Align, RTLIB::Libcall LC) const { in EmitSpecializedLibcall() 129 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() 243 SDValue Size, unsigned Align, bool isVolatile, in EmitTargetCodeForMemmove() 251 SDValue Size, unsigned Align, bool isVolatile, in EmitTargetCodeForMemset()
|
/external/llvm-project/llvm/lib/Object/ |
D | MachOUniversalWriter.cpp | 79 std::string ArchName, uint32_t Align) in Slice() 83 Slice::Slice(const MachOObjectFile &O, uint32_t Align) in Slice() 90 std::string ArchName, uint32_t Align) in Slice() 223 Expected<Slice> Slice::create(const IRObjectFile &IRO, uint32_t Align) { in create()
|
/external/llvm/utils/TableGen/ |
D | CallingConvEmitter.cpp | 176 int Align = Action->getValueAsInt("Align"); in EmitAction() local 200 int Align = Action->getValueAsInt("Align"); in EmitAction() local 260 int Align = Action->getValueAsInt("Align"); in EmitAction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 48 SDValue Size, unsigned Align, bool isVolatile, in EmitTargetCodeForMemset() 217 uint64_t Align) { in getOptimalRepmovsType() 239 unsigned Align, bool isVolatile, bool AlwaysInline, in emitConstantSizeRepmov() 294 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
|
/external/llvm-project/llvm/lib/Support/ |
D | FormatVariadic.cpp | 28 size_t &Align, char &Pad) { in consumeFieldLayout() 64 std::size_t Align = 0; in parseReplacementItem() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FormatVariadic.cpp | 27 size_t &Align, char &Pad) { in consumeFieldLayout() 63 std::size_t Align = 0; in parseReplacementItem() local
|
/external/skqp/include/utils/ |
D | SkTextUtils.h | 20 enum Align { enum
|
/external/skia/include/utils/ |
D | SkTextUtils.h | 20 enum Align { enum
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXPrologEpilogPass.cpp | 90 unsigned Align = MFI->getObjectAlignment(FrameIdx); in AdjustStackOffset() local 161 unsigned Align = MFI->getLocalFrameMaxAlign(); in calculateFrameObjectOffsets() local
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGTargetInfo.h | 52 unsigned Align, bool isVolatile, in EmitTargetCodeForMemcpy() 67 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, in EmitTargetCodeForMemmove() 81 unsigned Align, bool isVolatile, in EmitTargetCodeForMemset()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXPrologEpilogPass.cpp | 108 unsigned Align = MFI.getObjectAlignment(FrameIdx); in AdjustStackOffset() local 181 unsigned Align = MFI.getLocalFrameMaxAlign().value(); in calculateFrameObjectOffsets() local
|
/external/clang/include/clang/Frontend/ |
D | LayoutOverrideSource.h | 32 uint64_t Align; member
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | LayoutOverrideSource.h | 31 uint64_t Align; member
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | MemoryTypeTableBuilder.cpp | 27 const int Align = 4; in writeRecord() local
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Instructions.h | 123 void setAlignment(Align Align) { in setAlignment() argument 226 void setAlignment(Align Align) { in setAlignment() argument 357 void setAlignment(Align Align) { in setAlignment() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGTargetInfo.h | 54 unsigned Align, bool isVolatile, in EmitTargetCodeForMemcpy() 69 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, in EmitTargetCodeForMemmove() 83 unsigned Align, bool isVolatile, in EmitTargetCodeForMemset()
|
/external/llvm/lib/IR/ |
D | IRBuilder.cpp | 82 CreateMemSet(Value *Ptr, Value *Val, Value *Size, unsigned Align, in CreateMemSet() 107 CreateMemCpy(Value *Dst, Value *Src, Value *Size, unsigned Align, in CreateMemCpy() 138 CreateMemMove(Value *Dst, Value *Src, Value *Size, unsigned Align, in CreateMemMove() 212 CallInst *IRBuilderBase::CreateMaskedLoad(Value *Ptr, unsigned Align, in CreateMaskedLoad() 233 unsigned Align, Value *Mask) { in CreateMaskedStore() 262 CallInst *IRBuilderBase::CreateMaskedGather(Value *Ptrs, unsigned Align, in CreateMaskedGather() 289 unsigned Align, Value *Mask) { in CreateMaskedScatter()
|
/external/llvm-project/compiler-rt/lib/gwp_asan/ |
D | utilities.cpp | 46 AlignmentStrategy Align) { in rightAlignedAllocationSize()
|