Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenTarget.cpp371 unsigned EndOfPredefines = InstrsByEnum.size(); in ComputeInstrsByEnum() local
372 assert(EndOfPredefines == getNumFixedInstructions() && in ComputeInstrsByEnum()
388 InstrsByEnum.begin() + EndOfPredefines, InstrsByEnum.end(), in ComputeInstrsByEnum()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenTarget.cpp279 unsigned EndOfPredefines = InstrsByEnum.size(); in ComputeInstrsByEnum() local
292 std::sort(InstrsByEnum.begin()+EndOfPredefines, InstrsByEnum.end(), in ComputeInstrsByEnum()
/external/llvm/utils/TableGen/
DCodeGenTarget.cpp314 unsigned EndOfPredefines = InstrsByEnum.size(); in ComputeInstrsByEnum() local
326 std::sort(InstrsByEnum.begin() + EndOfPredefines, InstrsByEnum.end(), in ComputeInstrsByEnum()