Searched refs:Property (Results 76 - 100 of 147) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp39 // Property #1 is ensured via the use of MachineDominatorTree and
41 // Property #2 is ensured via property #1 and MachineLoopInfo, i.e., both
43 // Property #3 is ensured via the MachineBlockFrequencyInfo.
236 MachineFunctionProperties::Property::NoVRegs);
H A DImplicitNullChecks.cpp226 MachineFunctionProperties::Property::NoVRegs);
H A DRegisterScavenging.cpp759 MF.getProperties().set(MachineFunctionProperties::Property::NoVRegs);
781 MF.getProperties().set(MachineFunctionProperties::Property::NoVRegs);
H A DMachineOutliner.cpp1156 MF.getProperties().reset(MachineFunctionProperties::Property::TracksLiveness);
1247 MachineFunctionProperties::Property::TracksLiveness)) {
H A DPostRASchedulerList.cpp101 MachineFunctionProperties::Property::NoVRegs);
H A DPHIElimination.cpp197 MF.getProperties().set(MachineFunctionProperties::Property::NoPHIs);
H A DVirtRegMap.cpp203 MachineFunctionProperties::Property::NoVRegs);
H A DRegAllocFast.cpp173 MachineFunctionProperties::Property::NoPHIs);
178 MachineFunctionProperties::Property::NoVRegs);
H A DMachineVerifier.cpp356 MachineFunctionProperties::Property::NoVRegs) &&
371 MachineFunctionProperties::Property::FailedISel);
382 MachineFunctionProperties::Property::RegBankSelected);
385 MachineFunctionProperties::Property::Selected);
623 MachineFunctionProperties::Property::NoPHIs) && MRI->tracksLiveness()) {
1476 MachineFunctionProperties::Property::NoPHIs))
H A DRegAllocPBQP.cpp140 MachineFunctionProperties::Property::NoPHIs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp181 MF.getProperties().set(MachineFunctionProperties::Property::FailedISel);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp64 MachineFunctionProperties::Property::NoVRegs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp54 MachineFunctionProperties::Property::NoVRegs);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h175 class Property;
392 typedef std::shared_ptr<lldb_private::Property> PropertySP;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp883 else if (const auto *Property = dyn_cast<ObjCPropertyDecl>(ND))
884 T = Property->getType();
2617 } else if (const auto *Property = dyn_cast<ObjCPropertyDecl>(ND)) {
2619 T = Property->getUsageType(BaseType);
2621 T = Property->getType();
7379 if (ObjCPropertyDecl *Property = Class->FindPropertyDeclaration(
7382 Property->getType().getNonReferenceType().getUnqualifiedType();
7567 static void AddObjCKeyValueCompletions(ObjCPropertyDecl *Property, argument
7572 IdentifierInfo *PropName = Property->getIdentifier();
7612 Property
[all...]
H A DSemaDeclObjC.cpp4025 for (const auto *Property : Ext->instance_properties()) {
4028 = IC->FindPropertyImplDecl(Property->getIdentifier(),
4029 Property->getQueryKind()))
4036 Ext->getInstanceMethod(Property->getGetterName()))
4038 if (!Property->isReadOnly())
4040 = Ext->getInstanceMethod(Property->getSetterName()))
H A DSemaTemplateInstantiateDecl.cpp1080 MSPropertyDecl *Property = MSPropertyDecl::Create( local
1084 SemaRef.InstantiateAttrs(TemplateArgs, D, Property, LateAttrs,
1088 Property->setInvalidDecl();
1090 Property->setAccess(D->getAccess());
1091 Owner->addDecl(Property);
1093 return Property;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp124 MachineFunctionProperties::Property::NoVRegs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp92 MachineFunctionProperties::Property::NoVRegs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp80 MachineFunctionProperties::Property::NoVRegs);
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2282 bool TreePatternNode::NodeHasProperty(SDNP Property, argument
2286 return CP->hasProperty(Property);
2291 if (Property != SDNPHasChain) {
2296 return Int->hasProperty(Property);
2302 return CGP.getSDNodeInfo(Operator).hasProperty(Property);
2310 bool TreePatternNode::TreeHasProperty(SDNP Property, argument
2312 if (NodeHasProperty(Property, CGP))
2315 if (getChild(i)->TreeHasProperty(Property, CGP))
H A DCodeGenDAGPatterns.h785 bool NodeHasProperty(SDNP Property, const CodeGenDAGPatterns &CGP) const;
789 bool TreeHasProperty(SDNP Property, const CodeGenDAGPatterns &CGP) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp579 StringRef Property = (IsStatic ? "`Symbols`" : "`DynamicSymbols`"); local
581 reportError("cannot specify both `Content` and " + Property +
584 reportError("cannot specify both `Size` and " + Property +
/freebsd-11-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h4351 enum CXPrintingPolicyProperty Property);
4357 enum CXPrintingPolicyProperty Property,
4503 * Property attributes for a \c CXCursor_ObjCPropertyDecl.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp150 MachineFunctionProperties::Property::NoVRegs);

Completed in 392 milliseconds

123456