Searched refs:TypeScale (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 104 std::pair<Value *, int64_t> getVarAndConst(Value *Inst, int TypeScale); 141 Value *Ptr, unsigned TypeScale, 372 MVEGatherScatterLowering::getVarAndConst(Value *Inst, int TypeScale) { in getVarAndConst() argument 393 int64_t Immediate = *Const << TypeScale; in getVarAndConst() 754 int TypeScale = in tryCreateIncrementingGatScat() local 758 if (TypeScale == -1) in tryCreateIncrementingGatScat() 766 TypeScale, Builder)) in tryCreateIncrementingGatScat() 773 std::pair<Value *, int64_t> Add = getVarAndConst(Offsets, TypeScale); in tryCreateIncrementingGatScat() 783 Builder.getInt32(TypeScale)), in tryCreateIncrementingGatScat() 802 IntrinsicInst *I, Value *BasePtr, Value *Offsets, unsigned TypeScale, in tryCreateIncrementingWBGatScat() argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVGatherScatterLowering.cpp | 389 unsigned TypeScale = 0; in determineBaseAndStride() local 406 TypeScale = TS.getFixedValue(); in determineBaseAndStride() 448 if (TypeScale != 1) in determineBaseAndStride() 449 Stride = Builder.CreateMul(Stride, ConstantInt::get(IntPtrTy, TypeScale)); in determineBaseAndStride() 488 if (TypeScale != 1) in determineBaseAndStride() 489 Stride = Builder.CreateMul(Stride, ConstantInt::get(IntPtrTy, TypeScale)); in determineBaseAndStride()
|