/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 897 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 D | MachineRegisterInfo.h | 199 return MF->getProperties().hasProperty( in isSSA() 211 return MF->getProperties().hasProperty( in tracksLiveness()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVPostLegalizerCombiner.cpp | 131 if (MF.getProperties().hasProperty( in runOnMachineFunction() 134 assert(MF.getProperties().hasProperty( in runOnMachineFunction()
|
H A D | RISCVPreLegalizerCombiner.cpp | 128 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCleanCodeAfterTrap.cpp | 64 if (MI.hasProperty(MCID::Trap) && MI.isTerminator()) in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ResetMachineFunctionPass.cpp | 63 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
H A D | MIRPrinter.cpp | 211 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 D | MachineVerifier.cpp | 333 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 D | AArch64PostSelectOptimize.cpp | 300 if (MF.getProperties().hasProperty( in runOnMachineFunction() 303 assert(MF.getProperties().hasProperty( in runOnMachineFunction()
|
H A D | AArch64O0PreLegalizerCombiner.cpp | 155 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
H A D | AArch64PostLegalizerCombiner.cpp | 544 if (MF.getProperties().hasProperty( in runOnMachineFunction() 547 assert(MF.getProperties().hasProperty( in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegBankSelect.cpp | 50 if (MF.getProperties().hasProperty( in INITIALIZE_PASS_DEPENDENCY()
|
H A D | SIShrinkInstructions.cpp | 410 if (!MF->getProperties().hasProperty( in shrinkMadFma() 913 MF.getProperties().hasProperty( in runOnMachineFunction() 1022 !MF.getProperties().hasProperty( in runOnMachineFunction()
|
H A D | AMDGPUPreLegalizerCombiner.cpp | 259 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | LiveDebugValues.cpp | 110 MF.getProperties().hasProperty( in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
H A D | CodeGenIntrinsics.h | 140 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsPreLegalizerCombiner.cpp | 119 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
H A D | MipsPostLegalizerCombiner.cpp | 128 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherGen.cpp | 423 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 D | DAGISelMatcherEmitter.cpp | 721 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 D | Combiner.cpp | 126 if (MF.getProperties().hasProperty( in combineMachineInstrs()
|
H A D | Localizer.cpp | 206 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
H A D | InstructionSelect.cpp | 83 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
H A D | Legalizer.cpp | 312 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenTarget.h | 249 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function
|