Searched refs:Property (Results 51 - 75 of 147) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp57 MachineFunctionProperties::Property::NoVRegs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp280 MachineFunctionProperties::Property::FailedISel))
H A DLocalizer.cpp216 MachineFunctionProperties::Property::FailedISel))
H A DInstructionSelect.cpp69 MachineFunctionProperties::Property::FailedISel))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBreakFalseDeps.cpp65 MachineFunctionProperties::Property::NoVRegs);
H A DMIRPrinter.cpp205 MachineFunctionProperties::Property::Legalized);
207 MachineFunctionProperties::Property::RegBankSelected);
209 MachineFunctionProperties::Property::Selected);
211 MachineFunctionProperties::Property::FailedISel);
H A DRegisterPressure.cpp424 bool(*Property)(const LiveRange &LR, SlotIndex Pos)) {
430 if (Property(SR, Pos))
433 } else if (Property(LI, Pos)) {
445 return Property(*LR, Pos) ? LaneBitmask::getAll() : LaneBitmask::getNone();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86EvexToVex.cpp82 MachineFunctionProperties::Property::NoVRegs);
H A DX86VZeroUpper.cpp54 MachineFunctionProperties::Property::NoVRegs);
H A DX86FixupBWInsts.cpp131 MachineFunctionProperties::Property::NoVRegs);
H A DX86IndirectThunks.cpp318 MF.getProperties().set(MachineFunctionProperties::Property::NoVRegs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp59 MachineFunctionProperties::Property::NoVRegs);
H A DPPCBranchSelector.cpp62 MachineFunctionProperties::Property::NoVRegs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp53 MachineFunctionProperties::Property::IsSSA);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp942 } else if (auto *Property = dyn_cast<DIObjCProperty>(Element)) {
943 DIE &ElemDie = createAndAddDIE(Property->getTag(), Buffer);
944 StringRef PropertyName = Property->getName();
946 if (Property->getType())
947 addType(ElemDie, Property->getType());
948 addSourceLine(ElemDie, Property);
949 StringRef GetterName = Property->getGetterName();
952 StringRef SetterName = Property->getSetterName();
955 if (unsigned PropertyAttributes = Property->getAttributes())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RedundantCopyElimination.cpp100 MachineFunctionProperties::Property::NoVRegs);
H A DAArch64CollectLOH.cpp142 MachineFunctionProperties::Property::NoVRegs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.cpp71 MachineFunctionProperties::Property::NoVRegs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp147 MachineFunctionProperties::Property::NoVRegs);
H A DSystemZShortenInst.cpp39 MachineFunctionProperties::Property::NoVRegs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp75 MachineFunctionProperties::Property::NoVRegs);
H A DHexagonGenMux.cpp84 MachineFunctionProperties::Property::NoVRegs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp229 MachineFunctionProperties::Property::NoVRegs).set(
230 MachineFunctionProperties::Property::TracksLiveness);
564 MF->getProperties().set(MachineFunctionProperties::Property::TracksLiveness);
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp491 // Property with no setter may be suggested as a 'readonly' property.
619 for (const auto *Property : PDecl->instance_properties()) {
620 if (Property->getPropertyImplementation() == ObjCPropertyDecl::Optional)
623 DeclContext::lookup_result R = IDecl->lookup(Property->getDeclName());
629 Property->getDeclName().getAsIdentifierInfo(),
630 Property->getQueryKind()))
635 != Property->getPropertyAttributes()) ||
636 !Ctx.hasSameType(ClassProperty->getType(), Property->getType()))
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp245 os << "Property";

Completed in 303 milliseconds

123456