Home
last modified time | relevance | path

Searched defs:LHSTy (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h73 MVT getScalarShiftAmountTy(EVT LHSTy) const override { return MVT::i8; } in getScalarShiftAmountTy()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.h104 MVT getScalarShiftAmountTy(EVT LHSTy) const override { return MVT::i32; } in getScalarShiftAmountTy()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.h87 MVT getScalarShiftAmountTy(EVT LHSTy) const override { return MVT::i32; } in getScalarShiftAmountTy()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h204 MVT getScalarShiftAmountTy(EVT LHSTy) const override { in getScalarShiftAmountTy()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h353 MVT getScalarShiftAmountTy(EVT LHSTy) const override { return MVT::i32; } in getScalarShiftAmountTy()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h243 MVT getScalarShiftAmountTy(EVT LHSTy) const override { return MVT::i32; } in getScalarShiftAmountTy()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h226 MVT getScalarShiftAmountTy(EVT LHSTy) const override { return MVT::i32; } in getScalarShiftAmountTy()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h524 MVT getScalarShiftAmountTy(EVT LHSTy) const override { return MVT::i8; } in getScalarShiftAmountTy()
/external/clang/lib/CodeGen/
DCGExprComplex.cpp642 QualType LHSTy = E->getLHS()->getType(); in EmitCompoundAssignLValue() local
DCGExprScalar.cpp1996 QualType LHSTy = E->getLHS()->getType(); in EmitCompoundAssignLValue() local
2696 QualType LHSTy = E->getLHS()->getType(); in EmitCompare() local
/external/clang/lib/Sema/
DSemaExpr.cpp3827 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType(); in CreateBuiltinArraySubscriptExpr() local
5507 QualType LHSTy = LHS.get()->getType(); in checkConditionalPointerCompatibility() local
5609 QualType LHSTy = LHS.get()->getType(); in checkConditionalBlockPointerCompatibility() local
5635 QualType LHSTy = LHS.get()->getType(); in checkConditionalObjectPointersCompatibility() local
5728 QualType LHSTy = LHS.get()->getType(); in CheckConditionalOperands() local
5810 QualType LHSTy = LHS.get()->getType(); in FindCompositeObjCPointerType() local
7316 QualType LHSTy = Context.isPromotableBitField(LHS.get()); in CheckAdditionOperands() local
8636 QualType LHSTy(LHSType); in CheckAssignmentOperands() local
DSemaChecking.cpp462 QualType LHSTy = Context.getPointerType(EltTy); in CheckNeonBuiltinFunctionCall() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1750 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { in getShiftAmountOperand()
DDAGCombiner.cpp369 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy()
/external/clang/lib/AST/
DExprConstant.cpp6600 QualType LHSTy = E->getLHS()->getType(); in VisitBinaryOperator() local