/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.h | 99 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) { in isLegalMaskedLoadStore() 110 bool isLegalMaskedLoad(Type *DataType, Align Alignment) { in isLegalMaskedLoad() 113 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() 117 bool isLegalMaskedGatherScatter(Type *DataType, Align Alignment) { in isLegalMaskedGatherScatter() 128 bool isLegalMaskedGather(Type *DataType, Align Alignment) { in isLegalMaskedGather() 131 bool isLegalMaskedScatter(Type *DataType, Align Alignment) { in isLegalMaskedScatter()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | AllocatorBase.h | 37 void *Allocate(size_t Size, size_t Alignment) { in Allocate() 51 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() 84 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, size_t Alignment) { in Allocate() 91 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate()
|
H A D | Alignment.h | 186 inline uintptr_t alignAddr(const void *Addr, Align Alignment) { in alignAddr() 196 inline uint64_t offsetToAlignment(uint64_t Value, Align Alignment) { in offsetToAlignment() 202 inline uint64_t offsetToAlignedAddr(const void *Addr, Align Alignment) { in offsetToAlignedAddr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineFrameInfo.cpp | 31 void MachineFrameInfo::ensureMaxAlignment(Align Alignment) { in ensureMaxAlignment() 40 static inline Align clampStackAlignment(bool ShouldClamp, Align Alignment, in clampStackAlignment() 51 int MachineFrameInfo::CreateStackObject(uint64_t Size, Align Alignment, in CreateStackObject() 66 int MachineFrameInfo::CreateSpillStackObject(uint64_t Size, Align Alignment) { in CreateSpillStackObject() 74 int MachineFrameInfo::CreateVariableSizedObject(Align Alignment, in CreateVariableSizedObject() 92 Align Alignment = in CreateFixedObject() local 105 Align Alignment = in CreateFixedSpillStackObject() local 159 Align Alignment = getObjectAlign(i); in estimateStackSize() local
|
H A D | SafeStackLayout.cpp | 40 void StackLayout::addObject(const Value *V, unsigned Size, unsigned Alignment, in addObject() 48 unsigned Alignment) { in AdjustStackOffset()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.h | 226 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) { in isLegalMaskedLoadStore() 237 bool isLegalMaskedLoad(Type *DataType, Align Alignment) { in isLegalMaskedLoad() 241 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore() 252 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather() 255 bool isLegalMaskedScatter(Type *DataType, Align Alignment) const { in isLegalMaskedScatter() 259 bool isLegalNTStore(Type *DataType, Align Alignment) { in isLegalNTStore()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | MemAlloc.cpp | 14 llvm::allocate_buffer(size_t Size, size_t Alignment) { in allocate_buffer() 23 void llvm::deallocate_buffer(void *Ptr, size_t Size, size_t Alignment) { in deallocate_buffer()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | LayoutOverrideSource.cpp | 94 unsigned long long Alignment = 0; in LayoutOverrideSource() local 117 unsigned long long Alignment = 0; in LayoutOverrideSource() local 156 uint64_t &Size, uint64_t &Alignment, in layoutRecordType()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblySelectionDAGInfo.cpp | 23 SDValue Size, Align Alignment, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() 38 SDValue Op3, Align Alignment, bool IsVolatile, in EmitTargetCodeForMemmove() 47 SDValue Size, Align Alignment, bool IsVolatile, in EmitTargetCodeForMemset()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineFunction.cpp | 47 Align Alignment = in allocateLDSGlobal() local 81 Align Alignment = in setDynLDSAlign() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
H A D | SectionMemoryManager.cpp | 22 unsigned Alignment, in allocateDataSection() 34 unsigned Alignment, in allocateCodeSection() 43 unsigned Alignment) { in allocateSection()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | Loads.cpp | 34 static bool isAligned(const Value *Base, const APInt &Offset, Align Alignment, in isAligned() 45 const Value *V, Align Alignment, const APInt &Size, const DataLayout &DL, in isDereferenceableAndAlignedPointer() 194 bool llvm::isDereferenceableAndAlignedPointer(const Value *V, Align Alignment, in isDereferenceableAndAlignedPointer() 227 const Align Alignment = DL.getValueOrABITypeAlignment(MA, Ty); in isDereferenceableAndAlignedPointer() local 281 const Align Alignment = LI->getAlign(); in isDereferenceableAndAlignedInLoop() local 335 bool llvm::isSafeToLoadUnconditionally(Value *V, Align Alignment, APInt &Size, in isSafeToLoadUnconditionally() 410 bool llvm::isSafeToLoadUnconditionally(Value *V, Type *Ty, Align Alignment, in isSafeToLoadUnconditionally()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMSelectionDAGInfo.cpp | 145 Align Alignment, bool IsMemcpy) { in shouldGenerateInlineTPLoop() 171 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() 291 SDValue Size, Align Alignment, bool isVolatile, in EmitTargetCodeForMemmove() 299 SDValue Size, Align Alignment, bool isVolatile, in EmitTargetCodeForMemset()
|
H A D | ARMConstantPoolValue.cpp | 76 Align Alignment) { in getExistingMachineCPValue() 192 Align Alignment) { in getExistingMachineCPValue() 240 Align Alignment) { in getExistingMachineCPValue() 280 Align Alignment) { in getExistingMachineCPValue()
|
H A D | ARMTargetTransformInfo.h | 183 bool isLegalMaskedStore(Type *DataTy, Align Alignment) { in isLegalMaskedStore() 189 bool isLegalMaskedScatter(Type *Ty, Align Alignment) { in isLegalMaskedScatter()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetTransformInfo.h | 56 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment, in isLegalToVectorizeLoadChain() 60 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment, in isLegalToVectorizeStoreChain()
|
H A D | NVPTXPrologEpilogPass.cpp | 117 Align Alignment = MFI.getObjectAlign(FrameIdx); in AdjustStackOffset() local 190 Align Alignment = MFI.getLocalFrameMaxAlign(); in calculateFrameObjectOffsets() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | VectorUtils.h | 66 Align Alignment = Align(); // Optional alignment in bytes, defaulted to 1. member 584 InterleaveGroup(uint32_t Factor, bool Reverse, Align Alignment) in InterleaveGroup() 588 InterleaveGroup(InstTy *Instr, int32_t Stride, Align Alignment) in InterleaveGroup() 699 Align Alignment; variable 832 Align Alignment; member 843 createInterleaveGroup(Instruction *Instr, int Stride, Align Alignment) { in createInterleaveGroup()
|
H A D | TargetTransformInfoImpl.h | 231 bool isLegalMaskedStore(Type *DataType, Align Alignment) const { in isLegalMaskedStore() 235 bool isLegalMaskedLoad(Type *DataType, Align Alignment) const { in isLegalMaskedLoad() 239 bool isLegalNTStore(Type *DataType, Align Alignment) const { in isLegalNTStore() 246 bool isLegalNTLoad(Type *DataType, Align Alignment) const { in isLegalNTLoad() 253 bool isLegalMaskedScatter(Type *DataType, Align Alignment) const { in isLegalMaskedScatter() 257 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather() 333 unsigned AddressSpace, Align Alignment, in allowsMisalignedMemoryAccesses() 542 InstructionCost getMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, in getMemoryOpCost() 550 Align Alignment, unsigned AddressSpace, in getMaskedMemoryOpCost() 565 Align Alignment, unsigned AddressSpace, TTI::TargetCostKind CostKind, in getInterleavedMemoryOpCost() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | ASanStackFrameLayout.cpp | 42 size_t Alignment) { in VarAndRedzoneSize() 75 size_t Alignment = std::max(Granularity, Vars[i].Alignment); in ComputeASanStackFrameLayout() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/ |
H A D | RemoteJITUtils.h | 43 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection() 49 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, in allocateDataSection()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsFrameLowering.h | 27 explicit MipsFrameLowering(const MipsSubtarget &sti, Align Alignment) in MipsFrameLowering()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGTargetInfo.h | 54 Align Alignment, bool isVolatile, in EmitTargetCodeForMemcpy() 69 SDValue Op2, SDValue Op3, Align Alignment, bool isVolatile, in EmitTargetCodeForMemmove() 83 Align Alignment, bool isVolatile, in EmitTargetCodeForMemset()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | AddressSanitizerCommon.h | 28 MaybeAlign Alignment; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.h | 40 SegmentRequest(uint64_t Alignment, size_t ContentSize, in SegmentRequest()
|