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

Overridden By

gen/lib/Target/AArch64/AArch64GenGlobalISel.inc
  883 bool AArch64InstructionSelector::testMIPredicate_MI(unsigned PredicateID, const MachineInstr & MI) const {
gen/lib/Target/AMDGPU/AMDGPUGenGlobalISel.inc
  376 bool AMDGPUInstructionSelector::testMIPredicate_MI(unsigned PredicateID, const MachineInstr & MI) const {
gen/lib/Target/ARM/ARMGenGlobalISel.inc
  745 bool ARMInstructionSelector::testMIPredicate_MI(unsigned PredicateID, const MachineInstr & MI) const {
gen/lib/Target/Mips/MipsGenGlobalISel.inc
  610 bool MipsInstructionSelector::testMIPredicate_MI(unsigned PredicateID, const MachineInstr & MI) const {
gen/lib/Target/RISCV/RISCVGenGlobalISel.inc
  256 bool RISCVInstructionSelector::testMIPredicate_MI(unsigned PredicateID, const MachineInstr & MI) const {
gen/lib/Target/X86/X86GenGlobalISel.inc
  749 bool X86InstructionSelector::testMIPredicate_MI(unsigned PredicateID, const MachineInstr & MI) const {

References

include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
  315       if (!testMIPredicate_MI(Predicate, *State.MIs[InsnID]))