Home
last modified time | relevance | path

Searched refs:SrcVTSize (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9506 TypeSize SrcVTSize = SrcVT.getSizeInBits(); in ReconstructShuffle() local
9507 if (SrcVTSize == TypeSize::Fixed(VTSize)) in ReconstructShuffle()
9516 if (SrcVTSize.getFixedValue() < VTSize) { in ReconstructShuffle()
9517 assert(2 * SrcVTSize == VTSize); in ReconstructShuffle()
9526 if (SrcVTSize.getFixedValue() != 2 * VTSize) { in ReconstructShuffle()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8143 uint64_t SrcVTSize = SrcVT.getFixedSizeInBits(); in ReconstructShuffle() local
8145 if (SrcVTSize == VTSize) in ReconstructShuffle()
8154 if (SrcVTSize < VTSize) { in ReconstructShuffle()
8155 if (2 * SrcVTSize != VTSize) in ReconstructShuffle()
8165 if (SrcVTSize != 2 * VTSize) in ReconstructShuffle()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42710 unsigned SrcVTSize = SrcVT.getScalarSizeInBits(); in combineBitcast() local
42716 MVT LoadVT = VT.isFloatingPoint() ? MVT::getFloatingPointVT(SrcVTSize) in combineBitcast()
42717 : MVT::getIntegerVT(SrcVTSize); in combineBitcast()