Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1299 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N01); in combineShlAddConstant() local
1301 if (N01C && N00.getOpcode() == ISD::ADD && N00.getNode()->hasOneUse() && in combineShlAddConstant()
2513 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in MatchBSwapHWordLow() local
2514 if (!N01C || N01C->getZExtValue() != 0xFF00) in MatchBSwapHWordLow()
2538 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in MatchBSwapHWordLow() local
2540 if (!N01C || !N11C) in MatchBSwapHWordLow()
2542 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8) in MatchBSwapHWordLow()
3141 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in visitXOR() local
3146 if (N01C) in visitXOR()
3149 N01C->getAPIntValue(), VT)); in visitXOR()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3375 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in MatchBSwapHWordLow() local
3376 if (!N01C || N01C->getZExtValue() != 0xFF00) in MatchBSwapHWordLow()
3400 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in MatchBSwapHWordLow() local
3402 if (!N01C || !N11C) in MatchBSwapHWordLow()
3404 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8) in MatchBSwapHWordLow()
4241 if (const ConstantSDNode *N01C = getAsNonOpaqueConstant(N0.getOperand(1))) { in visitXOR() local
4245 N01C->getAPIntValue(), DL, VT)); in visitXOR()
4372 if (ConstantSDNode *N01C = isConstOrConstSplat(N01)) { in distributeTruncateThroughAnd() local
4373 if (!N01C->isOpaque()) { in distributeTruncateThroughAnd()
4376 APInt TruncC = N01C->getAPIntValue(); in distributeTruncateThroughAnd()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4689 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in MatchBSwapHWordLow() local
4692 if (!N01C || (N01C->getZExtValue() != 0xFF00 && in MatchBSwapHWordLow()
4693 N01C->getZExtValue() != 0xFFFF)) in MatchBSwapHWordLow()
4716 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in MatchBSwapHWordLow() local
4718 if (!N01C || !N11C) in MatchBSwapHWordLow()
4720 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8) in MatchBSwapHWordLow()
6609 const ConstantSDNode *N01C = isConstOrConstSplat(N0.getOperand(1)); in visitSRA() local
6610 if (N01C) { in visitSRA()
6619 int ShiftAmt = N1C->getZExtValue() - N01C->getZExtValue(); in visitSRA()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp10707 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0->getOperand(1)); in CombineANDShift() local
10708 if (!N01C) in CombineANDShift()
10711 uint32_t C2 = (uint32_t)N01C->getZExtValue(); in CombineANDShift()