Home
last modified time | relevance | path

Searched defs:Align (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/external/clang/lib/CodeGen/
DCGBuilder.h95 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-7.0/llvm/lib/Analysis/
DLoads.cpp28 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()
119 bool llvm::isDereferenceableAndAlignedPointer(const Value *V, unsigned Align, in isDereferenceableAndAlignedPointer()
129 bool llvm::isDereferenceableAndAlignedPointer(const Value *V, unsigned Align, in isDereferenceableAndAlignedPointer()
201 bool llvm::isSafeToLoadUnconditionally(Value *V, unsigned Align, in isSafeToLoadUnconditionally()
/external/llvm/lib/Analysis/
DLoads.cpp28 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/
DARMSelectionDAGInfo.cpp26 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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCallingConvEmitter.cpp176 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-7.0/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp26 SDValue Size, unsigned Align, RTLIB::Libcall LC) const { in EmitSpecializedLibcall()
130 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
244 SDValue Size, unsigned Align, bool isVolatile, in EmitTargetCodeForMemmove()
252 SDValue Size, unsigned Align, bool isVolatile, in EmitTargetCodeForMemset()
/external/llvm/utils/TableGen/
DCallingConvEmitter.cpp176 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/skqp/include/utils/
DSkTextUtils.h20 enum Align { enum
/external/skia/include/utils/
DSkTextUtils.h20 enum Align { enum
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DFormatVariadic.cpp28 size_t &Align, char &Pad) { in consumeFieldLayout()
64 std::size_t Align = 0; in parseReplacementItem() local
DAllocator.cpp33 size_t Align, in PrintRecyclerStats()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFrameInfo.cpp32 void MachineFrameInfo::ensureMaxAlignment(unsigned Align) { in ensureMaxAlignment()
40 static inline unsigned clampStackAlignment(bool ShouldClamp, unsigned Align, in clampStackAlignment()
152 unsigned Align = getObjectAlignment(i); in estimateStackSize() local
/external/llvm/lib/DebugInfo/CodeView/
DMemoryTypeTableBuilder.cpp27 const int Align = 4; in writeRecord() local
/external/clang/include/clang/Frontend/
DLayoutOverrideSource.h32 uint64_t Align; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp90 unsigned Align = MFI.getObjectAlignment(FrameIdx); in AdjustStackOffset() local
163 unsigned Align = MFI.getLocalFrameMaxAlign(); in calculateFrameObjectOffsets() local
DNVPTXTargetObjectFile.h31 unsigned &Align) const override { in getSectionForConstant()
/external/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp90 unsigned Align = MFI->getObjectAlignment(FrameIdx); in AdjustStackOffset() local
161 unsigned Align = MFI->getLocalFrameMaxAlign(); in calculateFrameObjectOffsets() local
/external/llvm/lib/Support/
DAllocator.cpp33 size_t Align, in PrintRecyclerStats()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h52 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-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h55 unsigned Align, bool isVolatile, in EmitTargetCodeForMemcpy()
70 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, in EmitTargetCodeForMemmove()
84 unsigned Align, bool isVolatile, in EmitTargetCodeForMemset()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUMachineFunction.h27 uint64_t allocateKernArg(uint64_t Size, unsigned Align) { in allocateKernArg()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineFunction.cpp52 unsigned Align = GV.getAlignment(); in allocateLDSGlobal() local
/external/gwp_asan/gwp_asan/platform_specific/
Dutilities_posix.cpp72 AlignmentStrategy Align) { in rightAlignedAllocationSize()
/external/llvm/lib/IR/
DIRBuilder.cpp82 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/lib/Target/Lanai/
DLanaiSelectionDAGInfo.cpp24 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()

12345678910>>...16