Home
last modified time | relevance | path

Searched refs:EndOfPredefines (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenTarget.cpp314 unsigned EndOfPredefines = InstrsByEnum.size(); in ComputeInstrsByEnum() local
326 std::sort(InstrsByEnum.begin() + EndOfPredefines, InstrsByEnum.end(), in ComputeInstrsByEnum()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenTarget.cpp482 unsigned EndOfPredefines = InstrsByEnum.size(); in ComputeInstrsByEnum() local
483 assert(EndOfPredefines == getNumFixedInstructions() && in ComputeInstrsByEnum()
499 InstrsByEnum.begin() + EndOfPredefines, InstrsByEnum.end(), in ComputeInstrsByEnum()