Searched defs:getExtensions (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | RISCVISAInfo.h | 55 const RISCVISAUtils::OrderedExtensionMap &getExtensions() const { getExtensions() function
|
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVTypes.cpp | 70 void ArrayType::getExtensions(SPIRVType::ExtensionArrayRefVector &extensions, in getExtensions() function in ArrayType 149 [&](auto type) { type.getExtensions(extensions, storage); }) in getExtensions() function in CompositeType 252 void CooperativeMatrixType::getExtensions( getExtensions() function in CooperativeMatrixType 319 void JointMatrixINTELType::getExtensions( getExtensions() function in JointMatrixINTELType 440 void ImageType::getExtensions(SPIRVType::ExtensionArrayRefVector &, getExtensions() function in ImageType 491 void PointerType::getExtensions(SPIRVType::ExtensionArrayRefVector &extensions, getExtensions() function in PointerType 550 void RuntimeArrayType::getExtensions( getExtensions() function in RuntimeArrayType 590 void ScalarType::getExtensions(SPIRVType::ExtensionArrayRefVector &extensions, getExtensions() function in ScalarType 741 void SPIRVType::getExtensions(SPIRVType::ExtensionArrayRefVector &extensions, getExtensions() function in SPIRVType 828 void SampledImageType::getExtensions( getExtensions() function in SampledImageType 1129 void StructType::getExtensions(SPIRVType::ExtensionArrayRefVector &extensions, getExtensions() function in StructType 1228 void MatrixType::getExtensions(SPIRVType::ExtensionArrayRefVector &extensions, getExtensions() function in MatrixType [all...] |
H A D | SPIRVAttributes.cpp | 234 spirv::VerCapExtAttr::ext_range spirv::VerCapExtAttr::getExtensions() { in getExtensions() function in spirv::VerCapExtAttr 309 return getTripleAttr().getExtensions(); in getExtensions() function in spirv::TargetEnvAttr
|
H A D | ControlFlowOps.cpp | 437 SmallVector<ArrayRef<spirv::Extension>, 1> SelectOp::getExtensions() { in getExtensions() function in mlir::spirv::SelectOp
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVModuleAnalysis.h | 92 const SmallSet<Extension::Extension, 4> &getExtensions() const { getExtensions() function
|