Searched refs:TypeScale (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVGatherScatterLowering.cpp | 380 unsigned TypeScale = 0; in determineBaseAndStride() local 397 TypeScale = TS.getFixedValue(); in determineBaseAndStride() 439 if (TypeScale != 1) in determineBaseAndStride() 440 Stride = Builder.CreateMul(Stride, ConstantInt::get(IntPtrTy, TypeScale)); in determineBaseAndStride() 479 if (TypeScale != 1) in determineBaseAndStride() 480 Stride = Builder.CreateMul(Stride, ConstantInt::get(IntPtrTy, TypeScale)); in determineBaseAndStride()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 105 std::pair<Value *, int64_t> getVarAndConst(Value *Inst, int TypeScale); 142 Value *Ptr, unsigned TypeScale, 373 MVEGatherScatterLowering::getVarAndConst(Value *Inst, int TypeScale) { in getVarAndConst() argument 394 int64_t Immediate = *Const << TypeScale; in getVarAndConst() 755 int TypeScale = in tryCreateIncrementingGatScat() local 759 if (TypeScale == -1) in tryCreateIncrementingGatScat() 767 TypeScale, Builder)) in tryCreateIncrementingGatScat() 774 std::pair<Value *, int64_t> Add = getVarAndConst(Offsets, TypeScale); in tryCreateIncrementingGatScat() 784 Builder.getInt32(TypeScale)), in tryCreateIncrementingGatScat() 803 IntrinsicInst *I, Value *BasePtr, Value *Offsets, unsigned TypeScale, in tryCreateIncrementingWBGatScat() argument [all …]
|