Home
last modified time | relevance | path

Searched defs:Candidate (Results 1 – 25 of 1715) sorted by relevance

12345678910>>...69

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h38 struct Candidate { struct
46 // The first instruction in this \p Candidate. argument
49 // The last instruction in this \p Candidate. argument
52 // The basic block that contains this Candidate. argument
60 /// The index of this \p Candidate's \p OutlinedFunction in the list of argument
69 /// this \p Candidate. argument
76 /// instructions in this \p Candidate. argument
89 unsigned getLength() const { return Len; } in getLength()
92 unsigned getStartIdx() const { return StartIdx; } in getStartIdx()
121 Candidate(unsigned StartIdx, unsigned Len, in Candidate() argument
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DMachinePassManager.h44 MachineFunctionAnalysisManager(FunctionAnalysisManager &FAM,
51 /// Get the result of an analysis pass for a Function.
53 /// Runs the analysis if a cached result is not available.
68 /// Get the result of an analysis pass for a Module.
86 /// Runs the analysis if a cached result is not available.
93 /// returns null if there is no cached result. in getLength()
101 extern template class PassManager<MachineFunction>;
110 /// - Support machine module pass which runs over the module (for example, in getCallOverhead()
121 /// special-casing of machine module pass is due to its limited use in getCallOverhead()
127 /// in getCallOverhead()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h37 struct Candidate { struct
45 // The first instruction in this \p Candidate. argument
48 // The last instruction in this \p Candidate. argument
51 // The basic block that contains this Candidate. argument
59 /// The index of this \p Candidate's \p OutlinedFunction in the list of argument
68 /// this \p Candidate. argument
75 /// instructions in this \p Candidate. argument
88 unsigned getLength() const { return Len; } in getLength()
91 unsigned getStartIdx() const { return StartIdx; } in getStartIdx()
120 Candidate(unsigned StartIdx, unsigned Len, in Candidate() argument
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/
H A DMachineOutliner.h37 struct Candidate { struct
45 // The first instruction in this \p Candidate. argument
48 // The last instruction in this \p Candidate. argument
51 // The basic block that contains this Candidate. argument
59 /// The index of this \p Candidate's \p OutlinedFunction in the list of argument
68 /// this \p Candidate. argument
75 /// instructions in this \p Candidate. argument
88 unsigned getLength() const { return Len; } in getLength()
91 unsigned getStartIdx() const { return StartIdx; } in getStartIdx()
120 Candidate(unsigned StartIdx, unsigned Len, in Candidate() argument
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/
H A DMachineOutliner.h38 struct Candidate { struct
46 // The first instruction in this \p Candidate. argument
49 // The last instruction in this \p Candidate. argument
52 // The basic block that contains this Candidate. argument
60 /// The index of this \p Candidate's \p OutlinedFunction in the list of argument
69 /// this \p Candidate. argument
76 /// instructions in this \p Candidate. argument
89 unsigned getLength() const { return Len; } in getLength()
92 unsigned getStartIdx() const { return StartIdx; } in getStartIdx()
121 Candidate(unsigned StartIdx, unsigned Len, in Candidate() argument
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h38 struct Candidate { struct
46 // The first instruction in this \p Candidate. argument
49 // The last instruction in this \p Candidate. argument
52 // The basic block that contains this Candidate. argument
60 /// The index of this \p Candidate's \p OutlinedFunction in the list of argument
69 /// this \p Candidate. argument
76 /// instructions in this \p Candidate. argument
89 unsigned getLength() const { return Len; } in getLength()
92 unsigned getStartIdx() const { return StartIdx; } in getStartIdx()
121 Candidate(unsigned StartIdx, unsigned Len, in Candidate() argument
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/
H A DMachineOutliner.h37 struct Candidate { struct
45 // The first instruction in this \p Candidate. argument
48 // The last instruction in this \p Candidate. argument
51 // The basic block that contains this Candidate. argument
59 /// The index of this \p Candidate's \p OutlinedFunction in the list of argument
68 /// this \p Candidate. argument
75 /// instructions in this \p Candidate. argument
88 unsigned getLength() const { return Len; } in getLength()
91 unsigned getStartIdx() const { return StartIdx; } in getStartIdx()
120 Candidate(unsigned StartIdx, unsigned Len, in Candidate() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h37 struct Candidate { struct
45 // The first instruction in this \p Candidate. argument
48 // The last instruction in this \p Candidate. argument
51 // The basic block that contains this Candidate. argument
59 /// The index of this \p Candidate's \p OutlinedFunction in the list of argument
68 /// this \p Candidate. argument
75 /// instructions in this \p Candidate. argument
88 unsigned getLength() const { return Len; } in getLength()
91 unsigned getStartIdx() const { return StartIdx; } in getStartIdx()
120 Candidate(unsigned StartIdx, unsigned Len, in Candidate() argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h38 struct Candidate { struct
46 // The first instruction in this \p Candidate. argument
49 // The last instruction in this \p Candidate. argument
52 // The basic block that contains this Candidate. argument
60 /// The index of this \p Candidate's \p OutlinedFunction in the list of argument
69 /// this \p Candidate. argument
76 /// instructions in this \p Candidate. argument
89 unsigned getLength() const { return Len; } in getLength()
92 unsigned getStartIdx() const { return StartIdx; } in getStartIdx()
121 Candidate(unsigned StartIdx, unsigned Len, in Candidate() argument
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h38 struct Candidate { struct
46 // The first instruction in this \p Candidate. argument
49 // The last instruction in this \p Candidate. argument
52 // The basic block that contains this Candidate. argument
60 /// The index of this \p Candidate's \p OutlinedFunction in the list of argument
69 /// this \p Candidate. argument
76 /// instructions in this \p Candidate. argument
89 unsigned getLength() const { return Len; } in getLength()
92 unsigned getStartIdx() const { return StartIdx; } in getStartIdx()
121 Candidate(unsigned StartIdx, unsigned Len, in Candidate() argument
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h38 struct Candidate { struct
46 // The first instruction in this \p Candidate. argument
49 // The last instruction in this \p Candidate. argument
52 // The basic block that contains this Candidate. argument
60 /// The index of this \p Candidate's \p OutlinedFunction in the list of argument
69 /// this \p Candidate. argument
76 /// instructions in this \p Candidate. argument
89 unsigned getLength() const { return Len; } in getLength()
92 unsigned getStartIdx() const { return StartIdx; } in getStartIdx()
121 Candidate(unsigned StartIdx, unsigned Len, in Candidate() argument
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h38 struct Candidate { struct
46 // The first instruction in this \p Candidate. argument
49 // The last instruction in this \p Candidate. argument
52 // The basic block that contains this Candidate. argument
60 /// The index of this \p Candidate's \p OutlinedFunction in the list of argument
69 /// this \p Candidate. argument
76 /// instructions in this \p Candidate. argument
89 unsigned getLength() const { return Len; } in getLength()
92 unsigned getStartIdx() const { return StartIdx; } in getStartIdx()
121 Candidate(unsigned StartIdx, unsigned Len, in Candidate() argument
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h37 struct Candidate { struct
45 // The first instruction in this \p Candidate. argument
48 // The last instruction in this \p Candidate. argument
51 // The basic block that contains this Candidate. argument
59 /// The index of this \p Candidate's \p OutlinedFunction in the list of argument
68 /// this \p Candidate. argument
75 /// instructions in this \p Candidate. argument
88 unsigned getLength() const { return Len; } in getLength()
91 unsigned getStartIdx() const { return StartIdx; } in getStartIdx()
120 Candidate(unsigned StartIdx, unsigned Len, in Candidate() argument
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h38 struct Candidate { struct
46 // The first instruction in this \p Candidate. argument
49 // The last instruction in this \p Candidate. argument
52 // The basic block that contains this Candidate. argument
60 /// The index of this \p Candidate's \p OutlinedFunction in the list of argument
69 /// this \p Candidate. argument
76 /// instructions in this \p Candidate. argument
89 unsigned getLength() const { return Len; } in getLength()
92 unsigned getStartIdx() const { return StartIdx; } in getStartIdx()
121 Candidate(unsigned StartIdx, unsigned Len, in Candidate() argument
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/CodeGen/
H A DMachineOutliner.h37 struct Candidate { struct
45 // The first instruction in this \p Candidate. argument
48 // The last instruction in this \p Candidate. argument
51 // The basic block that contains this Candidate. argument
59 /// The index of this \p Candidate's \p OutlinedFunction in the list of argument
68 /// this \p Candidate. argument
75 /// instructions in this \p Candidate. argument
88 unsigned getLength() const { return Len; } in getLength()
91 unsigned getStartIdx() const { return StartIdx; } in getStartIdx()
120 Candidate(unsigned StartIdx, unsigned Len, in Candidate() argument
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/CodeGen/
H A DMachineOutliner.h38 struct Candidate { struct
46 // The first instruction in this \p Candidate. argument
49 // The last instruction in this \p Candidate. argument
52 // The basic block that contains this Candidate. argument
60 /// The index of this \p Candidate's \p OutlinedFunction in the list of argument
69 /// this \p Candidate. argument
76 /// instructions in this \p Candidate. argument
89 unsigned getLength() const { return Len; } in getLength()
92 unsigned getStartIdx() const { return StartIdx; } in getStartIdx()
121 Candidate(unsigned StartIdx, unsigned Len, in Candidate() argument
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/CodeGen/
H A DMachineOutliner.h38 struct Candidate { struct
46 // The first instruction in this \p Candidate. argument
49 // The last instruction in this \p Candidate. argument
52 // The basic block that contains this Candidate. argument
60 /// The index of this \p Candidate's \p OutlinedFunction in the list of argument
65 bool InCandidateList = true; argument
72 /// this \p Candidate. argument
79 /// instructions in this \p Candidate. argument
103 return InCandidateList ? CallOverhead : 0; in getCallOverhead() argument
120 Candidate(unsigned StartIdx, unsigned Len, in Candidate() function
[all …]
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/converter/
H A Dsegments.h57 struct Candidate { struct
58 enum Attribute {
109 enum Command {
145 string prefix;
146 string suffix;
151 int32 usage_id;
177 // Candidate's source info which will be used for usage stats. argument
186 Command command;
221 explicit InnerSegmentIterator(const Candidate *candidate) in InnerSegmentIterator() argument
243 void Init() { in Init()
[all …]
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/converter/
H A Dsegments.h57 struct Candidate { struct
58 enum Attribute {
109 enum Command {
145 string prefix;
146 string suffix;
151 int32 usage_id;
177 // Candidate's source info which will be used for usage stats. argument
186 Command command;
221 explicit InnerSegmentIterator(const Candidate *candidate) in InnerSegmentIterator() argument
243 void Init() { in Init()
[all …]
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/converter/
H A Dsegments.h57 struct Candidate { struct
58 enum Attribute {
109 enum Command {
145 string prefix;
146 string suffix;
151 int32 usage_id;
177 // Candidate's source info which will be used for usage stats. argument
186 Command command;
221 explicit InnerSegmentIterator(const Candidate *candidate) in InnerSegmentIterator() argument
243 void Init() { in Init()
[all …]
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/converter/
H A Dsegments.h57 struct Candidate { struct
58 enum Attribute {
109 enum Command {
145 string prefix;
146 string suffix;
151 int32 usage_id;
177 // Candidate's source info which will be used for usage stats. argument
186 Command command;
221 explicit InnerSegmentIterator(const Candidate *candidate) in InnerSegmentIterator() argument
243 void Init() { in Init()
[all …]
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/converter/
H A Dsegments.h57 struct Candidate { struct
58 enum Attribute {
109 enum Command {
145 string prefix;
146 string suffix;
151 int32 usage_id;
177 // Candidate's source info which will be used for usage stats. argument
186 Command command;
221 explicit InnerSegmentIterator(const Candidate *candidate) in InnerSegmentIterator() argument
243 void Init() { in Init()
[all …]
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/converter/
H A Dsegments.h57 struct Candidate { struct
58 enum Attribute {
109 enum Command {
145 string prefix;
146 string suffix;
151 int32 usage_id;
177 // Candidate's source info which will be used for usage stats. argument
186 Command command;
221 explicit InnerSegmentIterator(const Candidate *candidate) in InnerSegmentIterator() argument
243 void Init() { in Init()
[all …]
/dports/net-im/gloox/gloox-1.0.24/src/
H A Djingleiceudp.h55 struct Candidate struct
69 Type type; /**< A Candidate Type as defined in ICE-CORE. */ argument
/dports/misc/broot/broot-1.7.0/src/pattern/
H A Dcandidate.rs13 pub struct Candidate<'c> { struct
28 impl<'c> Candidate<'c> { argument

12345678910>>...69