Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp21227 SDValue Index, SDValue ScaleOp, SDValue Chain, in getAVX2GatherNode() argument
21230 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getAVX2GatherNode()
21252 SDValue Index, SDValue ScaleOp, SDValue Chain, in getGatherNode() argument
21255 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getGatherNode()
21280 SDValue Index, SDValue ScaleOp, SDValue Chain, in getScatterNode() argument
21283 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getScatterNode()
21302 SDValue ScaleOp, SDValue Chain, in getPrefetchNode() argument
21305 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getPrefetchNode()