Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp79 bool SelectAddrAddOperands(MVT OffsetType, SDValue N, SDValue &Offset,
335 bool WebAssemblyDAGToDAGISel::SelectAddrAddOperands(MVT OffsetType, SDValue N, in SelectAddrAddOperands() argument
353 CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(N), OffsetType); in SelectAddrAddOperands()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp458 auto *OffsetType = dyn_cast<IntegerType>(Offset->getType()); in GEPToVectorIndex() local
459 if (!OffsetType) in GEPToVectorIndex()
464 ConstantInt::get(OffsetType, OffsetQuot.getZExtValue()); in GEPToVectorIndex()
473 ConstantInt::get(OffsetType, IndexQuot.getZExtValue()); in GEPToVectorIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp284 FixedVectorType *OffsetType = cast<FixedVectorType>(Offsets->getType()); in decomposeGEP() local
298 OffsetType->getElementType()->getScalarSizeInBits())) { in decomposeGEP()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp1026 PrimType OffsetType; in VisitPointerArithBinOp() local
1032 OffsetType = *LT; in VisitPointerArithBinOp()
1038 OffsetType = *RT; in VisitPointerArithBinOp()
1046 if (!this->emitAddOffset(OffsetType, E)) in VisitPointerArithBinOp()
1053 if (!this->emitSubOffset(OffsetType, E)) in VisitPointerArithBinOp()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp255 llvm::Type *OffsetType = in ApplyNonVirtualAndVirtualOffset() local
261 llvm::ConstantInt::get(OffsetType, nonVirtualOffset.getQuantity()); in ApplyNonVirtualAndVirtualOffset()