Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28280 bool ConstantAmt = ISD::isBuildVectorOfConstantSDNodes(Amt.getNode()); in LowerShift() local
28346 if (ConstantAmt && (VT == MVT::v8i16 || VT == MVT::v4i32 || in LowerShift()
28397 if (Opc == ISD::SRL && ConstantAmt && in LowerShift()
28413 if (Opc == ISD::SRA && ConstantAmt && in LowerShift()
28440 if (ConstantAmt) { in LowerShift()
28471 unsigned ShOpc = ConstantAmt ? Opc : X86OpcV; in LowerShift()
28511 if (ConstantAmt && (Opc == ISD::SRA || Opc == ISD::SRL) && in LowerShift()
28903 bool ConstantAmt = ISD::isBuildVectorOfConstantSDNodes(Amt.getNode()); in LowerRotate() local
28909 if (IsSplatAmt || LegalVarShifts || (Subtarget.hasAVX2() && !ConstantAmt)) { in LowerRotate()