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

  /external/llvm/utils/TableGen/
AsmWriterInst.h 83 unsigned CGIIndex;
85 AsmWriterInst(const CodeGenInstruction &CGI, unsigned CGIIndex,
AsmWriterInst.cpp 53 AsmWriterInst::AsmWriterInst(const CodeGenInstruction &CGI, unsigned CGIIndex,
55 : CGI(&CGI), CGIIndex(CGIIndex) {
AsmWriterEmitter.cpp 308 OpcodeInfo[AWI.CGIIndex] = Idx+1;
345 OpcodeInfo[Instructions[Idx].CGIIndex] |=
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
AsmWriterInst.h 83 unsigned CGIIndex;
85 AsmWriterInst(const CodeGenInstruction &CGI, unsigned CGIIndex,
AsmWriterInst.cpp 53 AsmWriterInst::AsmWriterInst(const CodeGenInstruction &CGI, unsigned CGIIndex,
55 : CGI(&CGI), CGIIndex(CGIIndex) {
AsmWriterEmitter.cpp 326 OpcodeInfo[AWI.CGIIndex] = Idx+1;
363 OpcodeInfo[Instructions[Idx].CGIIndex] |=
    [all...]

Completed in 6756 milliseconds