Home
last modified time | relevance | path

Searched refs:OffsetBase (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1273 void classify(QualType T, uint64_t OffsetBase, Class &Lo, Class &Hi,
1792 void X86_64ABIInfo::classify(QualType Ty, uint64_t OffsetBase, Class &Lo, in classify() argument
1804 Class &Current = OffsetBase < 64 ? Lo : Hi; in classify()
1843 classify(ET->getDecl()->getIntegerType(), OffsetBase, Lo, Hi, isNamedArg); in classify()
1861 uint64_t EB_FuncPtr = (OffsetBase) / 64; in classify()
1862 uint64_t EB_ThisAdj = (OffsetBase + 64 - 1) / 64; in classify()
1886 uint64_t EB_Lo = (OffsetBase) / 64; in classify()
1887 uint64_t EB_Hi = (OffsetBase + Size - 1) / 64; in classify()
1911 if (OffsetBase && OffsetBase != 64) in classify()
1971 uint64_t EB_Real = (OffsetBase) / 64; in classify()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp363 Value *OffsetBase = in determineBaseAndStride() local
366 return {OffsetBase, Stride}; in determineBaseAndStride()