Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h765 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 DMachineRegisterInfo.h186 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 DAArch64PostSelectOptimize.cpp173 if (MF.getProperties().hasProperty( in runOnMachineFunction()
176 assert(MF.getProperties().hasProperty( in runOnMachineFunction()
H A DAArch64O0PreLegalizerCombiner.cpp143 if (MF.getProperties().hasProperty( in runOnMachineFunction()
H A DAArch64PostLegalizerCombiner.cpp354 if (MF.getProperties().hasProperty( in runOnMachineFunction()
357 assert(MF.getProperties().hasProperty( in runOnMachineFunction()
H A DAArch64PreLegalizerCombiner.cpp333 if (MF.getProperties().hasProperty( in runOnMachineFunction()
H A DAArch64PostLegalizerLowering.cpp1040 if (MF.getProperties().hasProperty( in runOnMachineFunction()
1043 assert(MF.getProperties().hasProperty( in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DResetMachineFunctionPass.cpp62 if (MF.getProperties().hasProperty( in runOnMachineFunction()
H A DMIRPrinter.cpp208 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 DMachineVerifier.cpp347 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 DMachineBasicBlock.cpp1627 assert(getParent()->getProperties().hasProperty( in livein_begin()
1635 assert(MF.getProperties().hasProperty( in liveout_begin()
H A DMachineOutliner.cpp784 if (MBB.getParent()->getProperties().hasProperty( in outline()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp95 if (MF.getProperties().hasProperty( in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp432 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 DDAGISelMatcherEmitter.cpp634 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 DCodeGenIntrinsics.h179 bool hasProperty(enum SDNP Prop) const { in hasProperty() function
H A DCodeGenTarget.h220 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function
H A DCodeGenDAGPatterns.cpp2340 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 DCombiner.cpp102 if (MF.getProperties().hasProperty( in combineMachineInstrs()
H A DLocalizer.cpp190 if (MF.getProperties().hasProperty( in runOnMachineFunction()
H A DInstructionSelect.cpp86 if (MF.getProperties().hasProperty( in runOnMachineFunction()
H A DLegalizer.cpp312 if (MF.getProperties().hasProperty( in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankCombiner.cpp241 if (MF.getProperties().hasProperty( in runOnMachineFunction()
H A DAMDGPUPreLegalizerCombiner.cpp264 if (MF.getProperties().hasProperty( in runOnMachineFunction()
H A DAMDGPUPostLegalizerCombiner.cpp368 if (MF.getProperties().hasProperty( in runOnMachineFunction()

12