Home
last modified time | relevance | path

Searched defs:kind (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/llvm-project/clang-tools-extra/clangd/quality/model/
H A Dfeatures.json4 "kind": "NUMBER" string
8 "kind": "NUMBER" string
12 "kind": "NUMBER" string
16 "kind": "NUMBER" string
20 "kind": "NUMBER" string
24 "kind": "NUMBER" string
28 "kind": "NUMBER" string
32 "kind": "NUMBER" string
36 "kind": "NUMBER" string
40 "kind": "NUMBER" string
[all …]
/llvm-project/llvm/test/tools/llvm-xray/X86/Inputs/
H A Dsimple-instrmap.yaml4 - { id: 1, address: 0x1, function: 0x1, kind: function-enter, always-instrument: true} key
5 - { id: 1, address: 0x2, function: 0x1, kind: function-exit, always-instrument: true} key
6 - { id: 2, address: 0x2, function: 0x2, kind: function-enter, always-instrument: true} key
7 - { id: 2, address: 0x3, function: 0x2, kind: function-exit, always-instrument: true} key
8 - { id: 3, address: 0x3, function: 0x3, kind: function-enter, always-instrument: true} key
9 - { id: 3, address: 0x4, function: 0x3, kind: function-exit, always-instrument: true} key
10 - { id: 4, address: 0x4, function: 0x4, kind: function-enter, always-instrument: true} key
11 - { id: 4, address: 0x5, function: 0x4, kind: function-exit, always-instrument: true} key
12 - { id: 5, address: 0x5, function: 0x5, kind: function-enter, always-instrument: true} key
13 - { id: 5, address: 0x6, function: 0x5, kind: function-exit, always-instrument: true} key
[all …]
H A Dsimple-xray-instrmap.yaml2 - { id: 1, address: 0x000000000041CA40, function: 0x000000000041CA40, kind: function-enter, always-… key
3 - { id: 1, address: 0x000000000041CA50, function: 0x000000000041CA40, kind: tail-exit, always-instr… key
4 - { id: 2, address: 0x000000000041CA70, function: 0x000000000041CA70, kind: function-enter, always-… key
5 - { id: 2, address: 0x000000000041CA7C, function: 0x000000000041CA70, kind: tail-exit, always-instr… key
6 - { id: 3, address: 0x000000000041CAA0, function: 0x000000000041CAA0, kind: function-enter, always-… key
7 - { id: 3, address: 0x000000000041CAB4, function: 0x000000000041CAA0, kind: function-exit, always-i… key
/llvm-project/clang-tools-extra/clangd/unittests/decision_forest_model/
H A Dfeatures.json4 "kind": "NUMBER" string
8 "kind": "NUMBER" string
12 "kind": "ENUM", string
/llvm-project/lldb/source/Target/
H A DTrace.cpp188 Trace::GetLiveThreadBinaryDataSize(lldb::tid_t tid, llvm::StringRef kind) { in GetLiveThreadBinaryDataSize()
194 llvm::StringRef kind) { in GetLiveCpuBinaryDataSize()
200 Trace::GetLiveProcessBinaryDataSize(llvm::StringRef kind) { in GetLiveProcessBinaryDataSize()
233 Trace::GetLiveThreadBinaryData(lldb::tid_t tid, llvm::StringRef kind) { in GetLiveThreadBinaryData()
247 Trace::GetLiveCpuBinaryData(lldb::cpu_id_t cpu_id, llvm::StringRef kind) { in GetLiveCpuBinaryData()
265 Trace::GetLiveProcessBinaryData(llvm::StringRef kind) { in GetLiveProcessBinaryData()
375 Trace::GetPostMortemThreadDataFile(lldb::tid_t tid, llvm::StringRef kind) { in GetPostMortemThreadDataFile()
388 llvm::StringRef kind) { in GetPostMortemCpuDataFile()
400 void Trace::SetPostMortemThreadDataFile(lldb::tid_t tid, llvm::StringRef kind, in SetPostMortemThreadDataFile()
407 llvm::StringRef kind, FileSpec file_spec) { in SetPostMortemCpuDataFile()
[all …]
H A DRegisterNumber.cpp16 lldb::RegisterKind kind, uint32_t num) in RegisterNumber()
31 void RegisterNumber::init(lldb_private::Thread &thread, lldb::RegisterKind kind, in init()
80 uint32_t RegisterNumber::GetAsKind(lldb::RegisterKind kind) { in GetAsKind()
/llvm-project/flang/lib/Evaluate/
H A Dtarget.cpp20 for (int kind{1}; kind <= maxKind; ++kind) { in TargetCharacteristics() local
54 CanSupportType(TypeCategory category,std::int64_t kind) CanSupportType() argument
59 EnableType(common::TypeCategory category,std::int64_t kind,std::size_t byteSize,std::size_t align) EnableType() argument
72 DisableType(common::TypeCategory category,std::int64_t kind) DisableType() argument
138 if (auto kind{ SelectedIntKind() local
169 if (auto kind{common::SearchTypes(SelectedLogicalKindVisitor{*this, bits})}) { SelectedLogicalKind() local
204 if (auto kind{common::SearchTypes( SelectedRealKind() local
[all...]
/llvm-project/flang/runtime/
H A Dtime-intrinsic.cpp119 static constexpr inline unsigned_count_t GetHUGE(int kind) { in GetHUGE() argument
129 count_t ConvertTimeSpecToCount(int kind, const struct timespec &tspec) { in ConvertTimeSpecToCount() argument
144 GetSystemClockCount(int kind,fallback_implementation) GetSystemClockCount() argument
158 GetSystemClockCountRate(int kind,fallback_implementation) GetSystemClockCountRate() argument
163 GetSystemClockCountMax(int kind,fallback_implementation) GetSystemClockCountMax() argument
170 GetSystemClockCount(int kind,preferred_implementation,T ClockId=0,U * Timespec=nullptr,decltype(clock_gettime (ClockId,Timespec)) * Enabled=nullptr) GetSystemClockCount() argument
187 GetSystemClockCountRate(int kind,preferred_implementation,T ClockId=0,U * Timespec=nullptr,decltype(clock_gettime (ClockId,Timespec)) * Enabled=nullptr) GetSystemClockCountRate() argument
195 GetSystemClockCountMax(int kind,preferred_implementation,T ClockId=0,U * Timespec=nullptr,decltype(clock_gettime (ClockId,Timespec)) * Enabled=nullptr) GetSystemClockCountMax() argument
238 int kind{typeCode->second}; DateAndTimeUnavailable() local
329 int kind{typeCode->second}; GetDateAndTime() local
428 int kind{typeCode->second}; RTNAME() local
444 int kind{typeCode->second}; RTNAME() local
[all...]
H A Dtools.h165 inline RT_API_ATTRS bool SetInteger(INT &x, int kind, std::int64_t value) { in SetInteger() argument
190 TypeCategory cat, int kind, Terminator &terminator, A &&...x) { in ApplyType() argument
291 ApplyIntegerKind(int kind,Terminator & terminator,A &&...x) ApplyIntegerKind() argument
313 ApplyFloatingPointKind(int kind,Terminator & terminator,A &&...x) ApplyFloatingPointKind() argument
347 ApplyCharacterKind(int kind,Terminator & terminator,A &&...x) ApplyCharacterKind() argument
362 ApplyLogicalKind(int kind,Terminator & terminator,A &&...x) ApplyLogicalKind() argument
[all...]
/llvm-project/clang-tools-extra/clangd/index/remote/
H A DIndex.proto21 oneof kind { oneof
40 oneof kind { oneof
56 oneof kind { oneof
83 optional uint32 kind = 2; field
87 optional uint32 kind = 1; field
122 oneof kind { oneof
/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DSparseTensorStorageLayout.h97 inline StorageSpecifierKind toSpecifierKind(SparseTensorFieldKind kind) { in toSpecifierKind()
102 inline SparseTensorFieldKind toFieldKind(StorageSpecifierKind kind) { in toFieldKind()
136 FieldIndex getMemRefFieldIndex(SparseTensorFieldKind kind, in getMemRefFieldIndex()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsection.h28 DebugSubsectionKind kind() const { return Kind; } in kind() function
41 DebugSubsectionKind kind() const { return Kind; } in kind() function
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DDumpAST.cpp49 llvm::StringLiteral kind() const override { return CodeAction::INFO_KIND; } in kind() function in clang::clangd::__anon8610f5af0111::DumpAST
95 llvm::StringLiteral kind() const override { return CodeAction::INFO_KIND; } in kind() function in clang::clangd::__anon8610f5af0111::ShowSelectionTree
121 llvm::StringLiteral kind() const override { return CodeAction::INFO_KIND; } in kind() function in clang::clangd::__anon8610f5af0111::DumpSymbol
157 llvm::StringLiteral kind() const override { return CodeAction::INFO_KIND; } in kind() function in clang::clangd::__anon8610f5af0111::DumpRecordLayout
/llvm-project/mlir/lib/Analysis/Presburger/
H A DPresburgerSpace.cpp84 getVarKindOverlap(VarKind kind,unsigned varStart,unsigned varLimit) const getVarKindOverlap() argument
112 insertVar(VarKind kind,unsigned pos,unsigned num) insertVar() argument
134 removeVarRange(VarKind kind,unsigned varStart,unsigned varLimit) removeVarRange() argument
187 __anon43dee24c0102(VarKind kind, int num) convertVarKind() argument
244 areIdsEqual(const PresburgerSpace & spaceA,const PresburgerSpace & spaceB,VarKind kind) areIdsEqual() argument
334 __anon43dee24c0202(VarKind kind) print() argument
[all...]
/llvm-project/flang/lib/Optimizer/Dialect/Support/
H A DKindMapping.cpp51 static Bitsize defaultScalingKind(KindTy kind) { in defaultScalingKind()
59 static LLVMTypeID defaultRealKind(KindTy kind) { in defaultRealKind()
82 KindTy kind) { in doLookup()
92 static Bitsize getIntegerLikeBitsize(KindTy kind, const MAP &map) { in getIntegerLikeBitsize()
98 static LLVMTypeID getFloatLikeTypeID(KindTy kind, const MAP &map) { in getFloatLikeTypeID()
103 static const llvm::fltSemantics &getFloatSemanticsOfKind(KindTy kind, in getFloatSemanticsOfKind()
254 KindTy kind = 0; in parse() local
412 KindTy kind; in toDefaultKinds() local
/llvm-project/mlir/include/mlir/Target/LLVMIR/
H A DLLVMImportInterface.h67 setMetadataAttrs(OpBuilder &builder, unsigned kind, llvm::MDNode *node, in setMetadataAttrs() argument
142 for (unsigned kind : iface.getSupportedMetadata()) initializeImport() local
194 setMetadataAttrs(OpBuilder & builder,unsigned kind,llvm::MDNode * node,Operation * op,LLVM::ModuleImport & moduleImport) setMetadataAttrs() argument
218 isConvertibleMetadata(unsigned kind) isConvertibleMetadata() argument
[all...]
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/
H A DCharacterTest.cpp47 fir::FirOpBuilder &builder, llvm::StringRef fctName, unsigned kind) { in checkCharCompare1AllTypeForKind()
70 fir::FirOpBuilder &builder, llvm::StringRef fctName, unsigned kind) { in checkCharCompare2()
97 fir::FirOpBuilder &builder, llvm::StringRef fctName, unsigned kind) { in checkGenIndex()
122 mlir::Value kind = firBuilder->create<fir::UndefOp>(loc, i32Ty); in TEST_F() local
151 mlir::Value kind = firBuilder->create<fir::UndefOp>(loc, i32Ty); in TEST_F() local
158 fir::FirOpBuilder &builder, llvm::StringRef fctName, unsigned kind) { in checkGenScan()
185 mlir::Value kind = firBuilder->create<fir::UndefOp>(loc, i32Ty); in TEST_F() local
192 fir::FirOpBuilder &builder, llvm::StringRef fctName, unsigned kind) { in checkGenVerify()
/llvm-project/mlir/include/mlir/TableGen/
H A DConstraint.h36 Constraint(const llvm::Record *record, Kind kind) : def(record), kind(kind) {} in Constraint() argument
87 Kind kind; global() variable
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DPresburgerSpace.h256 getId(VarKind kind,unsigned pos) getId() argument
263 getIds(VarKind kind) getIds() argument
276 setId(VarKind kind,unsigned pos,Identifier id) setId() argument
[all...]
/llvm-project/mlir/include/mlir/Analysis/
H A DAliasAnalysis.h44 AliasResult(Kind kind) : kind(kind) {} in AliasResult()
159 ModRefResult(Kind kind) : kind(kind) {} in ModRefResult()
162 Kind kind; variable
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DSparseTensorDescriptor.h63 FieldIndex getMemRefFieldIndex(SparseTensorFieldKind kind, in getMemRefFieldIndex() argument
78 StorageSpecifierKind kind, in getSpecifierField() argument
96 Value getMemRefField(SparseTensorFieldKind kind, in getMemRefField() argument
121 Type getMemRefElementType(SparseTensorFieldKind kind, in getMemRefElementType() argument
188 setMemRefField(SparseTensorFieldKind kind,std::optional<Level> lvl,Value v) setMemRefField() argument
206 setSpecifierField(OpBuilder & builder,Location loc,StorageSpecifierKind kind,std::optional<Level> lvl,Value v) setSpecifierField() argument
[all...]
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DCharacter.cpp27 mlir::Value backBox, mlir::Value kind) { in genCharacterSearch()
144 mlir::Location loc, int kind, in genIndex()
175 mlir::Value backOpt, mlir::Value kind) { in genIndexDescriptor()
211 mlir::Value backBox, mlir::Value kind) { in genScanDescriptor()
218 mlir::Location loc, int kind, in genScan()
248 mlir::Value kind) { in genVerifyDescriptor()
255 mlir::Location loc, int kind, in genVerify()
/llvm-project/flang/test/Semantics/
H A Dresolve44.f9020 integer, kind :: kind component
33 integer, kind :: kind = 1 component
/llvm-project/lld/MachO/
H A DOutputSection.h42 OutputSection(Kind kind,StringRef name) OutputSection() argument
44 Kind kind() const { return sectionKind; } kind() function
/llvm-project/mlir/lib/AsmParser/
H A DParser.h110 consumeIf(Token::Kind kind) consumeIf() argument
128 consumeToken(Token::Kind kind) consumeToken() argument

12345678910>>...19