Searched refs:PartitionToInstr (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp381 if (PartitionToInstr[Idx] == nullptr) {
385 OS << PartitionToInstr[Idx]->Namespace
386 << "::" << PartitionToInstr[Idx]->TheDef->getName();
393 PartitionToInstr.clear();
476 PartitionToInstr.push_back(Expected);
495 PartitionToInstr.push_back(nullptr);
512 PartitionToInstr.push_back(nullptr);
524 PartitionToInstr.push_back(nullptr);
538 const CodeGenInstruction *CGI = PartitionToInstr[PartitionIdx];
616 if (PartitionToInstr
[all...]
H A DGIMatchTree.h562 std::vector<const CodeGenInstruction *> PartitionToInstr; member in class:llvm::GIMatchTreeOpcodePartitioner

Completed in 85 milliseconds