/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.h | 90 MVT getScalarShiftAmountTy(const DataLayout &, EVT LHSTy) const override { in getScalarShiftAmountTy() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PreLegalizerCombiner.cpp | 85 LLT LHSTy = MRI.getType(LHS); in matchICmpRedundantTrunc() local
|
H A D | AArch64InstructionSelector.cpp | 1784 auto LHSTy = MRI.getType(LHS); in tryOptCompareBranchFedByICmp() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 1435 static QualType handleFixedPointConversion(Sema &S, QualType LHSTy, in handleFixedPointConversion() 5120 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType(); in CreateBuiltinArraySubscriptExpr() local 7917 QualType LHSTy = LHS.get()->getType(); in checkConditionalPointerCompatibility() local 8049 QualType LHSTy = LHS.get()->getType(); in checkConditionalBlockPointerCompatibility() local 8075 QualType LHSTy = LHS.get()->getType(); in checkConditionalObjectPointersCompatibility() local 8387 QualType LHSTy = LHS.get()->getType(); in CheckConditionalOperands() local 8652 QualType LHSTy, QualType RHSTy, in computeConditionalNullability() 8778 QualType LHSTy = LHSExpr->getType(), RHSTy = RHSExpr->getType(); in ActOnConditionalOp() local 10437 QualType LHSTy = LHSArg->getType(); in DiagnoseDivisionSizeofPointerOrArray() local 10492 QualType LHSTy = LHS.get()->getType(); in CheckMultiplyDivideOperands() local [all …]
|
H A D | SemaARM.cpp | 791 QualType LHSTy = getASTContext().getPointerType(EltTy); in CheckNeonBuiltinFunctionCall() local
|
H A D | SemaExprObjC.cpp | 4935 QualType LHSTy = LHS.get()->getType(); in FindCompositeObjCPointerType() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 213 QualType LHSTy = *OptionalLHSTy; in CanElideOverflowCheck() local 3519 QualType LHSTy = E->getLHS()->getType(); in EmitCompoundAssignLValue() local 4203 QualType LHSTy, RHSTy; in EmitFixedPointBinOp() local 4604 QualType LHSTy = E->getLHS()->getType(); in EmitCompare() local
|
H A D | CGExprComplex.cpp | 1222 QualType LHSTy = E->getLHS()->getType(); in EmitCompoundAssignLValue() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 866 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy, in getShiftAmountTy()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2156 auto RankVectorTypesComp = [&DL](VectorType *RHSTy, VectorType *LHSTy) { in checkVectorTypesForPromotion() 2168 auto RankVectorTypesEq = [&DL](VectorType *RHSTy, VectorType *LHSTy) { in checkVectorTypesForPromotion()
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 2936 auto *LHSTy = dyn_cast<ListRecTy>(LHS->getType()); in ParseValue() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 6097 if (auto *LHSTy = dyn_cast<VectorType>(LHS->getType())) in OptimizeOverflowCheck() local 7166 auto *LHSTy = dyn_cast<FixedVectorType>(LHS->getType()); in foldReductionIdiom() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 13538 QualType LHSTy = E->getLHS()->getType(); in EvaluateComparisonBinaryOperator() local 13961 QualType LHSTy = E->getLHS()->getType(); in VisitBinaryOperator() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 4450 LLT LHSTy = MRI.getType(LHS); in matchICmpToLHSKnownBits() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 2406 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { in getShiftAmountOperand()
|
H A D | DAGCombiner.cpp | 852 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy()
|