Home
last modified time | relevance | path

Searched refs:SraAmt (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1801 int SraAmt = VT.getSizeInBits() - 1; in expandSelectBoolean() local
1805 CurDAG->getConstant(SraAmt, DL, MVT::i32)); in expandSelectBoolean()
DSystemZISelLowering.cpp5306 auto *SraAmt = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in combineSIGN_EXTEND() local
5308 if (SraAmt && Inner.hasOneUse() && Inner.getOpcode() == ISD::SHL) { in combineSIGN_EXTEND()
5312 unsigned NewSraAmt = SraAmt->getZExtValue() + Extra; in combineSIGN_EXTEND()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4863 auto *SraAmt = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in combineSIGN_EXTEND() local
4865 if (SraAmt && Inner.hasOneUse() && Inner.getOpcode() == ISD::SHL) { in combineSIGN_EXTEND()
4870 unsigned NewSraAmt = SraAmt->getZExtValue() + Extra; in combineSIGN_EXTEND()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp13436 unsigned SraAmt = cast<ConstantSDNode>(SraC)->getZExtValue(); in PerformOrCombine() local
13438 if ((SraAmt + 1) != EltBits) in PerformOrCombine()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp28338 unsigned SraAmt = ~0; in combineLogicBlendIntoPBLENDV() local
28342 SraAmt = AmtConst->getZExtValue(); in combineLogicBlendIntoPBLENDV()
28345 SraAmt = cast<ConstantSDNode>(SraC)->getZExtValue(); in combineLogicBlendIntoPBLENDV()
28347 if ((SraAmt + 1) != EltBits) in combineLogicBlendIntoPBLENDV()