Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp82 bool SelectAddrAddOperands(MVT OffsetType, SDValue N, SDValue &Offset,
312 bool WebAssemblyDAGToDAGISel::SelectAddrAddOperands(MVT OffsetType, SDValue N, in SelectAddrAddOperands() argument
330 CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(N), OffsetType); in SelectAddrAddOperands()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp516 PrimType OffsetType; in VisitPointerArithBinOp() local
520 OffsetType = *LT; in VisitPointerArithBinOp()
524 OffsetType = *RT; in VisitPointerArithBinOp()
530 return this->emitAddOffset(OffsetType, E); in VisitPointerArithBinOp()
532 return this->emitSubOffset(OffsetType, E); in VisitPointerArithBinOp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp285 FixedVectorType *OffsetType = cast<FixedVectorType>(Offsets->getType()); in decomposeGEP() local
299 OffsetType->getElementType()->getScalarSizeInBits())) { in decomposeGEP()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp258 llvm::Type *OffsetType = in ApplyNonVirtualAndVirtualOffset() local
264 llvm::ConstantInt::get(OffsetType, nonVirtualOffset.getQuantity()); in ApplyNonVirtualAndVirtualOffset()