Searched refs:ScaleOp (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 22300 SDValue Index, SDValue ScaleOp, SDValue Chain, in getAVX2GatherNode() argument 22303 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getAVX2GatherNode() 22325 SDValue Index, SDValue ScaleOp, SDValue Chain, in getGatherNode() argument 22329 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getGatherNode() 22359 SDValue Index, SDValue ScaleOp, SDValue Chain, in getScatterNode() argument 22362 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getScatterNode() 22386 SDValue ScaleOp, SDValue Chain, in getPrefetchNode() argument 22389 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getPrefetchNode()
|