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

  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 104 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 265 milliseconds