Home
last modified time | relevance | path

Searched defs:IntVT (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1730 EVT IntVT = VT.changeVectorElementTypeToInteger(); in ExpandVP_FNEG() local
1748 EVT IntVT = VT.changeVectorElementTypeToInteger(); in ExpandVP_FABS() local
1771 EVT IntVT = VT.changeVectorElementTypeToInteger(); in ExpandVP_FCOPYSIGN() local
1933 EVT IntVT = VT.changeVectorElementTypeToInteger(); in ExpandFNEG() local
1953 EVT IntVT = VT.changeVectorElementTypeToInteger(); in ExpandFABS() local
1973 EVT IntVT = VT.changeVectorElementTypeToInteger(); in ExpandFCOPYSIGN() local
H A DFunctionLoweringInfo.cpp452 EVT IntVT = ValueVTs[0]; in ComputePHILiveOutRegInfo() local
H A DLegalizeDAG.cpp1706 EVT IntVT = SignAsInt.IntValue.getValueType(); in ExpandFCOPYSIGN() local
1763 EVT IntVT = SignAsInt.IntValue.getValueType(); in ExpandFNEG() local
1788 EVT IntVT = ValueAsInt.IntValue.getValueType(); in ExpandFABS() local
2325 EVT IntVT = in ExpandBitCountingLibCall() local
5073 for (unsigned IntVT = MVT::FIRST_INTEGER_VALUETYPE; in ConvertNodeToLibcall() local
H A DFastISel.cpp302 EVT IntVT = TLI.getPointerTy(DL); in materializeConstant() local
1683 EVT IntVT = EVT::getIntegerVT(I->getContext(), VT.getSizeInBits()); in selectFNeg() local
H A DTargetLowering.cpp8410 EVT IntVT = SrcVT.changeTypeToInteger(); in expandFP_TO_SINT() local
9040 EVT IntVT = EVT::getIntegerVT(*DAG.getContext(), BitSize); in expandIS_FPCLASS() local
10231 EVT IntVT = EVT::getIntegerVT(*DAG.getContext(), NumBits); in scalarizeVectorStore() local
H A DLegalizeFloatTypes.cpp1267 for (unsigned IntVT = MVT::FIRST_INTEGER_VALUETYPE; in findFPToIntLibcall() local
H A DDAGCombiner.cpp2673 EVT IntVT = N1.getValueType(); in visitPTRADD() local
5919 EVT IntVT = N0.getValueType().getScalarType(); in isSaturatingMinMax() local
21054 EVT IntVT = EVT::getIntegerVT(*DAG.getContext(), VTSize.getFixedValue()); in TransformFPLoadStorePair() local
27129 EVT IntVT = VT.changeVectorElementTypeToInteger(); in visitVECTOR_SHUFFLE() local
28694 EVT IntVT = Int.getValueType(); in foldSignChangeInBitcast() local
H A DLegalizeIntegerTypes.cpp4069 EVT IntVT = in ExpandIntRes_CTPOP() local
H A DSelectionDAGBuilder.cpp247 EVT IntVT = EVT::getIntegerVT(*DAG.getContext(), ValueVT.getSizeInBits()); in getCopyFromParts() local
H A DSelectionDAG.cpp8242 EVT IntVT = VT.getScalarType(); in getMemsetValue() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h428 for (unsigned IntVT = MVT::FIRST_INTEGER_VALUETYPE; in getHalfSizedIntegerVT() local
H A DTargetLowering.h2503 virtual bool shouldUseStrictFP_TO_INT(EVT FpVT, EVT IntVT, in shouldUseStrictFP_TO_INT()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2161 EVT IntVT = MemVT.changeTypeToInteger(); in lowerKernargMemParameter() local
3061 EVT IntVT = MemVT.changeTypeToInteger(); in LowerFormalArguments() local
6322 EVT IntVT = LoadVT.changeTypeToInteger(); in lowerIntrinsicLoad() local
6467 MVT IntVT = MVT::getIntegerVT(ValSize); in lowerLaneOp() local
7789 MVT IntVT = MVT::getIntegerVT(VecSize); in lowerINSERT_VECTOR_ELT() local
7891 MVT IntVT = MVT::getIntegerVT(VecSize); in lowerEXTRACT_VECTOR_ELT() local
10780 EVT IntVT = LoadVT.changeTypeToInteger(); in handleByteShortBufferLoads() local
10903 EVT IntVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in widenLoad() local
15368 EVT IntVT = VT.changeElementType(MVT::i32); in performFMulCombine() local
H A DAMDGPUISelLowering.cpp1968 MVT IntVT = MVT::i32; in LowerDIVREM24() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp770 MVT IntVT = MVT::getIntegerVT(VT.getFixedSizeInBits()); in initActions() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3304 MVT IntVT = ContainerVT.changeVectorElementTypeToInteger(); in lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND() local
3410 MVT IntVT = ContainerVT.changeVectorElementTypeToInteger(); in lowerVectorStrictFTRUNC_FCEIL_FFLOOR_FROUND() local
5082 MVT IntVT = ContainerVT.changeVectorElementTypeToInteger(); in lowerVECTOR_SHUFFLEAsVSlide1() local
5146 MVT IntVT = VT.changeVectorElementTypeToInteger(); in lowerVZIP() local
6424 EVT IntVT = FloatVT.changeVectorElementTypeToInteger(); in lowerCTLZ_CTTZ_ZERO_UNDEF() local
9959 MVT IntVT = VecVT.changeTypeToInteger(); in lowerINSERT_VECTOR_ELT() local
10196 MVT IntVT = VecVT.changeTypeToInteger(); in lowerEXTRACT_VECTOR_ELT() local
12314 MVT IntVT = ContainerVT.changeVectorElementTypeToInteger(); in lowerVECTOR_REVERSE() local
13168 MVT IntVT = DstVT.changeVectorElementTypeToInteger(); in lowerVPFPIntConvOp() local
13181 MVT IntVT = MVT::getVectorVT(MVT::getIntegerVT(DstEltSize / 2), in lowerVPFPIntConvOp() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp1661 MVT IntVT = is64Bit() ? MVT::i64 : MVT::i32; in forwardMustTailParameters() local
H A DX86ISelLowering.cpp18644 MVT IntVT = MVT::getIntegerVT(Vec.getValueType().getVectorNumElements()); in ExtractBitFromMaskVector() local
19877 MVT IntVT = CastToInt.getSimpleValueType(); in lowerFPToIntToFP() local
23058 EVT IntVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in LowerVectorAllEqual() local
23537 EVT IntVT = IntPow2.getValueType(); in optimizeFMulOrFDivAsShiftAddBitcast() local
45366 EVT IntVT = VT.getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in combineBitcastvxi1() local
45453 EVT IntVT = in combineBitcastvxi1() local
45473 EVT IntVT = EVT::getIntegerVT(*DAG.getContext(), Imm.getBitWidth()); in combinevXi1ConstantToInteger() local
45924 EVT IntVT = EVT(MovmskVT).changeVectorElementTypeToInteger(); in combineBitcast() local
48080 EVT IntVT = EVT::getIntegerVT(*DAG.getContext(), VT.getVectorNumElements()); in combineSelect() local
48965 MVT IntVT = FloatVT.changeVectorElementTypeToInteger(); in combineSetCCMOVMSK() local
[all …]
H A DX86ISelDAGToDAG.cpp1322 EVT IntVT = EVT(VecVT).changeVectorElementTypeToInteger(); in PreprocessISelDAG() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3538 EVT IntVT = C.Op0.getValueType().changeVectorElementTypeToInteger(); in emitCmp() local
6532 MVT IntVT = MVT::getIntegerVT(VT.getScalarSizeInBits()); in lowerINSERT_VECTOR_ELT() local
6559 MVT IntVT = MVT::getIntegerVT(VT.getSizeInBits()); in lowerEXTRACT_VECTOR_ELT() local
8691 EVT IntVT = CmpVT.changeVectorElementTypeToInteger(); in combineSETCC() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1025 MVT IntVT = MVT::i32; in LowerFormalArguments() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4699 EVT IntVT = SrcVT.changeVectorElementTypeToInteger(); in LowerVectorFP_TO_INT_SAT() local
10589 EVT IntVT = VT.changeTypeToInteger(); in LowerFCOPYSIGN() local
19109 EVT IntVT = BV->getValueType(0); in performVectorCompareAndMaskUnaryOpCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7957 EVT IntVT = Op.getValueType(); in LowerGET_DYNAMIC_AREA_OFFSET() local