Searched refs:OffsetType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelDAGToDAG.cpp | 79 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 D | AMDGPUPromoteAlloca.cpp | 458 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 D | MVEGatherScatterLowering.cpp | 284 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 D | Compiler.cpp | 1026 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 D | CGClass.cpp | 255 llvm::Type *OffsetType = in ApplyNonVirtualAndVirtualOffset() local 261 llvm::ConstantInt::get(OffsetType, nonVirtualOffset.getQuantity()); in ApplyNonVirtualAndVirtualOffset()
|