Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp81 bool SelectAddrAddOperands(MVT OffsetType, SDValue N, SDValue &Offset,
296 bool WebAssemblyDAGToDAGISel::SelectAddrAddOperands(MVT OffsetType, SDValue N, in SelectAddrAddOperands() argument
314 CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(N), OffsetType); in SelectAddrAddOperands()
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp259 PrimType OffsetType; in VisitPointerArithBinOp() local
263 OffsetType = *LT; in VisitPointerArithBinOp()
267 OffsetType = *RT; in VisitPointerArithBinOp()
273 return this->emitAddOffset(OffsetType, E); in VisitPointerArithBinOp()
275 return this->emitSubOffset(OffsetType, E); in VisitPointerArithBinOp()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp285 FixedVectorType *OffsetType = cast<FixedVectorType>(Offsets->getType()); in decomposeGEP() local
299 OffsetType->getElementType()->getScalarSizeInBits())) { in decomposeGEP()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGClass.cpp259 llvm::Type *OffsetType = in ApplyNonVirtualAndVirtualOffset() local
265 llvm::ConstantInt::get(OffsetType, nonVirtualOffset.getQuantity()); in ApplyNonVirtualAndVirtualOffset()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6412 AMDGPUOperand::ImmTy OffsetType = AMDGPUOperand::ImmTyOffset; in cvtDSImpl() local
6440 OffsetType = AMDGPUOperand::ImmTySwizzle; in cvtDSImpl()
6443 addOptionalImmOperand(Inst, Operands, OptionalIdx, OffsetType); in cvtDSImpl()