Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp104 std::pair<Value *, int64_t> getVarAndConst(Value *Inst, int TypeScale);
141 Value *Ptr, unsigned TypeScale,
359 MVEGatherScatterLowering::getVarAndConst(Value *Inst, int TypeScale) { in getVarAndConst() argument
379 int64_t Immediate = Const.getValue() << TypeScale; in getVarAndConst()
741 int TypeScale = in tryCreateIncrementingGatScat() local
745 if (TypeScale == -1) in tryCreateIncrementingGatScat()
753 TypeScale, Builder)) in tryCreateIncrementingGatScat()
760 std::pair<Value *, int64_t> Add = getVarAndConst(Offsets, TypeScale); in tryCreateIncrementingGatScat()
788 IntrinsicInst *I, Value *BasePtr, Value *Offsets, unsigned TypeScale, in tryCreateIncrementingWBGatScat() argument
809 std::pair<Value *, int64_t> Add = getVarAndConst(Offsets, TypeScale); in tryCreateIncrementingWBGatScat()
[all …]