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

References

lib/Target/BPF/BPFISelLowering.cpp
  622   bool isSelectRROp = (Opc == BPF::Select ||
  623                        Opc == BPF::Select_64_32 ||
  624                        Opc == BPF::Select_32 ||
  625                        Opc == BPF::Select_32_64);
  627   bool isMemcpyOp = Opc == BPF::MEMCPY;
  630   bool isSelectRIOp = (Opc == BPF::Select_Ri ||
  631                        Opc == BPF::Select_Ri_64_32 ||
  632                        Opc == BPF::Select_Ri_32 ||
  633                        Opc == BPF::Select_Ri_32_64);
  643   bool is32BitCmp = (Opc == BPF::Select_32 ||
  644                      Opc == BPF::Select_32_64 ||
  645                      Opc == BPF::Select_Ri_32 ||
  646                      Opc == BPF::Select_Ri_32_64);