| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachinePassManager.h | 43 auto &MFProps = MF.getProperties(); in MFPropsModifier() 46 auto &MFProps = MF.getProperties(); in MFPropsModifier() 66 auto &MFProps = MF.getProperties(); in ~MFPropsModifier()
|
| H A D | MachineRegisterInfo.h | 202 bool isSSA() const { return MF->getProperties().hasIsSSA(); } in isSSA() 205 void leaveSSA() { MF->getProperties().resetIsSSA(); } in leaveSSA() 210 return MF->getProperties().hasTracksLiveness(); in tracksLiveness() 218 void invalidateLiveness() { MF->getProperties().resetTracksLiveness(); } in invalidateLiveness()
|
| H A D | IndirectThunks.h | 161 MF.getProperties().setNoVRegs(); in createThunkFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVPostLegalizerCombiner.cpp | 126 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction() 128 assert(MF.getProperties().hasLegalized() && "Expected a legalized function?"); in runOnMachineFunction()
|
| H A D | RISCVO0PreLegalizerCombiner.cpp | 118 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction()
|
| H A D | RISCVPreLegalizerCombiner.cpp | 124 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | SDNodeInfoEmitter.cpp | 72 return (N1.getProperties() & PropMask) == (N2.getProperties() & PropMask); in haveCompatibleDescriptions() 302 unsigned Properties = N.getProperties(); in emitDesc()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegAllocBase.cpp | 219 bool EmitError = !MF.getProperties().hasFailedRegAlloc(); in getErrorAssignment() 221 MF.getProperties().setFailedRegAlloc(); in getErrorAssignment()
|
| H A D | ResetMachineFunctionPass.cpp | 63 if (MF.getProperties().hasFailedISel()) { in runOnMachineFunction()
|
| H A D | MachineOutliner.cpp | 970 MF.getProperties().resetIsSSA(); in createOutlinedFunction() 971 MF.getProperties().setNoPHIs(); in createOutlinedFunction() 972 MF.getProperties().setNoVRegs(); in createOutlinedFunction() 973 MF.getProperties().setTracksLiveness(); in createOutlinedFunction() 1130 if (MBB.getParent()->getProperties().hasTracksLiveness()) { in outline()
|
| H A D | MachineFunctionPass.cpp | 55 MachineFunctionProperties &MFProps = MF.getProperties(); in runOnFunction()
|
| H A D | RegisterScavenging.cpp | 470 MF.getProperties().setNoVRegs(); in scavengeFrameVirtualRegs() 492 MF.getProperties().setNoVRegs(); in scavengeFrameVirtualRegs()
|
| H A D | MachineVerifier.cpp | 386 if (MF.getProperties().hasFailsVerification()) in runOnMachineFunction() 402 if (MF.getProperties().hasFailsVerification()) in run() 463 if (MF.getProperties().hasNoVRegs() && MRI->getNumVirtRegs()) in verifyProperties() 475 const MachineFunctionProperties &Props = MF.getProperties(); in verify() 727 if (!MF->getProperties().hasNoPHIs() && MRI->tracksLiveness()) { in visitMachineBasicBlockBefore() 2286 if (MF->getProperties().hasNoPHIs()) in visitMachineInstrBefore() 2303 if (Def.isVirtual() && !MF->getProperties().hasNoPHIs() && in visitMachineInstrBefore() 2624 if (MF->getProperties().hasTiedOpsRewritten() && MO->isUse() && in visitMachineOperand() 3726 if (MF->getProperties().hasTiedOpsRewritten() && S.end.isEarlyClobber()) { in verifyLiveRangeSegment()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PostSelectOptimize.cpp | 295 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction() 297 assert(MF.getProperties().hasSelected() && "Expected a selected MF"); in runOnMachineFunction()
|
| H A D | AArch64O0PreLegalizerCombiner.cpp | 150 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InstructionSelect.cpp | 136 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction() 309 MF.getProperties().setFailedISel(); in selectMachineFunction()
|
| H A D | Localizer.cpp | 206 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction()
|
| H A D | Combiner.cpp | 258 if (MF.getProperties().hasFailedISel()) in combineMachineInstrs()
|
| H A D | Legalizer.cpp | 311 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsPreLegalizerCombiner.cpp | 115 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction()
|
| H A D | MipsPostLegalizerCombiner.cpp | 125 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVPreLegalizerCombiner.cpp | 201 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegBankSelect.cpp | 201 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction()
|
| H A D | AMDGPUPreLegalizerCombiner.cpp | 256 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCCTRLoops.cpp | 254 Start->getParent()->getParent()->getProperties().resetNoPHIs(); in expandNormalLoops()
|