Searched refs:isWriteable (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DXILResource.cpp | 234 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 D | MCSectionWasm.h | 56 IsWasmData(K.isReadOnly() || K.isWriteable()), in MCSectionWasm()
|
| H A D | SectionKind.h | 153 bool isWriteable() const { in isWriteable() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DXILResource.h | 59 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 D | XCoreTargetObjectFile.cpp | 84 if (K.isWriteable()) in getXCoreSectionFlags()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 548 if (K.isWriteable()) in getELFSectionFlags() 1677 else if (K.isWriteable()) in getCOFFSectionFlags()
|