Home
last modified time | relevance | path

Searched defs:properties (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project/lldb/source/Commands/
H A DCommandObjectApropos.cpp61 std::vector<const Property *> properties; in DoExecute() local
/llvm-project/mlir/include/mlir/TableGen/
H A DClass.h329 Method(RetTypeT && retType,NameT && name,Properties properties,Args &&...args) Method() argument
337 Method(StringRef retType,StringRef name,Properties properties,std::initializer_list<MethodParameter> params) Method() argument
419 Constructor(NameT && className,Properties properties,Args &&...args) Constructor() argument
682 addMethod(RetTypeT && retType,NameT && name,Method::Properties properties,ArrayRef<MethodParameter> parameters) addMethod() argument
704 addMethod(RetTypeT && retType,NameT && name,Method::Properties properties,Args &&...args) addMethod() argument
[all...]
H A DOperator.h387 SmallVector<NamedProperty> properties; global() variable
[all...]
/llvm-project/mlir/lib/CAPI/Interfaces/
H A DInterfaces.cpp95 void *properties, intptr_t nRegions, MlirRegion *regions, in mlirInferTypeOpInterfaceInferReturnTypes()
130 void *properties, intptr_t nRegions, MlirRegion *regions, in mlirInferShapedTypeOpInterfaceInferReturnTypes()
/llvm-project/mlir/lib/CAPI/Dialect/
H A DSparseTensor.cpp106 mlirSparseTensorEncodingAttrBuildLvlType(enum MlirSparseTensorLevelFormat lvlFmt,const enum MlirSparseTensorLevelPropertyNondefault * properties,unsigned size,unsigned n,unsigned m) mlirSparseTensorEncodingAttrBuildLvlType() argument
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h73 properties() const { in properties() function
/llvm-project/mlir/lib/Bindings/Python/
H A DDialectSparseTensor.cpp64 __anon055f89890202(py::object cls, MlirSparseTensorLevelFormat lvlFmt, const std::vector<MlirSparseTensorLevelPropertyNondefault> &properties, unsigned n, unsigned m) populateDialectSparseTensorSubmodule() argument
H A DIRInterfaces.cpp280 inferReturnTypes(std::optional<py::list> operandList,std::optional<PyAttribute> attributes,void * properties,std::optional<std::vector<PyRegion>> regions,DefaultingPyMlirContext context,DefaultingPyLocation location) inferReturnTypes() argument
440 inferReturnTypeComponents(std::optional<py::list> operandList,std::optional<PyAttribute> attributes,void * properties,std::optional<std::vector<PyRegion>> regions,DefaultingPyMlirContext context,DefaultingPyLocation location) inferReturnTypeComponents() argument
/llvm-project/clang/test/SemaObjC/
H A Dattr-deprecated.m261 + (id)properties; class
265 + (id)properties { class
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestOpDefs.cpp222 inferReturnTypes(MLIRContext *,std::optional<Location> location,ValueRange operands,DictionaryAttr attributes,OpaqueProperties properties,RegionRange regions,SmallVectorImpl<Type> & inferredReturnTypes) inferReturnTypes() argument
240 inferReturnTypeComponents(MLIRContext * context,std::optional<Location> location,ValueShapeRange operands,DictionaryAttr attributes,OpaqueProperties properties,RegionRange regions,SmallVectorImpl<ShapedTypeComponents> & inferredReturnShapes) inferReturnTypeComponents() argument
942 inferReturnTypes(MLIRContext * context,std::optional<Location> location,ValueRange operands,DictionaryAttr attributes,OpaqueProperties properties,RegionRange regions,SmallVectorImpl<Type> & returnTypes) inferReturnTypes() argument
952 refineReturnTypes(MLIRContext *,std::optional<Location> location,ValueRange operands,DictionaryAttr attributes,OpaqueProperties properties,RegionRange regions,SmallVectorImpl<Type> & returnTypes) refineReturnTypes() argument
1008 inferReturnTypes(MLIRContext * context,std::optional<Location>,ValueRange operands,DictionaryAttr attributes,OpaqueProperties properties,RegionRange regions,SmallVectorImpl<Type> & inferredReturnTypes) inferReturnTypes() argument
[all...]
H A DTestOpsSyntax.cpp286 OpaqueProperties properties, ::mlir::RegionRange regions, in inferReturnTypes()
/llvm-project/mlir/lib/IR/
H A DOperation.cpp54 OpaqueProperties properties, BlockRange successors, in create() argument
70 OpaqueProperties properties, BlockRange successors, in create() argument
85 OpaqueProperties properties, BlockRange successors, in create() argument
158 Operation(Location location,OperationName name,unsigned numResults,unsigned numSuccessors,unsigned numRegions,int fullPropertiesStorageSize,DictionaryAttr attributes,OpaqueProperties properties,bool hasOperandStorage) Operation() argument
802 genericPrintProperties(OpAsmPrinter & p,Attribute properties,ArrayRef<StringRef> elidedProps) genericPrintProperties() argument
[all...]
H A DMLIRContext.cpp884 populateDefaultProperties(OperationName opName,OpaqueProperties properties) populateDefaultProperties() argument
886 setPropertiesFromAttr(OperationName opName,OpaqueProperties properties,Attribute attr,function_ref<InFlightDiagnostic ()> emitError) setPropertiesFromAttr() argument
/llvm-project/mlir/include/mlir/IR/
H A DExtensibleDialect.h486 OpaqueProperties properties) final {} in populateDefaultProperties()
489 setPropertiesFromAttr(OperationName opName, OpaqueProperties properties, in setPropertiesFromAttr()
H A DOperationSupport.h419 destroyOpProperties(OpaqueProperties properties) destroyOpProperties() argument
429 populateDefaultProperties(OpaqueProperties properties) populateDefaultProperties() argument
440 setOpPropertiesFromAttribute(OperationName opName,OpaqueProperties properties,Attribute attr,function_ref<InFlightDiagnostic ()> emitError) setOpPropertiesFromAttribute() argument
454 hashOpProperties(OpaqueProperties properties) hashOpProperties() argument
[all...]
/llvm-project/clang-tools-extra/clangd/index/remote/
H A DIndex.proto90 optional uint32 properties = 4; field
/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp29 ModuleListProperties &properties = in GetLLDBIndexCachePolicy() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DBoxValue.cpp158 const auto &properties = box.mutableProperties; in operator <<() local
/llvm-project/llvm/utils/vscode/llvm/
H A Dpackage.json62 "properties": { object
/llvm-project/lldb/tools/lldb-dap/
H A Dpackage.json71 "properties": { global() object
139 "properties": { global() object
275 "properties": { global() object
/llvm-project/mlir/lib/Target/LLVM/ROCDL/
H A DTarget.cpp512 DictionaryAttr properties{}; createObject() local
/llvm-project/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.cpp
/llvm-project/mlir/utils/vscode/
H A Dpackage.json152 "properties": { object
/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp459 const OptionValueProperties *properties = in Apropos() local
/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DEnums.h273 std::vector<LevelPropNonDefault> properties; member

12