Searched defs:getShiftAmountTy (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MSP430/
H A DMSP430ISelLowering.h76 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i8; } function in class:llvm::MSP430TargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreISelLowering.h84 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } function in class:llvm::XCoreTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUISelLowering.h111 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } function in class:llvm::SPUTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXISelLowering.h128 virtual MVT getShiftAmountTy(EVT LHSTy) const { function in class:llvm::NVPTXTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.h252 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } function in class:llvm::PPCTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.h145 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } function in class:llvm::MipsTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.h453 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i8; } function in class:llvm::X86TargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp632 MVT TargetLowering::getShiftAmountTy(EVT LHSTy) const { function in class:TargetLowering
[all...]
H A DDAGCombiner.cpp321 EVT getShiftAmountTy(EVT LHSTy) { function in class:__anon10195::DAGCombiner
[all...]

Completed in 227 milliseconds