Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h76 virtual MVT getScalarShiftAmountTy(EVT LHSTy) const { return MVT::i8; } in getScalarShiftAmountTy()
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
DXCoreISelLowering.h94 virtual MVT getScalarShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getScalarShiftAmountTy()
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
DSparcISelLowering.h87 virtual MVT getScalarShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getScalarShiftAmountTy()
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h142 virtual MVT getScalarShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getScalarShiftAmountTy()
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h198 virtual MVT getScalarShiftAmountTy(EVT LHSTy) const LLVM_OVERRIDE { in getScalarShiftAmountTy()
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCISelLowering.h346 virtual MVT getScalarShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getScalarShiftAmountTy()
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
DMipsISelLowering.h217 virtual MVT getScalarShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getScalarShiftAmountTy()
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86ISelLowering.h531 virtual MVT getScalarShiftAmountTy(EVT LHSTy) const { return MVT::i8; } in getScalarShiftAmountTy()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExprComplex.cpp641 QualType LHSTy = E->getLHS()->getType(); in EmitCompoundAssignLValue() local
DCGExprScalar.cpp1987 QualType LHSTy = E->getLHS()->getType(); in EmitCompoundAssignLValue() local
2685 QualType LHSTy = E->getLHS()->getType(); in EmitCompare() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExpr.cpp3730 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType(); in CreateBuiltinArraySubscriptExpr() local
5367 QualType LHSTy = LHS.get()->getType(); in checkConditionalPointerCompatibility() local
5439 QualType LHSTy = LHS.get()->getType(); in checkConditionalBlockPointerCompatibility() local
5465 QualType LHSTy = LHS.get()->getType(); in checkConditionalObjectPointersCompatibility() local
5558 QualType LHSTy = LHS.get()->getType(); in CheckConditionalOperands() local
5640 QualType LHSTy = LHS.get()->getType(); in FindCompositeObjCPointerType() local
7110 QualType LHSTy = Context.isPromotableBitField(LHS.get()); in CheckAdditionOperands() local
8412 QualType LHSTy(LHSType); in CheckAssignmentOperands() local
DSemaChecking.cpp425 QualType LHSTy = Context.getPointerType(EltTy); in CheckAArch64BuiltinFunctionCall() local
612 QualType LHSTy = Context.getPointerType(EltTy); in CheckARMBuiltinFunctionCall() local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1593 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { in getShiftAmountOperand()
DDAGCombiner.cpp348 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DExprConstant.cpp6550 QualType LHSTy = E->getLHS()->getType(); in VisitBinaryOperator() local