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.cpp233 LegalizeAction ShiftDoubleAction = Subtarget.isSHLDSlow() ? Custom : Legal; in X86TargetLowering() local
237 setOperationAction(ShiftOp , MVT::i32 , ShiftDoubleAction); in X86TargetLowering()
239 setOperationAction(ShiftOp , MVT::i64 , ShiftDoubleAction); in X86TargetLowering()