Home
last modified time | relevance | path

Searched refs:getProperties (Results 1 – 25 of 64) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassManager.h43 auto &MFProps = MF.getProperties(); in MFPropsModifier()
46 auto &MFProps = MF.getProperties(); in MFPropsModifier()
66 auto &MFProps = MF.getProperties(); in ~MFPropsModifier()
H A DMachineRegisterInfo.h202 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 DIndirectThunks.h161 MF.getProperties().setNoVRegs(); in createThunkFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVPostLegalizerCombiner.cpp126 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction()
128 assert(MF.getProperties().hasLegalized() && "Expected a legalized function?"); in runOnMachineFunction()
H A DRISCVO0PreLegalizerCombiner.cpp118 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction()
H A DRISCVPreLegalizerCombiner.cpp124 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSDNodeInfoEmitter.cpp72 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 DRegAllocBase.cpp219 bool EmitError = !MF.getProperties().hasFailedRegAlloc(); in getErrorAssignment()
221 MF.getProperties().setFailedRegAlloc(); in getErrorAssignment()
H A DResetMachineFunctionPass.cpp63 if (MF.getProperties().hasFailedISel()) { in runOnMachineFunction()
H A DMachineOutliner.cpp970 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 DMachineFunctionPass.cpp55 MachineFunctionProperties &MFProps = MF.getProperties(); in runOnFunction()
H A DRegisterScavenging.cpp470 MF.getProperties().setNoVRegs(); in scavengeFrameVirtualRegs()
492 MF.getProperties().setNoVRegs(); in scavengeFrameVirtualRegs()
H A DMachineVerifier.cpp386 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 DAArch64PostSelectOptimize.cpp295 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction()
297 assert(MF.getProperties().hasSelected() && "Expected a selected MF"); in runOnMachineFunction()
H A DAArch64O0PreLegalizerCombiner.cpp150 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp136 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction()
309 MF.getProperties().setFailedISel(); in selectMachineFunction()
H A DLocalizer.cpp206 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction()
H A DCombiner.cpp258 if (MF.getProperties().hasFailedISel()) in combineMachineInstrs()
H A DLegalizer.cpp311 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp115 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction()
H A DMipsPostLegalizerCombiner.cpp125 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizerCombiner.cpp201 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankSelect.cpp201 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction()
H A DAMDGPUPreLegalizerCombiner.cpp256 if (MF.getProperties().hasFailedISel()) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp254 Start->getParent()->getParent()->getProperties().resetNoPHIs(); in expandNormalLoops()

123