| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | blocks.cpp | 50 __attribute__((__blocks__(byref))) bool hasProperty = false; in test3() local 54 func(hasProperty); in test3() 55 if (hasProperty) in test3() 56 hasProperty = 0; in test3() 58 hasProperty = 1; in test3() 59 return hasProperty; in test3() 61 func(hasProperty); in test3() 64 if (hasProperty) in test3() 65 hasProperty = 1; in test3() 68 return hasProperty = 1; in test3()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 808 return hasProperty(MCID::Pseudo, Type); 814 return hasProperty(MCID::Meta, Type); 818 return hasProperty(MCID::Return, Type); 828 return hasProperty(MCID::Call, Type); 843 return hasProperty(MCID::Barrier, Type); 860 return hasProperty(MCID::Branch, Type); 897 return hasProperty(MCID::Compare, Type); 903 return hasProperty(MCID::MoveImm, Type); 909 return hasProperty(MCID::MoveReg, Type); 914 return hasProperty(MCID::Bitcast, Type); [all …]
|
| H A D | MachineRegisterInfo.h | 184 return MF->getProperties().hasProperty( in isSSA() 196 return MF->getProperties().hasProperty( in tracksLiveness()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PostSelectOptimize.cpp | 173 if (MF.getProperties().hasProperty( in runOnMachineFunction() 176 assert(MF.getProperties().hasProperty( in runOnMachineFunction()
|
| H A D | AArch64O0PreLegalizerCombiner.cpp | 145 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
| H A D | AArch64PostLegalizerCombiner.cpp | 415 if (MF.getProperties().hasProperty( in runOnMachineFunction() 418 assert(MF.getProperties().hasProperty( in runOnMachineFunction()
|
| H A D | AArch64PreLegalizerCombiner.cpp | 454 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
| H A D | AArch64PostLegalizerLowering.cpp | 1044 if (MF.getProperties().hasProperty( in runOnMachineFunction() 1047 assert(MF.getProperties().hasProperty( in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ResetMachineFunctionPass.cpp | 62 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
| H A D | MIRPrinter.cpp | 204 YamlMF.Legalized = MF.getProperties().hasProperty( in print() 206 YamlMF.RegBankSelected = MF.getProperties().hasProperty( in print() 208 YamlMF.Selected = MF.getProperties().hasProperty( in print() 210 YamlMF.FailedISel = MF.getProperties().hasProperty( in print() 212 YamlMF.FailsVerification = MF.getProperties().hasProperty( in print() 214 YamlMF.TracksDebugUserValues = MF.getProperties().hasProperty( in print()
|
| H A D | MachineVerifier.cpp | 305 if (MF.getProperties().hasProperty( in runOnMachineFunction() 366 if (MF.getProperties().hasProperty( in verifyProperties() 382 const bool isFunctionFailedISel = MF.getProperties().hasProperty( in verify() 391 isFunctionRegBankSelected = MF.getProperties().hasProperty( in verify() 393 isFunctionSelected = MF.getProperties().hasProperty( in verify() 395 isFunctionTracksDebugUserValues = MF.getProperties().hasProperty( in verify() 622 if (!MF->getProperties().hasProperty( in visitMachineBasicBlockBefore() 1707 if (MF->getProperties().hasProperty( in visitMachineInstrBefore() 1726 !MF->getProperties().hasProperty( in visitMachineInstrBefore() 2011 if (MF->getProperties().hasProperty( in visitMachineOperand() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsPreLegalizerCombiner.cpp | 97 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
| H A D | MipsPostLegalizerCombiner.cpp | 115 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Combiner.cpp | 99 if (MF.getProperties().hasProperty( in combineMachineInstrs()
|
| H A D | Localizer.cpp | 190 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
| H A D | LoadStoreOpt.cpp | 69 IsPreLegalizer = !MF.getProperties().hasProperty( in init() 662 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
| H A D | InstructionSelect.cpp | 84 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
| H A D | Legalizer.cpp | 305 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherGen.cpp | 433 PInfo.hasProperty(SDNPHasChain) || in EmitOperatorMatchCode() 434 PInfo.hasProperty(SDNPInGlue) || in EmitOperatorMatchCode() 435 PInfo.hasProperty(SDNPOptInGlue); in EmitOperatorMatchCode() 617 if (CP.hasProperty(SDNPHasChain)) { in EmitMatcherCode()
|
| H A D | CodeGenIntrinsics.h | 181 bool hasProperty(enum SDNP Prop) const { in hasProperty() function
|
| H A D | CodeGenTarget.h | 219 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function
|
| H A D | DAGISelMatcherEmitter.cpp | 630 if (Pattern.hasProperty(SDNPHasChain)) in EmitMatcher() 951 if (P.hasProperty(SDNPHasChain)) in EmitPredicateFunctions() 966 if (P.hasProperty(SDNPWantRoot)) in EmitPredicateFunctions() 971 if (P.hasProperty(SDNPWantParent)) in EmitPredicateFunctions()
|
| H A D | CodeGenDAGPatterns.cpp | 2400 return CP->hasProperty(Property); in NodeHasProperty() 2410 return Int->hasProperty(Property); in NodeHasProperty() 2416 return CGP.getSDNodeInfo(Operator).hasProperty(Property); in NodeHasProperty() 2798 if (NodeInfo.hasProperty(SDNPCommutative) || isCommIntrinsic) { in canPatternMatch() 3620 if (CP.hasProperty(SDNPMayStore)) mayStore = true; in AnalyzeNode() 3621 if (CP.hasProperty(SDNPMayLoad)) mayLoad = true; in AnalyzeNode() 3622 if (CP.hasProperty(SDNPSideEffect)) hasSideEffects = true; in AnalyzeNode() 4631 if (NodeInfo.hasProperty(SDNPAssociative)) { in GenerateVariantsOf() 4693 if (NodeInfo.hasProperty(SDNPCommutative) || isCommIntrinsic) { in GenerateVariantsOf()
|
| /llvm-project-15.0.7/llvm/unittests/MIR/ |
| H A D | MachineMetadata.cpp | 570 ASSERT_TRUE(Properties.hasProperty( in TEST_F() 601 ASSERT_FALSE(Properties.hasProperty( in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPreLegalizerCombiner.cpp | 266 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|