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

/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h76 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i8; } function in class:llvm::MSP430TargetLowering
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h84 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } function in class:llvm::XCoreTargetLowering
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.h112 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } function in class:llvm::SPUTargetLowering
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h94 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } function in class:llvm::MipsTargetLowering
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h248 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } function in class:llvm::PPCTargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h425 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i8; } function in class:llvm::X86TargetLowering
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp631 MVT TargetLowering::getShiftAmountTy(EVT LHSTy) const { function in class:TargetLowering
1482 EVT ShTy = getShiftAmountTy(InnerVT);
1601 // Compute the correct shift amount type, which must be getShiftAmountTy
1605 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy);
1763 TLO.DAG.getConstant(ShVal, getShiftAmountTy(Op.getValueType()));
2328 getPointerTy() : getShiftAmountTy(N0.getValueType());
2517 DAG.getConstant(1, getShiftAmountTy(N1.getValueType())));
2540 DAG.getConstant(1, getShiftAmountTy(N0.getValueType())));
3265 SDValue Amt = DAG.getConstant(ShAmt, getShiftAmountTy(Op1.getValueType()));
3326 DAG.getConstant(magics.s, getShiftAmountTy(
[all...]
H A DDAGCombiner.cpp309 /// getShiftAmountTy - Returns a type large enough to hold any valid
311 EVT getShiftAmountTy(EVT LHSTy) { function in class:__anon7398::DAGCombiner
312 return LegalTypes ? TLI.getShiftAmountTy(LHSTy) : TLI.getPointerTy();
1767 getShiftAmountTy(N0.getValueType())));
1777 getShiftAmountTy(N0.getValueType()))));
1872 getShiftAmountTy(N0.getValueType())));
1878 getShiftAmountTy(SGN.getValueType())));
1883 DAG.getConstant(lg2, getShiftAmountTy(ADD.getValueType())));
1932 getShiftAmountTy(N0.getValueType())));
2073 getShiftAmountTy(N
[all...]

Completed in 35 milliseconds