Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp919 SDValue N001 = N00.getOperand(1); in SelectSelect() local
920 if (cast<VTSDNode>(N001)->getVT() == MVT::i16) { in SelectSelect()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3086 SDValue N001 = N00.getOperand(1); in MatchBSwapHWord() local
3087 if (!isBSwapHWordElement(N001, Parts)) in MatchBSwapHWord()
3106 SDValue N001 = N00.getOperand(1); in MatchBSwapHWord() local
3107 if (!isBSwapHWordElement(N001, Parts)) in MatchBSwapHWord()
/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86ISelLowering.cpp17779 SDValue N001 = N00.getOperand(1); in PerformAndCombine() local
17780 assert(N001.getValueType() == MVT::i8 && "unexpected type"); in PerformAndCombine()
17783 return DAG.getNode(X86ISD::BZHI, DL, VT, N1, N001); in PerformAndCombine()