HomeSort by relevance Sort by last modified time
    Searched full:asmoperand (Results 1 - 9 of 9) 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/llvm/lib/Target/SystemZ/
SystemZRegisterInfo.td 40 def AsmOperand : AsmOperandClass {
49 let ParserMatchClass = !cast<AsmOperandClass>(name##"AsmOperand");
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.td     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/llvm/lib/Target/AVR/
AVRInstrInfo.td 186 // AsmOperand class for a pointer register.
    [all...]
  /external/valgrind/perf/
tinycc.c     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrFormats.td     [all...]

Completed in 237 milliseconds