Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp248 LegalizeAction ShiftDoubleAction = Subtarget.isSHLDSlow() ? Custom : Legal; in X86TargetLowering() local
252 setOperationAction(ShiftOp , MVT::i32 , ShiftDoubleAction); in X86TargetLowering()
254 setOperationAction(ShiftOp , MVT::i64 , ShiftDoubleAction); in X86TargetLowering()