Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreISelLowering.h87 virtual MVT getScalarShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getScalarShiftAmountTy()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.h74 virtual MVT getScalarShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getScalarShiftAmountTy()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h76 virtual MVT getScalarShiftAmountTy(EVT LHSTy) const { return MVT::i8; } in getScalarShiftAmountTy()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h126 virtual MVT getScalarShiftAmountTy(EVT LHSTy) const LLVM_OVERRIDE { in getScalarShiftAmountTy()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h141 virtual MVT getScalarShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getScalarShiftAmountTy()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h346 virtual MVT getScalarShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getScalarShiftAmountTy()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h178 virtual MVT getScalarShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getScalarShiftAmountTy()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h511 virtual MVT getScalarShiftAmountTy(EVT LHSTy) const { return MVT::i8; } in getScalarShiftAmountTy()
/external/clang/lib/Sema/
DSemaExpr.cpp3643 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType(); in CreateBuiltinArraySubscriptExpr() local
5278 QualType LHSTy = LHS.get()->getType(); in checkConditionalPointerCompatibility() local
5350 QualType LHSTy = LHS.get()->getType(); in checkConditionalBlockPointerCompatibility() local
5376 QualType LHSTy = LHS.get()->getType(); in checkConditionalObjectPointersCompatibility() local
5460 QualType LHSTy = LHS.get()->getType(); in CheckConditionalOperands() local
5550 QualType LHSTy = LHS.get()->getType(); in FindCompositeObjCPointerType() local
6965 QualType LHSTy = Context.isPromotableBitField(LHS.get()); in CheckAdditionOperands() local
8235 QualType LHSTy(LHSType); in CheckAssignmentOperands() local
DSemaChecking.cpp421 QualType LHSTy = Context.getPointerType(EltTy); in CheckAArch64BuiltinFunctionCall() local
605 QualType LHSTy = Context.getPointerType(EltTy); in CheckARMBuiltinFunctionCall() local
/external/clang/lib/CodeGen/
DCGExprComplex.cpp637 QualType LHSTy = E->getLHS()->getType(); in EmitCompoundAssignLValue() local
DCGExprScalar.cpp1903 QualType LHSTy = E->getLHS()->getType(); in EmitCompoundAssignLValue() local
2601 QualType LHSTy = E->getLHS()->getType(); in EmitCompare() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1516 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { in getShiftAmountOperand()
DDAGCombiner.cpp328 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy()
/external/clang/lib/AST/
DExprConstant.cpp6400 QualType LHSTy = E->getLHS()->getType(); in VisitBinaryOperator() local