Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp13484 SDValue ShAmt0 = N0.getOperand(1); in PerformOrCombine() local
13485 if (ShAmt0.getValueType() != MVT::i8) in PerformOrCombine()
13490 if (ShAmt0.getOpcode() == ISD::TRUNCATE) in PerformOrCombine()
13491 ShAmt0 = ShAmt0.getOperand(0); in PerformOrCombine()
13499 if (ShAmt0.getOpcode() == ISD::SUB) { in PerformOrCombine()
13502 std::swap(ShAmt0, ShAmt1); in PerformOrCombine()
13512 if (SumC->getSExtValue() == Bits && ShAmt1Op1 == ShAmt0) in PerformOrCombine()
13516 MVT::i8, ShAmt0)); in PerformOrCombine()
13519 ConstantSDNode *ShAmt0C = dyn_cast<ConstantSDNode>(ShAmt0); in PerformOrCombine()
13525 MVT::i8, ShAmt0)); in PerformOrCombine()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp28455 SDValue ShAmt0 = N0.getOperand(1); in combineOr() local
28456 if (ShAmt0.getValueType() != MVT::i8) in combineOr()
28461 if (ShAmt0.getOpcode() == ISD::TRUNCATE) in combineOr()
28462 ShAmt0 = ShAmt0.getOperand(0); in combineOr()
28470 if (ShAmt0.getOpcode() == ISD::SUB) { in combineOr()
28473 std::swap(ShAmt0, ShAmt1); in combineOr()
28483 if (SumC->getSExtValue() == Bits && ShAmt1Op1 == ShAmt0) in combineOr()
28487 MVT::i8, ShAmt0)); in combineOr()
28490 ConstantSDNode *ShAmt0C = dyn_cast<ConstantSDNode>(ShAmt0); in combineOr()
28496 MVT::i8, ShAmt0)); in combineOr()