Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dblocks.cpp50 __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 DMachineInstr.h808 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 DMachineRegisterInfo.h184 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 DAArch64PostSelectOptimize.cpp173 if (MF.getProperties().hasProperty( in runOnMachineFunction()
176 assert(MF.getProperties().hasProperty( in runOnMachineFunction()
H A DAArch64O0PreLegalizerCombiner.cpp145 if (MF.getProperties().hasProperty( in runOnMachineFunction()
H A DAArch64PostLegalizerCombiner.cpp415 if (MF.getProperties().hasProperty( in runOnMachineFunction()
418 assert(MF.getProperties().hasProperty( in runOnMachineFunction()
H A DAArch64PreLegalizerCombiner.cpp454 if (MF.getProperties().hasProperty( in runOnMachineFunction()
H A DAArch64PostLegalizerLowering.cpp1044 if (MF.getProperties().hasProperty( in runOnMachineFunction()
1047 assert(MF.getProperties().hasProperty( in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DResetMachineFunctionPass.cpp62 if (MF.getProperties().hasProperty( in runOnMachineFunction()
H A DMIRPrinter.cpp204 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 DMachineVerifier.cpp305 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 DMipsPreLegalizerCombiner.cpp97 if (MF.getProperties().hasProperty( in runOnMachineFunction()
H A DMipsPostLegalizerCombiner.cpp115 if (MF.getProperties().hasProperty( in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp99 if (MF.getProperties().hasProperty( in combineMachineInstrs()
H A DLocalizer.cpp190 if (MF.getProperties().hasProperty( in runOnMachineFunction()
H A DLoadStoreOpt.cpp69 IsPreLegalizer = !MF.getProperties().hasProperty( in init()
662 if (MF.getProperties().hasProperty( in runOnMachineFunction()
H A DInstructionSelect.cpp84 if (MF.getProperties().hasProperty( in runOnMachineFunction()
H A DLegalizer.cpp305 if (MF.getProperties().hasProperty( in runOnMachineFunction()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp433 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 DCodeGenIntrinsics.h181 bool hasProperty(enum SDNP Prop) const { in hasProperty() function
H A DCodeGenTarget.h219 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function
H A DDAGISelMatcherEmitter.cpp630 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 DCodeGenDAGPatterns.cpp2400 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 DMachineMetadata.cpp570 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 DAMDGPUPreLegalizerCombiner.cpp266 if (MF.getProperties().hasProperty( in runOnMachineFunction()

12