Home
last modified time | relevance | path

Searched refs:InstrsByEnum (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenTarget.h64 mutable std::vector<const CodeGenInstruction*> InstrsByEnum; variable
154 if (InstrsByEnum.empty()) in getNumPseudoInstructions()
166 if (InstrsByEnum.empty()) in getInstructionsByEnumValue()
168 return InstrsByEnum; in getInstructionsByEnumValue()
DCodeGenTarget.cpp369 InstrsByEnum.push_back(Instr); in ComputeInstrsByEnum()
371 unsigned EndOfPredefines = InstrsByEnum.size(); in ComputeInstrsByEnum()
378 InstrsByEnum.push_back(CGI); in ComputeInstrsByEnum()
384 assert(InstrsByEnum.size() == Insts.size() && "Missing predefined instr"); in ComputeInstrsByEnum()
388 InstrsByEnum.begin() + EndOfPredefines, InstrsByEnum.end(), in ComputeInstrsByEnum()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenTarget.h75 mutable std::vector<const CodeGenInstruction*> InstrsByEnum; variable
151 if (InstrsByEnum.empty()) ComputeInstrsByEnum(); in getInstructionsByEnumValue()
152 return InstrsByEnum; in getInstructionsByEnumValue()
DCodeGenTarget.cpp277 InstrsByEnum.push_back(Instr); in ComputeInstrsByEnum()
279 unsigned EndOfPredefines = InstrsByEnum.size(); in ComputeInstrsByEnum()
285 InstrsByEnum.push_back(CGI); in ComputeInstrsByEnum()
288 assert(InstrsByEnum.size() == Insts.size() && "Missing predefined instr"); in ComputeInstrsByEnum()
292 std::sort(InstrsByEnum.begin()+EndOfPredefines, InstrsByEnum.end(), in ComputeInstrsByEnum()
/external/llvm/utils/TableGen/
DCodeGenTarget.h79 mutable std::vector<const CodeGenInstruction*> InstrsByEnum; variable
166 if (InstrsByEnum.empty()) ComputeInstrsByEnum(); in getInstructionsByEnumValue()
167 return InstrsByEnum; in getInstructionsByEnumValue()
DCodeGenTarget.cpp312 InstrsByEnum.push_back(Instr); in ComputeInstrsByEnum()
314 unsigned EndOfPredefines = InstrsByEnum.size(); in ComputeInstrsByEnum()
319 InstrsByEnum.push_back(CGI); in ComputeInstrsByEnum()
322 assert(InstrsByEnum.size() == Insts.size() && "Missing predefined instr"); in ComputeInstrsByEnum()
326 std::sort(InstrsByEnum.begin() + EndOfPredefines, InstrsByEnum.end(), in ComputeInstrsByEnum()