/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectApropos.cpp | 61 std::vector<const Property *> properties; in DoExecute() local
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Class.h | 329 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 D | Operator.h | 387 SmallVector<NamedProperty> properties; global() variable [all...] |
/llvm-project/mlir/lib/CAPI/Interfaces/ |
H A D | Interfaces.cpp | 95 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 D | SparseTensor.cpp | 106 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 D | Value.h | 73 properties() const { in properties() function
|
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | DialectSparseTensor.cpp | 64 __anon055f89890202(py::object cls, MlirSparseTensorLevelFormat lvlFmt, const std::vector<MlirSparseTensorLevelPropertyNondefault> &properties, unsigned n, unsigned m) populateDialectSparseTensorSubmodule() argument
|
H A D | IRInterfaces.cpp | 280 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 D | attr-deprecated.m | 261 + (id)properties; class 265 + (id)properties { class
|
/llvm-project/mlir/test/lib/Dialect/Test/ |
H A D | TestOpDefs.cpp | 222 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 D | TestOpsSyntax.cpp | 286 OpaqueProperties properties, ::mlir::RegionRange regions, in inferReturnTypes()
|
/llvm-project/mlir/lib/IR/ |
H A D | Operation.cpp | 54 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 D | MLIRContext.cpp | 884 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 D | ExtensibleDialect.h | 486 OpaqueProperties properties) final {} in populateDefaultProperties() 489 setPropertiesFromAttr(OperationName opName, OpaqueProperties properties, in setPropertiesFromAttr()
|
H A D | OperationSupport.h | 419 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 D | Index.proto | 90 optional uint32 properties = 4; field
|
/llvm-project/lldb/source/Core/ |
H A D | DataFileCache.cpp | 29 ModuleListProperties &properties = in GetLLDBIndexCachePolicy() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | BoxValue.cpp | 158 const auto &properties = box.mutableProperties; in operator <<() local
|
/llvm-project/llvm/utils/vscode/llvm/ |
H A D | package.json | 62 "properties": { object
|
/llvm-project/lldb/tools/lldb-dap/ |
H A D | package.json | 71 "properties": { global() object 139 "properties": { global() object 275 "properties": { global() object
|
/llvm-project/mlir/lib/Target/LLVM/ROCDL/ |
H A D | Target.cpp | 512 DictionaryAttr properties{}; createObject() local
|
/llvm-project/mlir/tools/mlir-vulkan-runner/ |
H A D | VulkanRuntime.cpp |
|
/llvm-project/mlir/utils/vscode/ |
H A D | package.json | 152 "properties": { object
|
/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueProperties.cpp | 459 const OptionValueProperties *properties = in Apropos() local
|
/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/ |
H A D | Enums.h | 273 std::vector<LevelPropNonDefault> properties; member
|