Searched refs:ShlCount (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1008 SDValue ShlCount = CurDAG->getConstant(ScaleLog, MVT::i8); in MatchAddressRecursively() local 1010 And, ShlCount); in MatchAddressRecursively() 1033 if (ShlCount.getNode()->getNodeId() == -1 || in MatchAddressRecursively() 1034 ShlCount.getNode()->getNodeId() > X.getNode()->getNodeId()) { in MatchAddressRecursively() 1035 CurDAG->RepositionNode(X.getNode(), ShlCount.getNode()); in MatchAddressRecursively() 1036 ShlCount.getNode()->setNodeId(N.getNode()->getNodeId()); in MatchAddressRecursively()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 938 SDValue ShlCount = DAG.getConstant(ScaleLog, DL, MVT::i8); in foldMaskAndShiftToExtract() local 939 SDValue Shl = DAG.getNode(ISD::SHL, DL, VT, And, ShlCount); in foldMaskAndShiftToExtract() 950 insertDAGNode(DAG, N, ShlCount); in foldMaskAndShiftToExtract()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1156 SDValue ShlCount = DAG.getConstant(ScaleLog, DL, MVT::i8); in foldMaskAndShiftToExtract() local 1157 SDValue Shl = DAG.getNode(ISD::SHL, DL, VT, And, ShlCount); in foldMaskAndShiftToExtract() 1168 insertDAGNode(DAG, N, ShlCount); in foldMaskAndShiftToExtract()
|