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

  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmMatcherEmitter.cpp 277 struct AsmOperand {
290 explicit AsmOperand(StringRef T) : Token(T), Class(0), SubOpIdx(-1) {}
301 /// corresponding AsmOperand is specified by AsmOperandNum.
398 SmallVector<AsmOperand, 4> AsmOperands;
428 /// FindAsmOperand - Find the AsmOperand with the specified name and
438 /// FindAsmOperandNamed - Find the first AsmOperand with the specified name.
607 MatchableInfo::AsmOperand &Op);
641 AsmOperand &Op = AsmOperands[i];
683 AsmOperands.push_back(AsmOperand(String.slice(Prev, i)));
687 AsmOperands.push_back(AsmOperand(String.substr(i, 1)))
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 362 struct AsmOperand {
382 explicit AsmOperand(bool IsIsolatedToken, StringRef T)
395 /// corresponding AsmOperand is specified by AsmOperandNum.
495 SmallVector<AsmOperand, 8> AsmOperands;
556 /// findAsmOperand - Find the AsmOperand with the specified name and
560 [&](const AsmOperand &Op) {
566 /// findAsmOperandNamed - Find the first AsmOperand with the specified name.
570 [&](const AsmOperand &Op) {
750 MatchableInfo::AsmOperand &Op);
789 const AsmOperand &Op = AsmOperands[i]
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 380 struct AsmOperand {
403 explicit AsmOperand(bool IsIsolatedToken, StringRef T)
416 /// corresponding AsmOperand is specified by AsmOperandNum.
525 SmallVector<AsmOperand, 8> AsmOperands;
586 /// findAsmOperand - Find the AsmOperand with the specified name and
589 auto I = find_if(AsmOperands, [&](const AsmOperand &Op) {
595 /// findAsmOperandNamed - Find the first AsmOperand with the specified name.
599 [&](const AsmOperand &Op) { return Op.SrcOpName == N; });
606 [&](const AsmOperand &Op) { return Op.OrigSrcOpName == N; });
766 MatchableInfo::AsmOperand &Op)
    [all...]

Completed in 2612 milliseconds