| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 1352 EVT InVT = InOp.getValueType(); in SplitVecRes_BITCAST() local 1636 EVT InVT = Op.getValueType(); in SplitVecRes_StrictFPOp() local 3219 EVT InVT = Lo.getValueType(); in SplitVecOp_UnaryOp() local 3962 EVT InVT = Lo.getValueType(); in SplitVecOp_FP_ROUND() local 4024 EVT InVT = Lo.getValueType(); in SplitVecOp_FP_TO_XINT_SAT() local 4738 EVT InVT = InOp.getValueType(); in WidenVecRes_Convert() local 4883 EVT InVT = InOp.getValueType(); in WidenVecRes_Convert_StrictFP() local 4919 EVT InVT = InOp.getValueType(); in WidenVecRes_EXTEND_VECTOR_INREG() local 5027 EVT InVT = InOp.getValueType(); in WidenVecRes_BITCAST() local 5261 EVT InVT = InOp.getValueType(); in WidenVecRes_EXTRACT_SUBVECTOR() local [all …]
|
| H A D | LegalizeTypesGeneric.cpp | 44 EVT InVT = InOp.getValueType(); in ExpandRes_BITCAST() local
|
| H A D | LegalizeIntegerTypes.cpp | 414 EVT InVT = InOp.getValueType(); in PromoteIntRes_BITCAST() local 1230 EVT InVT = N->getOperand(OpNo).getValueType(); in PromoteIntRes_SETCC() local 1504 EVT InVT = InOp.getValueType(); in PromoteIntRes_TRUNCATE() local 2444 EVT InVT = Op.getValueType(); in PromoteIntOp_VECREDUCE() local 5565 EVT InVT = InOp0.getValueType(); in PromoteIntRes_EXTRACT_SUBVECTOR() local 5614 EVT InVT = InOp0.getValueType(); in PromoteIntRes_EXTRACT_SUBVECTOR() local 5912 MVT InVT = V0.getValueType().getSimpleVT(); in PromoteIntOp_EXTRACT_SUBVECTOR() local
|
| H A D | LegalizeDAG.cpp | 2217 EVT InVT = Node->getOperand(Node->isStrictFPOpcode() ? 1 : 0).getValueType(); in ExpandArgFPLibCall() local
|
| H A D | DAGCombiner.cpp | 23040 EVT InVT = Vec.getValueType(); in reduceBuildVecToShuffle() local 23243 EVT InVT = EVT::getVectorVT(*DAG.getContext(), InSVT, NumElems); in convertBuildVecZextToZext() local 24530 EVT InVT = V.getValueType(); in visitEXTRACT_SUBVECTOR() local 25182 EVT InVT = Op0.getOperand(0).getValueType(); in combineShuffleOfBitcast() local 25466 EVT InVT = in visitVECTOR_SHUFFLE() local
|
| H A D | SelectionDAG.cpp | 3648 EVT InVT = Op.getOperand(0).getValueType(); in computeKnownBits() local 3662 EVT InVT = Op.getOperand(0).getValueType(); in computeKnownBits() local 3680 EVT InVT = Op.getOperand(0).getValueType(); in computeKnownBits() local
|
| H A D | SelectionDAGBuilder.cpp | 11948 EVT InVT = getValue(I.getOperand(0)).getValueType(); in visitVectorInterleave() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 2494 EVT InVT = N->getOperand(0)->getValueType(0); in performVectorExtendToFPCombine() local 2728 EVT InVT = MVT::i16, OutVT = MVT::i8; in truncateVectorWithNARROW() local 2764 EVT InVT = In.getValueType(); in performTruncateCombine() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 3808 EVT InVT = In.getValueType(); in lowerBITCAST() local 5169 MVT InVT = MVT::getVectorVT(MVT::getIntegerVT(InBytes * 8), in getPermuteNode() local 5554 EVT InVT = MVT::getVectorVT(MVT::getIntegerVT(InBits), in insertUnpackIfPrepared() local 5961 EVT InVT = PackedOp.getValueType(); in lowerSIGN_EXTEND_VECTOR_INREG() local 5980 EVT InVT = PackedOp.getValueType(); in lowerZERO_EXTEND_VECTOR_INREG() local 6721 EVT InVT = VT.changeVectorElementTypeToInteger(); in combineMERGE() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 4258 EVT InVT = In.getValueType(); in LowerVectorINT_TO_FP() local 4837 EVT InVT = Op.getValueType(); in getSVEPredicateBitCast() local 13534 EVT InVT = Op.getOperand(0).getValueType(); in LowerEXTRACT_SUBVECTOR() local 13580 EVT InVT = Op.getOperand(1).getValueType(); in LowerINSERT_SUBVECTOR() local 18995 EVT InVT = N0.getValueType(); in performVectorAddSubExtCombine() local 24490 EVT InVT = In.getValueType(); in ReplaceExtractSubVectorResults() local 25808 EVT InVT = Mask.getValueType(); in convertFixedMaskToScalableVector() local 26066 EVT InVT = Op.getOperand(0).getValueType(); in LowerFixedLengthExtractVectorElt() local 26082 EVT InVT = Op.getOperand(0).getValueType(); in LowerFixedLengthInsertVectorElt() local 26291 EVT InVT = Op.getOperand(1).getValueType(); in LowerFixedLengthVectorSelectToSVE() local [all …]
|
| H A D | AArch64ISelDAGToDAG.cpp | 4224 EVT InVT = N->getOperand(1).getValueType(); in trySelectCastFixedLengthToScalableVector() local 4253 EVT InVT = N->getOperand(0).getValueType(); in trySelectCastScalableToFixedLengthVector() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 3112 EVT InVT = InputOp.getValueType(); in computeLogicOpInGPR() local 3257 EVT InVT = LHS.getValueType(); in getCompoundZeroComparisonInGPR() local 5819 EVT InVT = N->getOperand(0).getValueType(); in Select() local
|
| H A D | PPCISelLowering.cpp | 8657 EVT InVT = Src.getValueType(); in LowerINT_TO_FP() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 4379 EVT InVT = In.getValueType(); in getEXTEND_VECTOR_INREG() local 30772 MVT InVT = V.getSimpleValueType(); in getPMOVMSKB() local 32211 EVT InVT = In.getValueType(); in ReplaceNodeResults() local 32305 EVT InVT = In.getValueType(); in ReplaceNodeResults() local 49622 EVT InVT = In.getValueType(); in detectUSatPattern() local 49708 EVT InVT = In.getValueType(); in combineTruncateWithSat() local 49809 EVT InVT = In.getValueType(); in detectAVGPattern() local 51179 EVT InVT = Src.getValueType(); in combinePMULH() local 53563 EVT InVT = Op0.getValueType(); in combineUIntToFP() local 53633 EVT InVT = Op0.getValueType(); in combineSIntToFP() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.cpp | 2050 MVT InVT = V.getSimpleValueType(); in Select() local
|
| H A D | RISCVISelLowering.cpp | 10209 MVT InVT = Op.getOperand(0).getSimpleValueType(); in lowerFixedLengthVectorSetccToRVV() local 10241 MVT InVT = Op1.getSimpleValueType(); in lowerVectorStrictFSetcc() local
|