Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp26627 bool ConstantAmt = ISD::isBuildVectorOfConstantSDNodes(Amt.getNode()); in LowerShift() local
26693 if (ConstantAmt && (VT == MVT::v8i16 || VT == MVT::v4i32 || in LowerShift()
26744 if (Opc == ISD::SRL && ConstantAmt && in LowerShift()
26760 if (Opc == ISD::SRA && ConstantAmt && in LowerShift()
26787 if (ConstantAmt) { in LowerShift()
26818 unsigned ShOpc = ConstantAmt ? Opc : X86OpcV; in LowerShift()
26858 if (ConstantAmt && (Opc == ISD::SRA || Opc == ISD::SRL) && in LowerShift()
27244 bool ConstantAmt = ISD::isBuildVectorOfConstantSDNodes(Amt.getNode()); in LowerRotate() local
27250 if (IsSplatAmt || LegalVarShifts || (Subtarget.hasAVX2() && !ConstantAmt)) { in LowerRotate()