Searched defs:WideTy (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 1103 void LegalizerHelper::widenScalarSrc(MachineInstr &MI, LLT WideTy, in widenScalarSrc() 1118 void LegalizerHelper::widenScalarDst(MachineInstr &MI, LLT WideTy, in widenScalarDst() 1136 void LegalizerHelper::moreElementsVectorDst(MachineInstr &MI, LLT WideTy, in moreElementsVectorDst() 1177 LLT WideTy) { in widenScalarMergeValues() 1299 LLT WideTy) { in widenScalarUnmergeValues() 1339 LLT WideTy) { in widenScalarExtract() 1418 LLT WideTy) { in widenScalarInsert() 1429 LegalizerHelper::widenScalar(MachineInstr &MI, unsigned TypeIdx, LLT WideTy) { in widenScalar()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 429 auto *WideTy = in willNotOverflow() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1132 Type *WideTy = IntegerType::get(AR->getType()->getContext(), BitWidth * 2); in IsIncrementNSW() local 1146 Type *WideTy = IntegerType::get(AR->getType()->getContext(), BitWidth * 2); in IsIncrementNUW() local
|
D | ScalarEvolution.cpp | 1490 Type *WideTy = IntegerType::get(SE->getContext(), BitWidth * 2); in getPreStartForExtend() local 1733 Type *WideTy = IntegerType::get(getContext(), BitWidth * 2); in getZeroExtendExpr() local 2077 Type *WideTy = IntegerType::get(getContext(), BitWidth * 2); in getSignExtendExpr() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 632 Type *WideTy = in isAddRecSExtable() local 640 Type *WideTy = in isAddSExtable() local 648 Type *WideTy = in isMulSExtable() local
|
D | InductiveRangeCheckElimination.cpp | 820 IntegerType *WideTy = in parseLoopStructure() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 875 MVT WideTy = MVT::getVectorVT(MVT::getIntegerVT(2*ElemTy.getSizeInBits()), in LowerSETCC() local 933 MVT WideTy = MVT::getVectorVT(MVT::getIntegerVT(2*ElemTy.getSizeInBits()), in LowerVSELECT() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstructionSelector.cpp | 2967 const LLT WideTy = MRI.getType(SrcReg); in selectExtractElt() local 3050 const LLT WideTy = MRI.getType(SrcReg); in selectUnmergeValues() local
|
D | AArch64ISelDAGToDAG.cpp | 1391 MVT WideTy = MVT::getVectorVT(EltTy, 2 * NarrowSize); in operator ()() local
|
D | AArch64ISelLowering.cpp | 6510 MVT WideTy = MVT::getVectorVT(EltTy, 2 * NarrowSize); in WidenVector() local 8175 EVT WideTy = WideVec.getValueType(); in LowerINSERT_VECTOR_ELT() local 8209 EVT WideTy = WideVec.getValueType(); in LowerEXTRACT_VECTOR_ELT() local
|