Home
last modified time | relevance | path

Searched refs:hasProperty (Results 1 – 25 of 51) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h897 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
911 return hasProperty(MCID::PreISelOpcode, Type);
919 return hasProperty(MCID::Variadic, Type);
925 return hasProperty(MCID::HasOptionalDef, Type);
931 return hasProperty(MCID::Pseudo, Type);
937 return hasProperty(MCID::Meta, Type);
941 return hasProperty(MCID::Return, Type);
947 return hasProperty(MCID::EHScopeReturn, Type);
951 return hasProperty(MCID::Call, Type);
966 return hasProperty(MCID::Barrier, Type);
[all …]
H A DMachineRegisterInfo.h199 return MF->getProperties().hasProperty( in isSSA()
211 return MF->getProperties().hasProperty( in tracksLiveness()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVPostLegalizerCombiner.cpp131 if (MF.getProperties().hasProperty( in runOnMachineFunction()
134 assert(MF.getProperties().hasProperty( in runOnMachineFunction()
H A DRISCVPreLegalizerCombiner.cpp128 if (MF.getProperties().hasProperty( in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCleanCodeAfterTrap.cpp64 if (MI.hasProperty(MCID::Trap) && MI.isTerminator()) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DResetMachineFunctionPass.cpp63 if (MF.getProperties().hasProperty( in runOnMachineFunction()
H A DMIRPrinter.cpp211 YamlMF.Legalized = MF.getProperties().hasProperty( in print()
213 YamlMF.RegBankSelected = MF.getProperties().hasProperty( in print()
215 YamlMF.Selected = MF.getProperties().hasProperty( in print()
217 YamlMF.FailedISel = MF.getProperties().hasProperty( in print()
219 YamlMF.FailsVerification = MF.getProperties().hasProperty( in print()
221 YamlMF.TracksDebugUserValues = MF.getProperties().hasProperty( in print()
H A DMachineVerifier.cpp333 if (MF.getProperties().hasProperty( in runOnMachineFunction()
352 if (MF.getProperties().hasProperty( in run()
418 if (MF.getProperties().hasProperty( in verifyProperties()
434 const bool isFunctionFailedISel = MF.getProperties().hasProperty( in verify()
443 isFunctionRegBankSelected = MF.getProperties().hasProperty( in verify()
445 isFunctionSelected = MF.getProperties().hasProperty( in verify()
447 isFunctionTracksDebugUserValues = MF.getProperties().hasProperty( in verify()
681 if (!MF->getProperties().hasProperty( in visitMachineBasicBlockBefore()
2153 if (MF->getProperties().hasProperty( in visitMachineInstrBefore()
2172 !MF->getProperties().hasProperty( in visitMachineInstrBefore()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostSelectOptimize.cpp300 if (MF.getProperties().hasProperty( in runOnMachineFunction()
303 assert(MF.getProperties().hasProperty( in runOnMachineFunction()
H A DAArch64O0PreLegalizerCombiner.cpp155 if (MF.getProperties().hasProperty( in runOnMachineFunction()
H A DAArch64PostLegalizerCombiner.cpp544 if (MF.getProperties().hasProperty( in runOnMachineFunction()
547 assert(MF.getProperties().hasProperty( in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankSelect.cpp50 if (MF.getProperties().hasProperty( in INITIALIZE_PASS_DEPENDENCY()
H A DSIShrinkInstructions.cpp410 if (!MF->getProperties().hasProperty( in shrinkMadFma()
913 MF.getProperties().hasProperty( in runOnMachineFunction()
1022 !MF.getProperties().hasProperty( in runOnMachineFunction()
H A DAMDGPUPreLegalizerCombiner.cpp259 if (MF.getProperties().hasProperty( in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.cpp110 MF.getProperties().hasProperty( in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.h140 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp119 if (MF.getProperties().hasProperty( in runOnMachineFunction()
H A DMipsPostLegalizerCombiner.cpp128 if (MF.getProperties().hasProperty( in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp423 PInfo.getNumOperands() > 1 || PInfo.hasProperty(SDNPHasChain) || in EmitOperatorMatchCode()
424 PInfo.hasProperty(SDNPInGlue) || PInfo.hasProperty(SDNPOptInGlue); in EmitOperatorMatchCode()
610 if (CP->hasProperty(SDNPHasChain)) { in EmitMatcherCode()
H A DDAGISelMatcherEmitter.cpp721 if (Pattern.hasProperty(SDNPHasChain)) in EmitMatcher()
1124 if (P.hasProperty(SDNPHasChain)) in EmitPredicateFunctions()
1139 if (P.hasProperty(SDNPWantRoot)) in EmitPredicateFunctions()
1144 if (P.hasProperty(SDNPWantParent)) in EmitPredicateFunctions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp126 if (MF.getProperties().hasProperty( in combineMachineInstrs()
H A DLocalizer.cpp206 if (MF.getProperties().hasProperty( in runOnMachineFunction()
H A DInstructionSelect.cpp83 if (MF.getProperties().hasProperty( in runOnMachineFunction()
H A DLegalizer.cpp312 if (MF.getProperties().hasProperty( in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h249 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function

123