/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 6793 EVT TruncVT = TLI->getValueType(*DL, I->getType()); optimizeLoadExt() local 6822 EVT TruncVT = TLI->getValueType(*DL, TruncTy); optimizeLoadExt() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 9972 MVT TruncVT = MVT::getVectorVT(DstSVT, NumSrcElts); getAVX512TruncNode() local 9978 MVT TruncVT = MVT::getVectorVT(DstSVT, NumSrcElts); getAVX512TruncNode() local 9992 MVT TruncVT = MVT::getVectorVT(DstSVT, 128 / DstEltSizeInBits); getAVX512TruncNode() local 20421 MVT TruncVT = MVT::getVectorVT(MVT::i32, NumElems); LowerTruncateVecPack() local 20696 MVT TruncVT = MVT::v4i1; LowerFP_TO_INT() local 49791 EVT TruncVT = EVT::getVectorVT(*DAG.getContext(), SVT, ResElts); combineTruncateWithSat() local 50543 MVT TruncVT = MVT::getVectorVT(DstVT.getScalarType(), NumSrcElts); combineStore() local 53539 EVT TruncVT = Trunc.getValueType(); combineToFPTruncExtElt() local 53683 EVT TruncVT = MVT::i32; combineSIntToFP() local 54151 EVT TruncVT = EVT::getVectorVT(*DAG.getContext(), MVT::i16, matchPMADDWD() local 56348 preferSextInRegOfTruncate(EVT TruncVT,EVT VT,EVT ExtVT) const preferSextInRegOfTruncate() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 877 preferSextInRegOfTruncate(EVT TruncVT,EVT VT,EVT ExtVT) preferSextInRegOfTruncate() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 1539 EVT TruncVT = EVT::getVectorVT(*DAG.getContext(), PromoteIntRes_TRUNCATE() local
|
H A D | DAGCombiner.cpp | 9747 EVT TruncVT = N->getValueType(0); distributeTruncateThroughAnd() local 10368 EVT TruncVT = EVT::getIntegerVT(Ctx, OpSizeInBits - N1C->getZExtValue()); visitSRA() local 10415 EVT TruncVT = EVT::getIntegerVT(Ctx, OpSizeInBits - ShiftAmt); visitSRA() local [all...] |
H A D | LegalizeVectorTypes.cpp | 5646 EVT TruncVT = EVT::getVectorVT(Ctx, ToMaskVT.getVectorElementType(), convertMask() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 6569 combineTruncateExtract(const SDLoc & DL,EVT TruncVT,SDValue Op,DAGCombinerInfo & DCI) const combineTruncateExtract() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 4520 MVT TruncVT = MVT::getVectorVT(MVT::getIntegerVT(EltSize), NumElts); skipExtensionForVectorMULL() local 25888 EVT TruncVT = ContainerVT.changeVectorElementType( LowerFixedLengthVectorStoreToSVE() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 10018 EVT TruncVT = EVT::getIntegerVT(*DAG.getContext(), MemVT.getSizeInBits()); widenLoad() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 9575 MVT TruncVT = MVT::getIntegerVT(EltSize); SkipExtensionForVMULL() local
|