Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp224 SDValue ScaleOp, SDValue &Base, SDValue &Scale,
2610 SDValue IndexOp, SDValue ScaleOp, in selectVectorAddr() argument
2616 AM.Scale = cast<ConstantSDNode>(ScaleOp)->getZExtValue(); in selectVectorAddr()
H A DX86ISelLowering.cpp27944 SDValue Index, SDValue ScaleOp, SDValue Chain, in getAVX2GatherNode() argument
27947 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getAVX2GatherNode()
27976 SDValue Index, SDValue ScaleOp, SDValue Chain, in getGatherNode() argument
27980 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getGatherNode()
28014 SDValue Index, SDValue ScaleOp, SDValue Chain, in getScatterNode() argument
28017 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getScatterNode()
28045 SDValue ScaleOp, SDValue Chain, in getPrefetchNode() argument
28048 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getPrefetchNode()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10382 SDValue Index, ScaleOp; in PerformDAGCombine() local
10386 ScaleOp = VPGSN->getScale(); in PerformDAGCombine()
10393 ScaleOp = MGSN->getScale(); in PerformDAGCombine()
10424 ScaleOp, VPGN->getMask(), in PerformDAGCombine()
10430 VPSN->getBasePtr(), Index, ScaleOp, in PerformDAGCombine()
10437 MGN->getBasePtr(), Index, ScaleOp}, in PerformDAGCombine()
10443 Index, ScaleOp}, in PerformDAGCombine()