Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinISelLowering.h35 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i16; } in getShiftAmountTy()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.h60 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i64; } in getShiftAmountTy()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelLowering.h66 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i64; } in getShiftAmountTy()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelLowering.h84 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getShiftAmountTy()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelLowering.h76 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i8; } in getShiftAmountTy()
/external/llvm/lib/Target/AVR/
DAVRISelLowering.h72 MVT getScalarShiftAmountTy(const DataLayout &, EVT LHSTy) const override { in getScalarShiftAmountTy()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRISelLowering.h75 MVT getScalarShiftAmountTy(const DataLayout &, EVT LHSTy) const override { in getScalarShiftAmountTy()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelLowering.h112 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getShiftAmountTy()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.h246 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getShiftAmountTy()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.h508 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i8; } in getShiftAmountTy()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp951 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy, in getShiftAmountTy()
/external/clang/lib/Sema/
DSemaExpr.cpp4374 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType(); in CreateBuiltinArraySubscriptExpr() local
6209 QualType LHSTy = LHS.get()->getType(); in checkConditionalPointerCompatibility() local
6338 QualType LHSTy = LHS.get()->getType(); in checkConditionalBlockPointerCompatibility() local
6364 QualType LHSTy = LHS.get()->getType(); in checkConditionalObjectPointersCompatibility() local
6655 QualType LHSTy = LHS.get()->getType(); in CheckConditionalOperands() local
6750 QualType LHSTy = LHS.get()->getType(); in FindCompositeObjCPointerType() local
8415 QualType LHSTy = Context.isPromotableBitField(LHS.get()); in CheckAdditionOperands() local
9986 QualType LHSTy(LHSType); in CheckAssignmentOperands() local
10818 QualType LHSTy = LHSExpr->getType(); in CreateBuiltinBinOp() local
DSemaChecking.cpp1226 QualType LHSTy = Context.getPointerType(EltTy); in CheckNeonBuiltinFunctionCall() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp695 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy, const DataLayout &DL, in getShiftAmountTy()
/external/clang/lib/CodeGen/
DCGExprComplex.cpp829 QualType LHSTy = E->getLHS()->getType(); in EmitCompoundAssignLValue() local
DCGExprScalar.cpp2096 QualType LHSTy = E->getLHS()->getType(); in EmitCompoundAssignLValue() local
2829 QualType LHSTy = E->getLHS()->getType(); in EmitCompare() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1830 auto RankVectorTypes = [&DL](VectorType *RHSTy, VectorType *LHSTy) { in isVectorPromotionViable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1899 auto RankVectorTypes = [&DL](VectorType *RHSTy, VectorType *LHSTy) { in isVectorPromotionViable()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp292 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy()
DSelectionDAG.cpp1444 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { in getShiftAmountOperand()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1808 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { in getShiftAmountOperand()
DDAGCombiner.cpp492 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy()
/external/clang/lib/AST/
DExprConstant.cpp7491 QualType LHSTy = E->getLHS()->getType(); in VisitBinaryOperator() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1880 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { in getShiftAmountOperand()
DDAGCombiner.cpp589 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy()