Home
last modified time | relevance | path

Searched defs:TruncVT (Results 1 – 25 of 25) sorted by relevance

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4473 EVT TruncVT = TLI->getValueType(*DL, I->getType()); in optimizeLoadExt() local
4503 EVT TruncVT = TLI->getValueType(*DL, TruncTy); in optimizeLoadExt() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5879 EVT TruncVT = TLI->getValueType(*DL, I->getType()); in optimizeLoadExt() local
5908 EVT TruncVT = TLI->getValueType(*DL, TruncTy); in optimizeLoadExt() local
/external/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6319 EVT TruncVT = TLI->getValueType(*DL, I->getType()); in optimizeLoadExt() local
6348 EVT TruncVT = TLI->getValueType(*DL, TruncTy); in optimizeLoadExt() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3359 ArrayRef<int> ShuffleMask, EVT SrcVT, EVT TruncVT) const { in isDesirableToCombineBuildVectorToShuffleTruncate()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp11398 MVT TruncVT = MVT::getVectorVT(DstSVT, NumSrcElts); in getAVX512TruncNode() local
11404 MVT TruncVT = MVT::getVectorVT(DstSVT, NumSrcElts); in getAVX512TruncNode() local
11418 MVT TruncVT = MVT::getVectorVT(DstSVT, 128 / DstEltSizeInBits); in getAVX512TruncNode() local
21050 MVT TruncVT = MVT::v4i1; in LowerFP_TO_INT() local
44310 EVT TruncVT = EVT::getVectorVT(*DAG.getContext(), SVT, ResElts); in combineTruncateWithSat() local
44996 MVT TruncVT = MVT::getVectorVT(DstVT.getScalarType(), NumSrcElts); in combineStore() local
47630 EVT TruncVT = Trunc.getValueType(); in combineToFPTruncExtElt() local
47720 EVT TruncVT = MVT::i32; in combineSIntToFP() local
48303 EVT TruncVT = EVT::getVectorVT(*DAG.getContext(), MVT::i16, in matchPMADDWD() local
48561 EVT TruncVT = Op1.getOperand(0).getValueType(); in combineSubToSubus() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1041 EVT TruncVT = EVT::getVectorVT(*DAG.getContext(), in PromoteIntRes_TRUNCATE() local
DLegalizeVectorTypes.cpp3868 EVT TruncVT = EVT::getVectorVT(Ctx, ToMaskVT.getVectorElementType(), in convertMask() local
DDAGCombiner.cpp7371 EVT TruncVT = N->getValueType(0); in distributeTruncateThroughAnd() local
7782 EVT TruncVT = EVT::getIntegerVT(Ctx, OpSizeInBits - N1C->getZExtValue()); in visitSRA() local
7823 EVT TruncVT = EVT::getIntegerVT(Ctx, OpSizeInBits - ShiftAmt); in visitSRA() local
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4820 const SDLoc &DL, EVT TruncVT, SDValue Op, DAGCombinerInfo &DCI) const { in combineTruncateExtract()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1229 EVT TruncVT = EVT::getVectorVT(*DAG.getContext(), in PromoteIntRes_TRUNCATE() local
DLegalizeVectorTypes.cpp4035 EVT TruncVT = EVT::getVectorVT(Ctx, ToMaskVT.getVectorElementType(), in convertMask() local
DDAGCombiner.cpp7929 EVT TruncVT = N->getValueType(0); in distributeTruncateThroughAnd() local
8426 EVT TruncVT = EVT::getIntegerVT(Ctx, OpSizeInBits - N1C->getZExtValue()); in visitSRA() local
8467 EVT TruncVT = EVT::getIntegerVT(Ctx, OpSizeInBits - ShiftAmt); in visitSRA() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4374 EVT TruncVT = N->getValueType(0); in distributeTruncateThroughAnd() local
4682 EVT TruncVT = EVT::getIntegerVT(Ctx, OpSizeInBits - N1C->getZExtValue()); in visitSRA() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5552 const SDLoc &DL, EVT TruncVT, SDValue Op, DAGCombinerInfo &DCI) const { in combineTruncateExtract()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5808 const SDLoc &DL, EVT TruncVT, SDValue Op, DAGCombinerInfo &DCI) const { in combineTruncateExtract()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp20067 MVT TruncVT = MVT::v4i1; in LowerFP_TO_INT() local
41105 EVT TruncVT = EVT::getVectorVT(*DAG.getContext(), SVT, ResElts); in combineTruncateWithSat() local
44219 EVT TruncVT = Trunc.getValueType(); in combineToFPTruncExtElt() local
44309 EVT TruncVT = MVT::i32; in combineSIntToFP() local
45007 EVT TruncVT = EVT::getVectorVT(*DAG.getContext(), MVT::i16, in matchPMADDWD() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2161 MVT TruncVT = MVT::getIntegerVT(EltSize); in skipExtensionForVectorMULL() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp7310 EVT TruncVT = EVT::getIntegerVT(*DAG.getContext(), MemVT.getSizeInBits()); in widenLoad() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp6600 MVT TruncVT = MVT::getIntegerVT(EltSize); in SkipExtensionForVMULL() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp7972 EVT TruncVT = EVT::getIntegerVT(*DAG.getContext(), MemVT.getSizeInBits()); in widenLoad() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2809 MVT TruncVT = MVT::getIntegerVT(EltSize); in skipExtensionForVectorMULL() local
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp3365 MVT TruncVT = MVT::getIntegerVT(EltSize); in skipExtensionForVectorMULL() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp8534 MVT TruncVT = MVT::getIntegerVT(EltSize); in SkipExtensionForVMULL() local
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp8840 MVT TruncVT = MVT::getIntegerVT(EltSize); in SkipExtensionForVMULL() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp17198 MVT TruncVT = MVT::getIntegerVT(MaskVT.getSizeInBits()); in getMaskNode() local