/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PreLegalizerCombiner.cpp | 85 LLT WideTy = MRI.getType(WideReg); in matchICmpRedundantTrunc() local 100 LLT WideTy = MRI.getType(WideReg); in applyICmpRedundantTrunc() local
|
H A D | AArch64CallLowering.cpp | 614 LLT WideTy = MRI.getType(WideReg); in lowerFormalArguments() local
|
H A D | AArch64InstructionSelector.cpp | 4173 const LLT WideTy = MRI.getType(SrcReg); in selectExtractElt() local 4253 const LLT WideTy = MRI.getType(SrcReg); in selectUnmergeValues() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 1439 void LegalizerHelper::widenScalarSrc(MachineInstr &MI, LLT WideTy, in widenScalarSrc() 1503 LLT WideTy) { in widenScalarMergeValues() 1626 LLT WideTy) { in widenScalarUnmergeValues() 1755 LLT WideTy) { in widenScalarExtract() 1833 LLT WideTy) { in widenScalarInsert() 1845 LLT WideTy) { in widenScalarAddSubOverflow() 1928 LLT WideTy) { in widenScalarAddSubShlSat() 1972 LLT WideTy) { in widenScalarMulo() 3094 LLT WideTy = LLT::scalar(StoreSizeInBits); in lowerStore() local 6586 LLT WideTy = LLT::scalar(DstTy.getSizeInBits()); in lowerMergeValues() local [all …]
|
H A D | CombinerHelper.cpp | 4731 LLT WideTy = MRI.getType(Dst); in matchNarrowBinopFeedingAnd() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 1169 Type *WideTy = IntegerType::get(AR->getType()->getContext(), BitWidth * 2); in IsIncrementNSW() local 1183 Type *WideTy = IntegerType::get(AR->getType()->getContext(), BitWidth * 2); in IsIncrementNUW() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | InductiveRangeCheckElimination.cpp | 822 IntegerType *WideTy = in parseLoopStructure() local
|
H A D | LoopStrengthReduce.cpp | 668 Type *WideTy = in isAddRecSExtable() local 676 Type *WideTy = in isAddSExtable() local 684 Type *WideTy = in isMulSExtable() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1039 MVT WideTy = MVT::getVectorVT(MVT::getIntegerVT(2*ElemTy.getSizeInBits()), in LowerSETCC() local 1097 MVT WideTy = MVT::getVectorVT(MVT::getIntegerVT(2*ElemTy.getSizeInBits()), in LowerVSELECT() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 1513 IntegerType *WideTy = Builder.getIntNTy(PatternWidth); in instCombineSVEDupqLane() local
|
H A D | AArch64ISelDAGToDAG.cpp | 1896 MVT WideTy = MVT::getVectorVT(EltTy, 2 * NarrowSize); in operator ()() local
|
H A D | AArch64ISelLowering.cpp | 10274 MVT WideTy = MVT::getVectorVT(EltTy, 2 * NarrowSize); in WidenVector() local 12586 EVT WideTy = WideVec.getValueType(); in LowerINSERT_VECTOR_ELT() local 12637 EVT WideTy = WideVec.getValueType(); in LowerEXTRACT_VECTOR_ELT() local
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 1431 Type *WideTy = IntegerType::get(SE->getContext(), BitWidth * 2); in getPreStartForExtend() local 1720 Type *WideTy = IntegerType::get(getContext(), BitWidth * 2); in getZeroExtendExprImpl() local 2082 Type *WideTy = IntegerType::get(getContext(), BitWidth * 2); in getSignExtendExprImpl() local 2367 auto *WideTy = in willNotOverflow() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 2651 LLT WideTy = widenToNextPowerOf2(ValTy); in legalizeLoad() local
|