Home
last modified time | relevance | path

Searched refs:OffsetType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp285 FixedVectorType *OffsetType = cast<FixedVectorType>(Offsets->getType()); in decomposeGEP() local
299 OffsetType->getElementType()->getScalarSizeInBits())) { in decomposeGEP()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGClass.cpp258 llvm::Type *OffsetType = in ApplyNonVirtualAndVirtualOffset() local
264 llvm::ConstantInt::get(OffsetType, nonVirtualOffset.getQuantity()); in ApplyNonVirtualAndVirtualOffset()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6303 AMDGPUOperand::ImmTy OffsetType = AMDGPUOperand::ImmTyOffset; in cvtDSImpl() local
6323 OffsetType = AMDGPUOperand::ImmTySwizzle; in cvtDSImpl()
6326 addOptionalImmOperand(Inst, Operands, OptionalIdx, OffsetType); in cvtDSImpl()