Home
last modified time | relevance | path

Searched refs:isWriteable (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp234 RC = Ty->isWriteable() ? ResourceClass::UAV : ResourceClass::SRV; in ResourceTypeInfo()
238 RC = Ty->isWriteable() ? ResourceClass::UAV : ResourceClass::SRV; in ResourceTypeInfo()
241 RC = Ty->isWriteable() ? ResourceClass::UAV : ResourceClass::SRV; in ResourceTypeInfo()
244 RC = Ty->isWriteable() ? ResourceClass::UAV : ResourceClass::SRV; in ResourceTypeInfo()
309 formatTypeName(TypeName, getResourceKindName(Kind), RTy->isWriteable(), in createElementStruct()
316 formatTypeName(TypeName, getResourceKindName(Kind), RTy->isWriteable(), in createElementStruct()
322 formatTypeName(TypeName, getResourceKindName(Kind), RTy->isWriteable(), in createElementStruct()
328 formatTypeName(TypeName, "ByteAddressBuffer", RTy->isWriteable(), in createElementStruct()
336 formatTypeName(TypeName, "StructuredBuffer", RTy->isWriteable(), in createElementStruct()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h56 IsWasmData(K.isReadOnly() || K.isWriteable()), in MCSectionWasm()
H A DSectionKind.h153 bool isWriteable() const { in isWriteable() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDXILResource.h59 bool isWriteable() const { return getIntParameter(0); } in isWriteable() function
80 bool isWriteable() const { return getIntParameter(0); } in isWriteable() function
102 bool isWriteable() const { return getIntParameter(0); } in isWriteable() function
127 bool isWriteable() const { return getIntParameter(0); } in isWriteable() function
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp84 if (K.isWriteable()) in getXCoreSectionFlags()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp548 if (K.isWriteable()) in getELFSectionFlags()
1677 else if (K.isWriteable()) in getCOFFSectionFlags()