Searched refs:ReadOnly (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h37 /// ReadOnly - Data that is never written to at program runtime by the
40 ReadOnly, enumerator in enum:llvm::SectionKind::Kind
132 return K == ReadOnly || isMergeableCString() ||
192 static SectionKind getReadOnly() { return get(ReadOnly); }
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h115 ReadOnly, enumerator in enum:llvm::CodeGenIntrinsic::ArgAttrKind
H A DCodeGenIntrinsics.cpp224 } else if (R->isSubClassOf("ReadOnly")) {
226 addArgAttribute(ArgNo, ReadOnly);
H A DIntrinsicEmitter.cpp463 case CodeGenIntrinsic::ReadOnly:
464 OS << " Attribute::get(C, Attribute::ReadOnly),\n";
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h72 std::set<unsigned> ReadOnly;
H A DHexagonMCChecker.cpp41 ReadOnly.insert(Hexagon::PC);
42 ReadOnly.insert(Hexagon::C9_8);
535 if (ReadOnly.find(Register) != ReadOnly.end()) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h201 static void getReadOnly(const uint8_t *Record, bool &ReadOnly) {
204 ReadOnly = (bool)Value;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h180 enum Flags { HaveGV = 1, ReadOnly = 2, WriteOnly = 4 }; enumerator in enum:llvm::CalleeInfo::ValueInfo::Flags
210 return RefAndFlags.getInt() & ReadOnly;
218 return RefAndFlags.getInt() & (ReadOnly | WriteOnly);
221 unsigned BadAccessMask = ReadOnly | WriteOnly;
228 RefAndFlags.setInt(RefAndFlags.getInt() | ReadOnly);
709 unsigned ReadOnly : 1; member in struct:llvm::CalleeInfo::AllocationType::FunctionSummary::FFlags
735 this->ReadOnly &= RHS.ReadOnly;
748 return this->ReadNone | this->ReadOnly | this->NoRecurse |
759 OS << ", readOnly: " << this->ReadOnly;
1097 GVarFlags(bool ReadOnly, bool WriteOnly, bool Constant, GlobalObject::VCallVisibility Vis) argument
[all...]
H A DInstrTypes.h1165 if (A == Attribute::ReadOnly || A == Attribute::NoCapture)
1810 return dataOperandHasImpliedAttr(OpNo, Attribute::ReadOnly) ||
/freebsd-current/stand/efi/include/
H A Defiprot.h92 BOOLEAN ReadOnly; member in struct:__anon671
323 BOOLEAN ReadOnly; member in struct:__anon673
/freebsd-current/stand/efi/gptboot/
H A Dproto.c89 if (dev->Media->ReadOnly)
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp159 ReadOnly, member in class:__anon672::OpenACCSpecialTokenKind
173 case OpenACCSpecialTokenKind::ReadOnly:
682 *this, OpenACCSpecialTokenKind::ReadOnly, Kind);
934 OpenACCSpecialTokenKind::ReadOnly,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp65 Attribute::ReadOnly,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp182 return SPIRV::AccessQualifier::ReadOnly;
298 if (Arg.hasAttribute(Attribute::ReadOnly)) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h54 ReadOnly = 1, member in class:llvm::AMDGPU::HSAMD::AccessQualifier
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h131 enum class ConstraintKind { NoConstraint, ReadOnly, ReadWrite }; member in class:lld::elf::ConstraintKind
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp609 /// Returns Attribute::None, Attribute::ReadOnly or Attribute::ReadNone.
745 return Attribute::ReadOnly;
842 assert((R == Attribute::ReadOnly || R == Attribute::ReadNone ||
854 A->removeAttr(Attribute::ReadOnly);
857 if (R == Attribute::ReadNone || R == Attribute::ReadOnly)
860 if (R == Attribute::ReadOnly)
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp32 YIO.enumCase(EN, "ReadOnly", AccessQualifier::ReadOnly);
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2289 bool HasUnwindClobber, bool ReadOnly,
2304 else if (ReadOnly)
2525 bool ReadOnly = true, ReadNone = true; local
2630 ReadOnly = ReadNone = false;
2783 ReadOnly = ReadNone = false;
2862 UpdateAsmCallInst(*CBR, HasSideEffect, false, ReadOnly, ReadNone,
2892 UpdateAsmCallInst(*Result, HasSideEffect, true, ReadOnly, ReadNone,
2898 UpdateAsmCallInst(*Result, HasSideEffect, false, ReadOnly, ReadNone,
2288 UpdateAsmCallInst(llvm::CallBase &Result, bool HasSideEffect, bool HasUnwindClobber, bool ReadOnly, bool ReadNone, bool NoMerge, const AsmStmt &S, const std::vector<llvm::Type *> &ResultRegTypes, const std::vector<llvm::Type *> &ArgElemTypes, CodeGenFunction &CGF, std::vector<llvm::Value *> &RegResults) argument
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp468 FlagValue(F.ReadOnly),
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp181 Call->addParamAttr(ArgNo, Attribute::get(C, Attribute::ReadOnly));
/freebsd-current/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h707 ReadOnly = 1, member in struct:clang::extractapi::ObjCPropertyRecord
729 bool isReadOnly() const { return Attributes & ReadOnly; }
/freebsd-current/stand/efi/libefi/
H A Defipart.c1025 if (blkio->Media->ReadOnly)
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp692 F.removeParamAttr(I, Attribute::ReadOnly);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp133 if (F.hasParamAttribute(ArgNo, Attribute::ReadOnly))
135 F.addParamAttr(ArgNo, Attribute::ReadOnly);

Completed in 579 milliseconds

12