HomeSort by relevance Sort by last modified time
    Searched defs:getOperandNamed (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
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);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
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);

Completed in 137 milliseconds