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

  /external/llvm/utils/TableGen/
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 {
  /external/swiftshader/third_party/LLVM/utils/TableGen/
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 {
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenInstruction.cpp 142 if (hasOperandNamed(Name, OpIdx)) return OpIdx;
147 /// hasOperandNamed - Query whether the instruction has an operand of the
150 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const {

Completed in 206 milliseconds