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

References

lib/Target/X86/X86InstructionSelector.cpp
  402   if (Ty == LLT::scalar(8)) {
  405   } else if (Ty == LLT::scalar(16)) {
  408   } else if (Ty == LLT::scalar(32) || Ty == LLT::pointer(0, 32)) {
  408   } else if (Ty == LLT::scalar(32) || Ty == LLT::pointer(0, 32)) {
  418   } else if (Ty == LLT::scalar(64) || Ty == LLT::pointer(0, 64)) {
  418   } else if (Ty == LLT::scalar(64) || Ty == LLT::pointer(0, 64)) {
  428   } else if (Ty.isVector() && Ty.getSizeInBits() == 128) {
  428   } else if (Ty.isVector() && Ty.getSizeInBits() == 128) {
  447   } else if (Ty.isVector() && Ty.getSizeInBits() == 256) {
  447   } else if (Ty.isVector() && Ty.getSizeInBits() == 256) {
  462   } else if (Ty.isVector() && Ty.getSizeInBits() == 512) {
  462   } else if (Ty.isVector() && Ty.getSizeInBits() == 512) {