Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp17066 SDValue ScaleOp = MGN->getScale(); in PerformDAGCombine()
17076 MGN->getBasePtr(), Index, ScaleOp}, in PerformDAGCombine()
17083 MGN->getBasePtr(), Index, ScaleOp}, in PerformDAGCombine()
17156 Index, ScaleOp}, in PerformDAGCombine()
17166 SDValue ScaleOp = MSN->getScale(); in PerformDAGCombine()
17176 Index, ScaleOp}, in PerformDAGCombine()
17183 Index, ScaleOp}, in PerformDAGCombine()
17202 SDValue ScaleOp = VPGN->getScale(); in PerformDAGCombine()
17211 ScaleOp, VPGN->getMask(), in PerformDAGCombine()
17218 ScaleOp, VPG in PerformDAGCombine()
17063 SDValue ScaleOp = MGN->getScale(); PerformDAGCombine() local
17163 SDValue ScaleOp = MSN->getScale(); PerformDAGCombine() local
17199 SDValue ScaleOp = VPGN->getScale(); PerformDAGCombine() local
17224 SDValue ScaleOp = VPSN->getScale(); PerformDAGCombine() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp224 SDValue ScaleOp, SDValue &Base, SDValue &Scale,
2905 SDValue IndexOp, SDValue ScaleOp, in selectVectorAddr() argument
2910 AM.Scale = ScaleOp->getAsZExtVal(); in selectVectorAddr()
H A DX86ISelLowering.cpp26497 SDValue Index, SDValue ScaleOp, SDValue Chain, in getAVX2GatherNode() argument
26500 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getAVX2GatherNode()
26529 SDValue Index, SDValue ScaleOp, SDValue Chain, in getGatherNode() argument
26533 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getGatherNode()
26567 SDValue Index, SDValue ScaleOp, SDValue Chain, in getScatterNode() argument
26570 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getScatterNode()
26598 SDValue ScaleOp, SDValue Chain, in getPrefetchNode() argument
26601 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getPrefetchNode()