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

  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 243 std::string SrcOpName = Name.substr(wpos);
244 std::pair<unsigned,unsigned> SrcOp = Ops.ParseOperandName(SrcOpName, false);
247 std::swap(SrcOpName, DestOpName);
AsmMatcherEmitter.cpp 370 StringRef SrcOpName;
372 /// The suboperand index within SrcOpName, or -1 for the entire operand.
561 return Op.SrcOpName == N && Op.SubOpIdx == SubOpIdx;
571 return Op.SrcOpName == N;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenInstruction.cpp 244 std::string SrcOpName = Name.substr(wpos);
245 std::pair<unsigned,unsigned> SrcOp = Ops.ParseOperandName(SrcOpName, false);
248 std::swap(SrcOpName, DestOpName);
AsmMatcherEmitter.cpp 388 StringRef SrcOpName;
393 /// The suboperand index within SrcOpName, or -1 for the entire operand.
590 return Op.SrcOpName == N && Op.SubOpIdx == SubOpIdx;
599 [&](const AsmOperand &Op) { return Op.SrcOpName == N; });
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmMatcherEmitter.cpp 285 StringRef SrcOpName;
287 /// The suboperand index within SrcOpName, or -1 for the entire operand.
432 if (N == AsmOperands[i].SrcOpName &&
442 if (N == AsmOperands[i].SrcOpName)
    [all...]

Completed in 156 milliseconds