| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 765 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const { 779 return hasProperty(MCID::PreISelOpcode, Type); 787 return hasProperty(MCID::Variadic, Type); 793 return hasProperty(MCID::HasOptionalDef, Type); 799 return hasProperty(MCID::Pseudo, Type); 803 return hasProperty(MCID::Return, Type); 809 return hasProperty(MCID::EHScopeReturn, Type); 813 return hasProperty(MCID::Call, Type); 828 return hasProperty(MCID::Barrier, Type); 837 return hasProperty(MCID::Terminator, Type); [all …]
|
| H A D | MachineRegisterInfo.h | 186 return MF->getProperties().hasProperty( in isSSA() 198 return MF->getProperties().hasProperty( in tracksLiveness()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 143 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
| H A D | AArch64PostLegalizerCombiner.cpp | 354 if (MF.getProperties().hasProperty( in runOnMachineFunction() 357 assert(MF.getProperties().hasProperty( in runOnMachineFunction()
|
| H A D | AArch64PreLegalizerCombiner.cpp | 333 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
| H A D | AArch64PostLegalizerLowering.cpp | 1040 if (MF.getProperties().hasProperty( in runOnMachineFunction() 1043 assert(MF.getProperties().hasProperty( in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ResetMachineFunctionPass.cpp | 62 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
| H A D | MIRPrinter.cpp | 208 YamlMF.Legalized = MF.getProperties().hasProperty( in print() 210 YamlMF.RegBankSelected = MF.getProperties().hasProperty( in print() 212 YamlMF.Selected = MF.getProperties().hasProperty( in print() 214 YamlMF.FailedISel = MF.getProperties().hasProperty( in print()
|
| H A D | MachineVerifier.cpp | 347 if (MF.getProperties().hasProperty( in verifyProperties() 362 const bool isFunctionFailedISel = MF.getProperties().hasProperty( in verify() 371 isFunctionRegBankSelected = MF.getProperties().hasProperty( in verify() 373 isFunctionSelected = MF.getProperties().hasProperty( in verify() 600 if (!MF->getProperties().hasProperty( in visitMachineBasicBlockBefore() 1607 if (MF->getProperties().hasProperty( in visitMachineInstrBefore() 1883 if (MF->getProperties().hasProperty( in visitMachineOperand()
|
| H A D | MachineBasicBlock.cpp | 1627 assert(getParent()->getProperties().hasProperty( in livein_begin() 1635 assert(MF.getProperties().hasProperty( in liveout_begin()
|
| H A D | MachineOutliner.cpp | 784 if (MBB.getParent()->getProperties().hasProperty( in outline()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsPreLegalizerCombiner.cpp | 95 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherGen.cpp | 432 PInfo.hasProperty(SDNPHasChain) || in EmitOperatorMatchCode() 433 PInfo.hasProperty(SDNPInGlue) || in EmitOperatorMatchCode() 434 PInfo.hasProperty(SDNPOptInGlue); in EmitOperatorMatchCode() 616 if (CP.hasProperty(SDNPHasChain)) { in EmitMatcherCode()
|
| H A D | DAGISelMatcherEmitter.cpp | 634 if (Pattern.hasProperty(SDNPHasChain)) in EmitMatcher() 955 if (P.hasProperty(SDNPHasChain)) in EmitPredicateFunctions() 970 if (P.hasProperty(SDNPWantRoot)) in EmitPredicateFunctions() 975 if (P.hasProperty(SDNPWantParent)) in EmitPredicateFunctions()
|
| H A D | CodeGenIntrinsics.h | 179 bool hasProperty(enum SDNP Prop) const { in hasProperty() function
|
| H A D | CodeGenTarget.h | 220 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function
|
| H A D | CodeGenDAGPatterns.cpp | 2340 return CP->hasProperty(Property); in NodeHasProperty() 2350 return Int->hasProperty(Property); in NodeHasProperty() 2356 return CGP.getSDNodeInfo(Operator).hasProperty(Property); in NodeHasProperty() 2722 if (NodeInfo.hasProperty(SDNPCommutative) || isCommIntrinsic) { in canPatternMatch() 3542 if (CP.hasProperty(SDNPMayStore)) mayStore = true; in AnalyzeNode() 3543 if (CP.hasProperty(SDNPMayLoad)) mayLoad = true; in AnalyzeNode() 3544 if (CP.hasProperty(SDNPSideEffect)) hasSideEffects = true; in AnalyzeNode() 4553 if (NodeInfo.hasProperty(SDNPAssociative)) { in GenerateVariantsOf() 4615 if (NodeInfo.hasProperty(SDNPCommutative) || isCommIntrinsic) { in GenerateVariantsOf()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Combiner.cpp | 102 if (MF.getProperties().hasProperty( in combineMachineInstrs()
|
| H A D | Localizer.cpp | 190 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
| H A D | InstructionSelect.cpp | 86 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
| H A D | Legalizer.cpp | 312 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegBankCombiner.cpp | 241 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
| H A D | AMDGPUPreLegalizerCombiner.cpp | 264 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
| H A D | AMDGPUPostLegalizerCombiner.cpp | 368 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|