reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
114582 case 22: return (!MF->getFunction().hasOptNone() || MF->getProperties().hasProperty(MachineFunctionProperties::Property::FailedISel) || !MF->getProperties().hasProperty(MachineFunctionProperties::Property::Legalized));
gen/lib/Target/AArch64/AArch64GenGlobalISel.inc 120 if (!MF->getFunction().hasOptNone() || MF->getProperties().hasProperty(MachineFunctionProperties::Property::FailedISel) || !MF->getProperties().hasProperty(MachineFunctionProperties::Property::Legalized))
include/llvm/CodeGen/GlobalISel/InstructionSelect.h 37 .set(MachineFunctionProperties::Property::Legalized)
include/llvm/CodeGen/GlobalISel/Legalizer.h 54 MachineFunctionProperties::Property::Legalized);
include/llvm/CodeGen/GlobalISel/Localizer.h 81 .set(MachineFunctionProperties::Property::Legalized)
include/llvm/CodeGen/GlobalISel/RegBankSelect.h 628 .set(MachineFunctionProperties::Property::Legalized);
lib/CodeGen/MIRParser/MIRParser.cpp 401 MF.getProperties().set(MachineFunctionProperties::Property::Legalized);
lib/CodeGen/MIRPrinter.cpp 205 MachineFunctionProperties::Property::Legalized);
lib/CodeGen/MachineFunction.cpp 93 case P::Legalized: return "Legalized";