Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8250 uint64_t SrcVTSize = SrcVT.getFixedSizeInBits(); in ReconstructShuffle() local
8252 if (SrcVTSize == VTSize) in ReconstructShuffle()
8261 if (SrcVTSize < VTSize) { in ReconstructShuffle()
8262 if (2 * SrcVTSize != VTSize) in ReconstructShuffle()
8272 if (SrcVTSize != 2 * VTSize) in ReconstructShuffle()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11175 TypeSize SrcVTSize = SrcVT.getSizeInBits(); in ReconstructShuffle() local
11176 if (SrcVTSize == TypeSize::getFixed(VTSize)) in ReconstructShuffle()
11185 if (SrcVTSize.getFixedValue() < VTSize) { in ReconstructShuffle()
11186 assert(2 * SrcVTSize == VTSize); in ReconstructShuffle()
11195 if (SrcVTSize.getFixedValue() != 2 * VTSize) { in ReconstructShuffle()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42960 unsigned SrcVTSize = SrcVT.getScalarSizeInBits(); in combineBitcast() local
42966 MVT LoadVT = VT.isFloatingPoint() ? MVT::getFloatingPointVT(SrcVTSize) in combineBitcast()
42967 : MVT::getIntegerVT(SrcVTSize); in combineBitcast()