Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp224 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 DX86ISelLowering.cpp26009 SDValue Index, SDValue ScaleOp, SDValue Chain, in getAVX2GatherNode() argument
26012 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getAVX2GatherNode()
26041 SDValue Index, SDValue ScaleOp, SDValue Chain, in getGatherNode() argument
26045 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getGatherNode()
26079 SDValue Index, SDValue ScaleOp, SDValue Chain, in getScatterNode() argument
26082 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getScatterNode()
26110 SDValue ScaleOp, SDValue Chain, in getPrefetchNode() argument
26113 auto *C = dyn_cast<ConstantSDNode>(ScaleOp); in getPrefetchNode()