Searched refs:TypeScale (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVGatherScatterLowering.cpp | 361 unsigned TypeScale = 0; in determineBaseAndStride() local 378 TypeScale = TS.getFixedValue(); in determineBaseAndStride() 420 if (TypeScale != 1) in determineBaseAndStride() 421 Stride = Builder.CreateMul(Stride, ConstantInt::get(IntPtrTy, TypeScale)); in determineBaseAndStride() 460 if (TypeScale != 1) in determineBaseAndStride() 461 Stride = Builder.CreateMul(Stride, ConstantInt::get(IntPtrTy, TypeScale)); in determineBaseAndStride()
|
| /freebsd-14.2/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() 802 IntrinsicInst *I, Value *BasePtr, Value *Offsets, unsigned TypeScale, in tryCreateIncrementingWBGatScat() argument 823 std::pair<Value *, int64_t> Add = getVarAndConst(Offsets, TypeScale); in tryCreateIncrementingWBGatScat() [all …]
|