Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp218 LegalizeAction ShiftDoubleAction = Subtarget.isSHLDSlow() ? Custom : Legal; in X86TargetLowering() local
222 setOperationAction(ShiftOp , MVT::i32 , ShiftDoubleAction); in X86TargetLowering()
224 setOperationAction(ShiftOp , MVT::i64 , ShiftDoubleAction); in X86TargetLowering()