Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h73 MVT getScalarShiftAmountTy(EVT LHSTy) const override { return MVT::i8; } in getScalarShiftAmountTy()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h104 MVT getScalarShiftAmountTy(EVT LHSTy) const override { return MVT::i32; } in getScalarShiftAmountTy()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h87 MVT getScalarShiftAmountTy(EVT LHSTy) const override { return MVT::i32; } in getScalarShiftAmountTy()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h204 MVT getScalarShiftAmountTy(EVT LHSTy) const override { in getScalarShiftAmountTy()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h388 MVT getScalarShiftAmountTy(EVT LHSTy) const override { return MVT::i32; } in getScalarShiftAmountTy()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h229 MVT getScalarShiftAmountTy(EVT LHSTy) const override { return MVT::i32; } in getScalarShiftAmountTy()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h554 MVT getScalarShiftAmountTy(EVT LHSTy) const override { return MVT::i8; } in getScalarShiftAmountTy()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3923 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType(); in CreateBuiltinArraySubscriptExpr() local
5595 QualType LHSTy = LHS.get()->getType(); in checkConditionalPointerCompatibility() local
5697 QualType LHSTy = LHS.get()->getType(); in checkConditionalBlockPointerCompatibility() local
5723 QualType LHSTy = LHS.get()->getType(); in checkConditionalObjectPointersCompatibility() local
5816 QualType LHSTy = LHS.get()->getType(); in CheckConditionalOperands() local
5902 QualType LHSTy = LHS.get()->getType(); in FindCompositeObjCPointerType() local
7441 QualType LHSTy = Context.isPromotableBitField(LHS.get()); in CheckAdditionOperands() local
8768 QualType LHSTy(LHSType); in CheckAssignmentOperands() local
H A DSemaChecking.cpp614 QualType LHSTy = Context.getPointerType(EltTy); in CheckNeonBuiltinFunctionCall() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp820 QualType LHSTy = E->getLHS()->getType(); in EmitCompoundAssignLValue() local
H A DCGExprScalar.cpp2055 QualType LHSTy = E->getLHS()->getType(); in EmitCompoundAssignLValue() local
2775 QualType LHSTy = E->getLHS()->getType(); in EmitCompare() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h501 MVT getScalarShiftAmountTy(EVT LHSTy) const override { return MVT::i32; } in getScalarShiftAmountTy()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2050 auto RankVectorTypes = [&DL](VectorType *RHSTy, VectorType *LHSTy) { in isVectorPromotionViable()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1750 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { in getShiftAmountOperand()
H A DDAGCombiner.cpp398 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp6843 QualType LHSTy = E->getLHS()->getType(); in VisitBinaryOperator() local