Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp80 bool SelectAddrAddOperands(MVT OffsetType, SDValue N, SDValue &Offset,
333 bool WebAssemblyDAGToDAGISel::SelectAddrAddOperands(MVT OffsetType, SDValue N, in SelectAddrAddOperands() argument
351 CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(N), OffsetType); in SelectAddrAddOperands()
/freebsd/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/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp885 PrimType OffsetType; in VisitPointerArithBinOp() local
889 OffsetType = *LT; in VisitPointerArithBinOp()
893 OffsetType = *RT; in VisitPointerArithBinOp()
899 return this->emitAddOffset(OffsetType, E); in VisitPointerArithBinOp()
901 return this->emitSubOffset(OffsetType, E); in VisitPointerArithBinOp()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp260 llvm::Type *OffsetType = in ApplyNonVirtualAndVirtualOffset() local
266 llvm::ConstantInt::get(OffsetType, nonVirtualOffset.getQuantity()); in ApplyNonVirtualAndVirtualOffset()