Searched refs:hasProperty (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h713 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const { function in class:llvm::MachineInstr
727 return hasProperty(MCID::PreISelOpcode, Type);
735 return hasProperty(MCID::Variadic, Type);
741 return hasProperty(MCID::HasOptionalDef, Type);
747 return hasProperty(MCID::Pseudo, Type);
751 return hasProperty(MCID::Return, Type);
757 return hasProperty(MCID::EHScopeReturn, Type);
761 return hasProperty(MCID::Call, Type);
776 return hasProperty(MCID::Barrier, Type);
785 return hasProperty(MCI
[all...]
H A DMachineRegisterInfo.h186 return MF->getProperties().hasProperty(
198 return MF->getProperties().hasProperty(
H A DMachineFunction.h162 bool hasProperty(Property P) const { function in class:llvm::MachineFunctionProperties
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DResetMachineFunctionPass.cpp62 if (MF.getProperties().hasProperty(
H A DMIRPrinter.cpp208 YamlMF.Legalized = MF.getProperties().hasProperty(
210 YamlMF.RegBankSelected = MF.getProperties().hasProperty(
212 YamlMF.Selected = MF.getProperties().hasProperty(
214 YamlMF.FailedISel = MF.getProperties().hasProperty(
H A DMachineVerifier.cpp332 if (MF.getProperties().hasProperty(
347 const bool isFunctionFailedISel = MF.getProperties().hasProperty(
356 isFunctionRegBankSelected = MF.getProperties().hasProperty(
358 isFunctionSelected = MF.getProperties().hasProperty(
581 if (!MF->getProperties().hasProperty(
1451 if (MF->getProperties().hasProperty(
1661 if (MF->getProperties().hasProperty(
H A DMachineOutliner.cpp788 if (MBB.getParent()->getProperties().hasProperty(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp95 if (MF.getProperties().hasProperty(
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h175 bool hasProperty(enum SDNP Prop) const { function in struct:llvm::CodeGenIntrinsic
H A DCodeGenTarget.h215 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } function in class:llvm::ComplexPattern
H A DDAGISelMatcherEmitter.cpp579 if (Pattern.hasProperty(SDNPHasChain))
900 if (P.hasProperty(SDNPHasChain))
915 if (P.hasProperty(SDNPWantRoot))
920 if (P.hasProperty(SDNPWantParent))
H A DDAGISelMatcherGen.cpp428 PInfo.hasProperty(SDNPHasChain) ||
429 PInfo.hasProperty(SDNPInGlue) ||
430 PInfo.hasProperty(SDNPOptInGlue);
612 if (CP.hasProperty(SDNPHasChain)) {
H A DCodeGenDAGPatterns.cpp2289 return CP->hasProperty(Property);
2299 return Int->hasProperty(Property);
2305 return CGP.getSDNodeInfo(Operator).hasProperty(Property);
2669 if (NodeInfo.hasProperty(SDNPCommutative) || isCommIntrinsic) {
3485 if (CP.hasProperty(SDNPMayStore)) mayStore = true;
3486 if (CP.hasProperty(SDNPMayLoad)) mayLoad = true;
3487 if (CP.hasProperty(SDNPSideEffect)) hasSideEffects = true;
4515 if (NodeInfo.hasProperty(SDNPAssociative)) {
4577 if (NodeInfo.hasProperty(SDNPCommutative) || isCommIntrinsic) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp102 if (MF.getProperties().hasProperty(
H A DLocalizer.cpp168 if (MF.getProperties().hasProperty(
H A DInstructionSelect.cpp69 if (MF.getProperties().hasProperty(
H A DLegalizer.cpp312 if (MF.getProperties().hasProperty(
H A DRegBankSelect.cpp654 if (MF.getProperties().hasProperty(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp123 if (MF.getProperties().hasProperty(
H A DAMDGPURegBankCombiner.cpp119 if (MF.getProperties().hasProperty(
H A DSIFixupVectorISel.cpp221 if (MF.getProperties().hasProperty(
H A DAMDGPUPostLegalizerCombiner.cpp324 if (MF.getProperties().hasProperty(
H A DSIFixSGPRCopies.cpp591 if (MF.getProperties().hasProperty(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp172 if (MF.getProperties().hasProperty(
H A DAArch64PostLegalizerCombiner.cpp474 if (MF.getProperties().hasProperty(
477 assert(MF.getProperties().hasProperty(

Completed in 240 milliseconds

12