Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h408 bool isLegalScaleForGatherScatter(uint64_t Scale, in isLegalScaleForGatherScatter() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1617 virtual bool isLegalScaleForGatherScatter(uint64_t Scale, in isLegalScaleForGatherScatter() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4949 !TLI.isLegalScaleForGatherScatter(ScaleVal.getFixedValue(), ElemSize)) in getUniformBase()