Searched refs:OffsetType (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelDAGToDAG.cpp | 80 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 D | MVEGatherScatterLowering.cpp | 285 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 D | Compiler.cpp | 885 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 D | CGClass.cpp | 260 llvm::Type *OffsetType = in ApplyNonVirtualAndVirtualOffset() local 266 llvm::ConstantInt::get(OffsetType, nonVirtualOffset.getQuantity()); in ApplyNonVirtualAndVirtualOffset()
|