OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasOperandNamed
(Results
1 - 9
of
9
) sorted by null
/external/llvm/utils/TableGen/
CodeEmitterGen.cpp
87
if (CGI.Operands.
hasOperandNamed
(VarName, OpIdx)) {
193
if (!CGI.Operands.
hasOperandNamed
(Vals[i].getName(), OpIdx))
CodeGenInstruction.h
164
///
hasOperandNamed
- Query whether the instruction has an operand of the
167
bool
hasOperandNamed
(StringRef Name, unsigned &OpIdx) const;
CodeGenInstruction.cpp
141
if (
hasOperandNamed
(Name, OpIdx)) return OpIdx;
146
///
hasOperandNamed
- Query whether the instruction has an operand of the
149
bool CGIOperandList::
hasOperandNamed
(StringRef Name, unsigned &OpIdx) const {
FixedLenDecoderEmitter.cpp
[
all
...]
AsmMatcherEmitter.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/utils/TableGen/
CodeEmitterGen.cpp
108
if (CGI.Operands.
hasOperandNamed
(VarName, OpIdx)) {
CodeGenInstruction.h
158
///
hasOperandNamed
- Query whether the instruction has an operand of the
161
bool
hasOperandNamed
(StringRef Name, unsigned &OpIdx) const;
CodeGenInstruction.cpp
136
if (
hasOperandNamed
(Name, OpIdx)) return OpIdx;
141
///
hasOperandNamed
- Query whether the instruction has an operand of the
144
bool CGIOperandList::
hasOperandNamed
(StringRef Name, unsigned &OpIdx) const {
AsmMatcherEmitter.cpp
[
all
...]
Completed in 205 milliseconds