Home
last modified time | relevance | path

Searched defs:EltOffset (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp142 uint64_t EltOffset = alignTo(ExplicitArgOffset, ABITypeAlign) + BaseOffset; lowerKernelArguments() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp95 TypeSize EltOffset = SL ? SL->getElementOffset(EI - EB) ComputeValueVTs() local
189 uint64_t EltOffset = SL ? SL->getElementOffset(I) : 0; computeValueLLTs() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp2303 unsigned EltOffset = i*EltSize; BitsContainNoUserData() local
2498 unsigned EltOffset = IROffset/EltSize*EltSize; GetINTEGERTypeAtOffset() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp709 unsigned EltOffset = IsLE ? i : (Scale - 1 - i); SimplifyMultipleUseDemandedBits() local
2685 unsigned EltOffset = IsLE ? i : (Scale - 1 - i); SimplifyDemandedBits() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp20370 unsigned EltOffset = SplatVal.getValueType().getSizeInBits() / 8; splitStoreSplat() local
[all...]