Searched refs:ScaleOp (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86ISelLowering.cpp | 24532 SDValue Index, SDValue ScaleOp, SDValue Chain, in getAVX2GatherNode() argument 24535 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getAVX2GatherNode() 24560 SDValue Index, SDValue ScaleOp, SDValue Chain, in getGatherNode() argument 24564 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getGatherNode() 24597 SDValue Index, SDValue ScaleOp, SDValue Chain, in getScatterNode() argument 24600 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getScatterNode() 24627 SDValue ScaleOp, SDValue Chain, in getPrefetchNode() argument 24630 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getPrefetchNode()
|