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

  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 237 std::string SrcOpName = Name.substr(wpos);
238 std::pair<unsigned,unsigned> SrcOp = Ops.ParseOperandName(SrcOpName, false);
241 std::swap(SrcOpName, DestOpName);
AsmMatcherEmitter.cpp 303 StringRef SrcOpName;
305 /// The suboperand index within SrcOpName, or -1 for the entire operand.
468 if (N == AsmOperands[i].SrcOpName &&
478 if (N == AsmOperands[i].SrcOpName)
    [all...]

Completed in 50 milliseconds