/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParser.cpp | 36 DWARFAttributes attributes = die.GetAttributes(); in ParseChildArrayInfo() local 112 DWARFAttributes attributes = die.GetAttributes(); in GetTypeForDIE() local [all...] |
H A D | DWARFASTParserClang.cpp | 278 DWARFAttributes attributes = die.GetAttributes(); ParsedDWARFTypeAttributes() local 1436 DWARFAttributes attributes = die.GetAttributes(); ParseInheritance() local 1988 DWARFAttributes attributes = die.GetAttributes(); ParseTemplateDIE() local 2306 DWARFAttributes attributes = die.GetAttributes(); ParseChildEnumerators() local 2521 DWARFAttributes attributes = child_die.GetAttributes(); VariantMember() local 2556 DWARFAttributes attributes = referenced_die.GetAttributes(); DiscriminantValue() local 2594 DWARFAttributes attributes = die.GetAttributes(); MemberAttributes() local 2663 DWARFAttributes attributes = die.GetAttributes(); PropertyAttributes() local 3158 DWARFAttributes attributes = die.GetAttributes(); ParseChildParameters() local [all...] |
/llvm-project/libc/newhdrgen/class_implementation/classes/ |
H A D | function.py |
|
/llvm-project/mlir/lib/CAPI/Interfaces/ |
H A D | Interfaces.cpp | 47 DictionaryAttr unwrapAttributes(MlirAttribute attributes) { in unwrapAttributes() 94 intptr_t nOperands, MlirValue *operands, MlirAttribute attributes, in mlirInferTypeOpInterfaceInferReturnTypes() 129 intptr_t nOperands, MlirValue *operands, MlirAttribute attributes, in mlirInferShapedTypeOpInterfaceInferReturnTypes()
|
/llvm-project/mlir/lib/Interfaces/ |
H A D | FunctionInterfaces.cpp | 156 ArrayRef<NamedAttribute> attributes) { in setArgAttrs() argument 165 DictionaryAttr attributes) { in setArgAttrs() argument 173 ArrayRef<NamedAttribute> attributes) { in setResultAttrs() argument 182 setResultAttrs(FunctionOpInterface op,unsigned index,DictionaryAttr attributes) setResultAttrs() argument [all...] |
/llvm-project/flang/include/flang/Optimizer/Analysis/ |
H A D | AliasAnalysis.h | 145 Attributes attributes; member
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | ELFAttributeParser.h | 26 std::unordered_map<unsigned, unsigned> attributes; variable
|
/llvm-project/third-party/unittest/googletest/src/ |
H A D | gtest-filepath.cc | 254 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists() local 278 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists() local
|
/llvm-project/libcxx/test/tools/clang_tidy_checks/ |
H A D | uglify_attributes.cpp | 47 std::vector<const char*> attributes; get_standard_attributes() local [all...] |
/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
H A D | LinalgOps.cpp | 158 buildStructuredOp(OpBuilder & b,OperationState & state,std::optional<TypeRange> resultTensorTypes,ValueRange inputs,ValueRange outputs,ArrayRef<NamedAttribute> attributes,RegionBuilderFn regionBuilder) buildStructuredOp() argument 931 build(OpBuilder & builder,OperationState & result,TypeRange resultTensorTypes,ValueRange inputs,ValueRange outputs,ArrayAttr indexingMaps,ArrayAttr iteratorTypes,StringAttr doc,StringAttr libraryCall,function_ref<void (OpBuilder &,Location,ValueRange)> bodyBuild,ArrayRef<NamedAttribute> attributes) build() argument 946 build(OpBuilder & builder,OperationState & result,TypeRange resultTensorTypes,ValueRange inputs,ValueRange outputs,ArrayRef<AffineMap> indexingMaps,ArrayRef<utils::IteratorType> iteratorTypes,StringRef doc,StringRef libraryCall,function_ref<void (OpBuilder &,Location,ValueRange)> bodyBuild,ArrayRef<NamedAttribute> attributes) build() argument 965 build(OpBuilder & builder,OperationState & result,ValueRange inputs,ValueRange outputs,ArrayRef<AffineMap> indexingMaps,ArrayRef<utils::IteratorType> iteratorTypes,StringRef doc,StringRef libraryCall,function_ref<void (OpBuilder &,Location,ValueRange)> bodyBuild,ArrayRef<NamedAttribute> attributes) build() argument 975 build(OpBuilder & builder,OperationState & result,ValueRange inputs,ValueRange outputs,ArrayRef<AffineMap> indexingMaps,ArrayRef<utils::IteratorType> iteratorTypes,function_ref<void (OpBuilder &,Location,ValueRange)> bodyBuild,ArrayRef<NamedAttribute> attributes) build() argument 986 build(OpBuilder & builder,OperationState & result,TypeRange resultTensorTypes,ValueRange inputs,ValueRange outputs,ArrayRef<AffineMap> indexingMaps,ArrayRef<utils::IteratorType> iteratorTypes,function_ref<void (OpBuilder &,Location,ValueRange)> bodyBuild,ArrayRef<NamedAttribute> attributes) build() argument 1291 build(OpBuilder & builder,OperationState & result,ValueRange inputs,Value init,function_ref<void (OpBuilder &,Location,ValueRange)> bodyBuild,ArrayRef<NamedAttribute> attributes) build() argument 1528 build(OpBuilder & builder,OperationState & result,ValueRange inputs,ValueRange inits,ArrayRef<int64_t> dimensions,function_ref<void (OpBuilder &,Location,ValueRange)> bodyBuild,ArrayRef<NamedAttribute> attributes) build() argument 1575 parseDenseI64ArrayAttr(OpAsmParser & parser,NamedAttrList & attributes,StringRef attributeName) parseDenseI64ArrayAttr() argument 1599 __anoncbbe7aba0f02(OpAsmParser &parser, NamedAttrList &attributes) parse() argument 1754 build(::mlir::OpBuilder & builder,::mlir::OperationState & result,Value input,Value init,DenseI64ArrayAttr permutation,ArrayRef<NamedAttribute> attributes) build() argument 1772 build(::mlir::OpBuilder & builder,::mlir::OperationState & result,Value input,Value init,ArrayRef<int64_t> permutation,ArrayRef<NamedAttribute> attributes) build() argument 1779 __anoncbbe7aba1202(OpAsmParser &parser, NamedAttrList &attributes) parse() argument 1910 build(::mlir::OpBuilder & builder,::mlir::OperationState & result,Value input,Value init,DenseI64ArrayAttr dimensions,ArrayRef<NamedAttribute> attributes) build() argument 1928 build(::mlir::OpBuilder & builder,::mlir::OperationState & result,Value input,Value init,ArrayRef<int64_t> dimensions,ArrayRef<NamedAttribute> attributes) build() argument 1935 __anoncbbe7aba1302(OpAsmParser &parser, NamedAttrList &attributes) parse() argument [all...] |
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/ |
H A D | DeserializeOps.cpp | 250 SmallVector<NamedAttribute, 4> attributes; processOpWithoutGrammarAttr() local 460 SmallVector<NamedAttribute, 4> attributes; processOp() local [all...] |
/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 239 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 1057 fold(ArrayRef<Attribute> attributes) fold() argument [all...] |
/llvm-project/mlir/lib/Conversion/FuncToLLVM/ |
H A D | FuncToLLVM.cpp | 126 SmallVector<NamedAttribute> attributes; in wrapForExternalCallers() local 192 SmallVector<NamedAttribute, 4> attributes; in wrapExternalFunction() local 305 SmallVector<NamedAttribute, 4> attributes; convertFuncOpToLLVMFuncOp() local [all...] |
/llvm-project/clang/test/Parser/ |
H A D | c2x-auto.c | 130 void attributes(void) { in attributes() function
|
H A D | cxx1z-decomposition.cpp | 159 namespace attributes { namespace
|
/llvm-project/llvm/include/llvm/LTO/legacy/ |
H A D | LTOModule.h | 42 uint32_t attributes = 0; member
|
/llvm-project/mlir/lib/Tools/PDLL/ODS/ |
H A D | Context.cpp | 117 ArrayRef<Attribute> attributes = op->getAttributes(); in print() local
|
/llvm-project/mlir/lib/Bindings/Python/ |
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/mlir/include/mlir/Tools/PDLL/ODS/ |
H A D | Operation.h | 200 SmallVector<Attribute> attributes; variable
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAbbreviationDeclaration.h | 104 attr_iterator_range attributes() const { in attributes() function
|
/llvm-project/mlir/lib/Dialect/OpenACC/IR/ |
H A D | OpenACC.cpp | 644 llvm::SmallVector<SymbolRefAttr> attributes; parseSymOperandList() local 663 printSymOperandList(mlir::OpAsmPrinter & p,mlir::Operation * op,mlir::OperandRange operands,mlir::TypeRange types,std::optional<mlir::ArrayAttr> attributes) printSymOperandList() argument 691 checkSymOperandList(Operation * op,std::optional<mlir::ArrayAttr> attributes,mlir::OperandRange operands,llvm::StringRef operandName,llvm::StringRef symbolName,bool checkOperandType=true) checkSymOperandList() argument 913 llvm::SmallVector<DeviceTypeAttr> attributes; parseNumGangs() local 980 llvm::SmallVector<DeviceTypeAttr> attributes; parseDeviceTypeOperandsWithSegment() local 1171 llvm::SmallVector<DeviceTypeAttr> attributes; parseDeviceTypeOperands() local 1241 llvm::SmallVector<DeviceTypeAttr> attributes; parseDeviceTypeOperandsWithKeywordOnly() local 1573 parseGangValue(OpAsmParser & parser,llvm::StringRef keyword,llvm::SmallVectorImpl<mlir::OpAsmParser::UnresolvedOperand> & operands,llvm::SmallVectorImpl<Type> & types,llvm::SmallVector<GangArgTypeAttr> & attributes,GangArgTypeAttr gangArgType,bool & needCommaBetweenValues,bool & newValue) parseGangValue() argument 2575 llvm::SmallVector<mlir::Attribute> attributes; parseDeviceTypeArrayAttr() local [all...] |
/llvm-project/flang/lib/Optimizer/Dialect/CUF/ |
H A D | CUFOps.cpp | 42 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Type inType,llvm::StringRef uniqName,llvm::StringRef bindcName,cuf::DataAttributeAttr cudaAttr,mlir::ValueRange typeparams,mlir::ValueRange shape,llvm::ArrayRef<mlir::NamedAttribute> attributes) build() argument
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIROps.cpp | 191 llvm::ArrayRef<mlir::NamedAttribute> attributes) { in build() argument 202 llvm::ArrayRef<mlir::NamedAttribute> attributes) { in build() argument 213 llvm::ArrayRef<mlir::NamedAttribute> attributes) { in build() argument 228 llvm::ArrayRef<mlir::NamedAttribute> attributes) { in build() argument 241 llvm::ArrayRef<mlir::NamedAttribute> attributes) { in build() argument 251 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Type inType,bool pinned,mlir::ValueRange typeparams,mlir::ValueRange shape,llvm::ArrayRef<mlir::NamedAttribute> attributes) build() argument 305 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Type inType,llvm::StringRef uniqName,mlir::ValueRange typeparams,mlir::ValueRange shape,llvm::ArrayRef<mlir::NamedAttribute> attributes) build() argument 316 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Type inType,llvm::StringRef uniqName,llvm::StringRef bindcName,mlir::ValueRange typeparams,mlir::ValueRange shape,llvm::ArrayRef<mlir::NamedAttribute> attributes) build() argument 327 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Type inType,mlir::ValueRange typeparams,mlir::ValueRange shape,llvm::ArrayRef<mlir::NamedAttribute> attributes) build() argument 2135 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Value lb,mlir::Value ub,mlir::Value step,mlir::Value iterate,bool finalCountValue,mlir::ValueRange iterArgs,llvm::ArrayRef<mlir::NamedAttribute> attributes) build() argument 2461 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Value lb,mlir::Value ub,mlir::Value step,bool unordered,bool finalCountValue,mlir::ValueRange iterArgs,mlir::ValueRange reduceOperands,llvm::ArrayRef<mlir::Attribute> reduceAttrs,llvm::ArrayRef<mlir::NamedAttribute> attributes) build() argument 2520 llvm::SmallVector<ReduceAttr> attributes; parse() local 3344 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Value selector,llvm::ArrayRef<mlir::Attribute> compareAttrs,llvm::ArrayRef<mlir::ValueRange> cmpOperands,llvm::ArrayRef<mlir::Block * > destinations,llvm::ArrayRef<mlir::ValueRange> destOperands,llvm::ArrayRef<mlir::NamedAttribute> attributes) build() argument 3398 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Value selector,llvm::ArrayRef<mlir::Attribute> compareAttrs,llvm::ArrayRef<mlir::Value> cmpOpList,llvm::ArrayRef<mlir::Block * > destinations,llvm::ArrayRef<mlir::ValueRange> destOperands,llvm::ArrayRef<mlir::NamedAttribute> attributes) build() argument 3644 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Value selector,llvm::ArrayRef<mlir::Attribute> typeOperands,llvm::ArrayRef<mlir::Block * > destinations,llvm::ArrayRef<mlir::ValueRange> destOperands,llvm::ArrayRef<mlir::NamedAttribute> attributes) build() argument [all...] |
/llvm-project/mlir/lib/IR/ |
H A D | OperationSupport.cpp | 29 NamedAttrList::NamedAttrList(ArrayRef<NamedAttribute> attributes) { in NamedAttrList() argument 33 NamedAttrList::NamedAttrList(DictionaryAttr attributes) in NamedAttrList() argument 177 OperationState(Location location,OperationName name,ValueRange operands,TypeRange types,ArrayRef<NamedAttribute> attributes,BlockRange successors,MutableArrayRef<std::unique_ptr<Region>> regions) OperationState() argument 190 OperationState(Location location,StringRef name,ValueRange operands,TypeRange types,ArrayRef<NamedAttribute> attributes,BlockRange successors,MutableArrayRef<std::unique_ptr<Region>> regions) OperationState() argument [all...] |
/llvm-project/llvm/test/CodeGen/ARM/ |
H A D | float-helpers.s | 1195 attributes #0 = { nounwind } label
|