Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29623 bool supportedVectorShiftWithBaseAmnt(MVT VT, const X86Subtarget &Subtarget, in supportedVectorShiftWithBaseAmnt() function
29793 if (supportedVectorShiftWithBaseAmnt(VT, Subtarget, Opcode)) in LowerShiftByScalarVariable()
29804 if (supportedVectorShiftWithBaseAmnt(ExtVT, Subtarget, Opcode)) { in LowerShiftByScalarVariable()
30453 if (supportedVectorShiftWithBaseAmnt(ExtVT, Subtarget, ShiftOpc)) { in LowerFunnelShift()