OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOperandNamed
(Results
1 - 8
of
8
) sorted by null
/external/llvm/utils/TableGen/
AsmWriterInst.cpp
168
unsigned OpNo = CGI.Operands.
getOperandNamed
(VarName);
CodeGenInstruction.h
159
///
getOperandNamed
- Return the index of the operand with the specified
162
unsigned
getOperandNamed
(StringRef Name) const;
CodeGenInstruction.cpp
135
///
getOperandNamed
- Return the index of the operand with the specified
139
unsigned CGIOperandList::
getOperandNamed
(StringRef Name) const {
176
unsigned OpIdx =
getOperandNamed
(OpName);
FixedLenDecoderEmitter.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/utils/TableGen/
AsmWriterInst.cpp
201
unsigned OpNo = CGI.Operands.
getOperandNamed
(VarName);
CodeGenInstruction.h
153
///
getOperandNamed
- Return the index of the operand with the specified
156
unsigned
getOperandNamed
(StringRef Name) const;
CodeGenInstruction.cpp
130
///
getOperandNamed
- Return the index of the operand with the specified
134
unsigned CGIOperandList::
getOperandNamed
(StringRef Name) const {
171
unsigned OpIdx =
getOperandNamed
(OpName);
EDEmitter.cpp
387
opIndex = inst.Operands.
getOperandNamed
(std::string(opName));
782
opIndex = inst.Operands.
getOperandNamed
("func");
Completed in 290 milliseconds