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 240 std::string SrcOpName = Name.substr(wpos);
241 std::pair<unsigned,unsigned> SrcOp = Ops.ParseOperandName(SrcOpName, false);
244 std::swap(SrcOpName, DestOpName);
AsmMatcherEmitter.cpp 308 StringRef SrcOpName;
310 /// The suboperand index within SrcOpName, or -1 for the entire operand.
475 if (N == AsmOperands[i].SrcOpName &&
485 if (N == AsmOperands[i].SrcOpName)
    [all...]

Completed in 813 milliseconds