Searched refs:Property (Results 101 - 125 of 147) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp200 MachineFunctionProperties::Property::NoVRegs);
H A DAArch64LoadStoreOptimizer.cpp199 MachineFunctionProperties::Property::NoVRegs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp698 MachineFunctionProperties::Property::NoVRegs)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp133 bool add(uint32_t Property);
593 bool LatticeCell::add(uint32_t Property) { argument
596 if (Ps == (Ps & Property))
598 Properties = Property & Ps;
H A DHexagonCopyToCombine.cpp87 MachineFunctionProperties::Property::NoVRegs);
H A DHexagonVLIWPacketizer.cpp111 MachineFunctionProperties::Property::NoVRegs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp237 MachineFunctionProperties::Property::NoVRegs);
H A DMipsConstantIslandPass.cpp369 MachineFunctionProperties::Property::NoVRegs);
H A DMipsExpandPseudo.cpp45 MachineFunctionProperties::Property::NoVRegs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp172 MachineFunctionProperties::Property::NoVRegs);
H A DThumb1FrameLowering.cpp452 MF.getProperties().reset(MachineFunctionProperties::Property::NoVRegs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp655 MachineFunctionProperties::Property::FailedISel))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp269 MachineFunctionProperties::Property::NoVRegs);
H A DMachineSink.cpp1111 MachineFunctionProperties::Property::NoVRegs);
H A DLiveDebugValues.cpp572 MachineFunctionProperties::Property::NoVRegs);
H A DTargetInstrInfo.cpp1132 MachineFunctionProperties::Property::NoVRegs));
H A DPrologEpilogInserter.cpp597 MachineFunctionProperties::Property::NoVRegs));
H A DMachineBasicBlock.cpp1502 MachineFunctionProperties::Property::TracksLiveness) &&
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp539 const Property *property =
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp111 MachineFunctionProperties::Property::NoVRegs);
H A DX86FloatingPoint.cpp81 MachineFunctionProperties::Property::NoVRegs);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1460 Property, enumerator in enum:__anon589
1469 ObjectKind = Property;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp38 #include "lldb/Interpreter/Property.h"
3373 const Property *GetPropertyAtIndex(const ExecutionContext *exe_ctx,
3520 const Property *exp_property = m_collection_sp->GetPropertyAtIndex(
3533 const Property *exp_property =
H A DThread.cpp21 #include "lldb/Interpreter/Property.h"
86 const Property *GetPropertyAtIndex(const ExecutionContext *exe_ctx,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5032 ObjCPropertyDecl *Property; local
5033 if (Error Err = importInto(Property, D->getPropertyDecl()))
5048 = InImpl->FindPropertyImplDecl(Property->getIdentifier(),
5049 Property->getQueryKind());
5060 ToLocation, Property,
5073 << Property->getDeclName()
5089 << Property->getDeclName()

Completed in 827 milliseconds

123456