Searched refs:ScaleOp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 224 SDValue ScaleOp, SDValue &Base, SDValue &Scale, 2489 SDValue IndexOp, SDValue ScaleOp, in selectVectorAddr() argument 2495 AM.Scale = cast<ConstantSDNode>(ScaleOp)->getZExtValue(); in selectVectorAddr()
|
| H A D | X86ISelLowering.cpp | 26177 SDValue Index, SDValue ScaleOp, SDValue Chain, in getAVX2GatherNode() argument 26180 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getAVX2GatherNode() 26209 SDValue Index, SDValue ScaleOp, SDValue Chain, in getGatherNode() argument 26213 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getGatherNode() 26247 SDValue Index, SDValue ScaleOp, SDValue Chain, in getScatterNode() argument 26250 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getScatterNode() 26278 SDValue ScaleOp, SDValue Chain, in getPrefetchNode() argument 26281 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getPrefetchNode()
|