reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AArch64InstructionSelector.cpp
 3283   if (Op1Ty != Op2Ty) {
 3287   assert(Op1Ty.isVector() && "Expected a vector for vector concat");
 3289   if (Op1Ty.getSizeInBits() >= 128) {
 3295   if (Op1Ty.getSizeInBits() != 64) {
 3300   const LLT ScalarTy = LLT::scalar(Op1Ty.getSizeInBits());
 3303       getMinClassForRegBank(FPRBank, Op1Ty.getSizeInBits() * 2);