Searched refs:LHSTy (Results 1 - 25 of 25) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
H A DBlackfinISelLowering.h35 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i16; }
/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp829 QualType LHSTy = E->getLHS()->getType(); local
830 if (const AtomicType *AT = LHSTy->getAs<AtomicType>())
831 LHSTy = AT->getValueType();
857 if (LHSTy->isAnyComplexType()) {
859 OpInfo.LHS = EmitComplexToComplexCast(LHSVal, LHSTy, OpInfo.Ty, Loc);
864 if (LHSTy->isRealFloatingType()) {
865 if (!CGF.getContext().hasSameUnqualifiedType(ComplexElementTy, LHSTy))
866 LHSVal = CGF.EmitScalarConversion(LHSVal, LHSTy, ComplexElementTy, Loc);
869 OpInfo.LHS = EmitScalarToComplexCast(LHSVal, LHSTy, OpInfo.Ty, Loc);
877 if (LHSTy
[all...]
H A DCGExprScalar.cpp2096 QualType LHSTy = E->getLHS()->getType(); local
2113 if (const AtomicType *atomicTy = LHSTy->getAs<AtomicType>()) {
2148 EmitScalarConversion(OpInfo.RHS, E->getRHS()->getType(), LHSTy,
2150 LHSTy);
2173 EmitScalarConversion(OpInfo.LHS, LHSTy, E->getComputationLHSType(), Loc);
2180 EmitScalarConversion(Result, E->getComputationResultType(), LHSTy, Loc);
2187 llvm::Value *old = CGF.EmitToMemory(Pair.first.getScalarVal(), LHSTy);
2829 QualType LHSTy = E->getLHS()->getType(); local
2831 if (const MemberPointerType *MPT = LHSTy->getAs<MemberPointerType>()) {
2838 } else if (!LHSTy
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
H A DAlphaISelLowering.h66 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i64; }
/external/llvm/lib/Target/AVR/
H A DAVRISelLowering.h72 MVT getScalarShiftAmountTy(const DataLayout &, EVT LHSTy) const override {
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUISelLowering.h112 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; }
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZISelLowering.h60 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i64; }
/external/clang/lib/Sema/
H A DSemaExpr.cpp4374 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType(); local
4384 if (LHSTy->isDependentType() || RHSTy->isDependentType()) {
4388 } else if (const PointerType *PTy = LHSTy->getAs<PointerType>()) {
4393 LHSTy->getAs<ObjCObjectPointerType>()) {
4420 } else if (const VectorType *VTy = LHSTy->getAs<VectorType>()) {
4429 } else if (LHSTy->isArrayType()) {
4437 LHSExp = ImpCastExprToType(LHSExp, Context.getArrayDecayedType(LHSTy),
4439 LHSTy = LHSExp->getType();
4443 ResultType = LHSTy->getAs<PointerType>()->getPointeeType();
6209 QualType LHSTy local
6338 QualType LHSTy = LHS.get()->getType(); local
6364 QualType LHSTy = LHS.get()->getType(); local
6750 QualType LHSTy = LHS.get()->getType(); local
8415 QualType LHSTy = Context.isPromotableBitField(LHS.get()); local
10818 QualType LHSTy = LHSExpr->getType(); local
[all...]
H A DSemaChecking.cpp1226 QualType LHSTy = Context.getPointerType(EltTy); local
1228 ConvTy = CheckSingleAssignmentConstraints(LHSTy, RHS);
1231 if (DiagnoseAssignmentResult(ConvTy, Arg->getLocStart(), LHSTy, RHSTy,
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430ISelLowering.h76 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i8; }
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreISelLowering.h84 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; }
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelLowering.h246 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; }
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp951 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy, argument
953 assert(LHSTy.isInteger() && "Shift amount is not an integer type!");
954 if (LHSTy.isVector())
955 return LHSTy;
956 return getScalarShiftAmountTy(DL, LHSTy);
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.h508 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i8; }
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1830 auto RankVectorTypes = [&DL](VectorType *RHSTy, VectorType *LHSTy) {
1831 assert(DL.getTypeSizeInBits(RHSTy) == DL.getTypeSizeInBits(LHSTy) &&
1835 assert(LHSTy->getElementType()->isIntegerTy() &&
1837 return RHSTy->getNumElements() < LHSTy->getNumElements();
/external/clang/lib/AST/
H A DExprConstant.cpp7491 QualType LHSTy = E->getLHS()->getType();
7494 if (LHSTy->isAnyComplexType() || RHSTy->isAnyComplexType()) {
7501 } else if (LHSTy->isRealFloatingType()) {
7553 if (LHSTy->isRealFloatingType() &&
7587 if (LHSTy->isPointerType() && RHSTy->isPointerType()) {
7721 if (LHSTy->isVoidPointerType() && LHSOffset != RHSOffset &&
7769 unsigned PtrSize = Info.Ctx.getTypeSize(LHSTy);
7802 if (LHSTy->isMemberPointerType()) {
7840 if (LHSTy->isNullPtrType()) {
7850 assert((!LHSTy
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSelectionDAG.h699 SDValue getShiftAmountOperand(EVT LHSTy, SDValue Op);
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetLowering.h144 virtual MVT getShiftAmountTy(EVT LHSTy) const;
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h987 SDValue getShiftAmountOperand(EVT LHSTy, SDValue Op);
/external/llvm/include/llvm/Target/
H A DTargetLowering.h184 EVT getShiftAmountTy(EVT LHSTy, const DataLayout &DL) const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp632 MVT TargetLowering::getShiftAmountTy(EVT LHSTy) const {
H A DDAGCombiner.cpp292 EVT getShiftAmountTy(EVT LHSTy) { argument
293 return LegalTypes ? TLI.getShiftAmountTy(LHSTy) : TLI.getPointerTy();
H A DSelectionDAG.cpp1444 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { argument
1446 MVT ShTy = TLI.getShiftAmountTy(LHSTy);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp492 EVT getShiftAmountTy(EVT LHSTy) { argument
493 assert(LHSTy.isInteger() && "Shift amount is not an integer type!");
494 if (LHSTy.isVector())
495 return LHSTy;
497 return LegalTypes ? TLI.getScalarShiftAmountTy(DL, LHSTy)
H A DSelectionDAG.cpp1808 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { argument
1810 EVT ShTy = TLI->getShiftAmountTy(LHSTy, getDataLayout());

Completed in 752 milliseconds