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

  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenRegisters.h 266 Record *getCompositeSubRegIndex(Record *A, Record *B, bool create = false);
CodeGenRegisters.cpp 138 SubRegs[RegBank.getCompositeSubRegIndex(O.First, O.Second, true)] =
592 Record *CodeGenRegBank::getCompositeSubRegIndex(Record *A, Record *B,
RegisterInfoEmitter.cpp 766 if (Record *Comp = RegBank.getCompositeSubRegIndex(SubRegIndices[i],
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 578 CodeGenSubRegIndex *getCompositeSubRegIndex(CodeGenSubRegIndex *A,
CodeGenRegisters.cpp 303 SubRegs[RegBank.getCompositeSubRegIndex(Idx, SI->first)] = SI->second;
    [all...]

Completed in 211 milliseconds