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.h847 bool isLegalScaleForGatherScatter(uint64_t Scale, in isLegalScaleForGatherScatter() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1587 virtual bool isLegalScaleForGatherScatter(uint64_t Scale, in isLegalScaleForGatherScatter() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4875 !TLI.isLegalScaleForGatherScatter(ScaleVal.getFixedValue(), ElemSize)) in getUniformBase()