Searched refs:alignDown (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp129 int64_t AlignDownOffset = alignDown(EltOffset, 4);
H A DSIRegisterInfo.cpp111 unsigned BaseIdx = alignDown(ST.getMaxNumSGPRs(MF), 4) - 4;
H A DSIISelLowering.cpp1481 int64_t AlignDownOffset = alignDown(Offset, 4);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp372 MinNumSGPRs = alignDown(MinNumSGPRs, getSGPRAllocGranule(STI)) + 1;
389 MaxNumSGPRs = alignDown(MaxNumSGPRs, getSGPRAllocGranule(STI));
458 alignDown(getTotalNumVGPRs(STI) / (WavesPerEU + 1),
466 unsigned MaxNumVGPRs = alignDown(getTotalNumVGPRs(STI) / WavesPerEU,
1271 const uint32_t MaxImm = alignDown(4095, Align);
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp1020 return alignDown(min, config->maxPageSize);
1050 min = alignDown(min - headerSize, config->maxPageSize);
H A DWriter.cpp2625 fillTrap(Out::bufferStart + alignDown(p->firstSec->offset + p->p_filesz,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1081 int32_t Min = -alignDown((1<<S)-1, A);
1121 int32_t Min = -alignDown((1<<S)-1, A);
1286 int32_t D = alignDown(32767, Ranges[I-Begin].Align); // XXX hardcoded
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h742 inline uint64_t alignDown(uint64_t Value, uint64_t Align, uint64_t Skew = 0) { function
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2741 llvm::alignDown(FieldBitOffset, Context.toBits(Info.Alignment)) +
H A DExprConstant.cpp8323 ? llvm::alignDown(Result.Offset.getQuantity(), Alignment64)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1863 return alignDown(MFI.getMaxCallFrameSize(), getStackAlignment()) + it->second;
H A DX86TargetTransformInfo.cpp935 int ExtractIndex = alignDown((Index % NumElts), NumSubElts);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3712 int NewStartIdx = alignDown(Idx, MaskNumElts);

Completed in 387 milliseconds