Home
last modified time | relevance | path

Searched refs:GIMatchTreeOpcodePartitioner (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp188 addPartitioner(std::make_unique<GIMatchTreeOpcodePartitioner>(InstrIdx)); in addPartitionersForInstr()
380 void GIMatchTreeOpcodePartitioner::emitPartitionName(raw_ostream &OS, unsigned Idx) const { in emitPartitionName()
389 void GIMatchTreeOpcodePartitioner::repartition( in repartition()
535 void GIMatchTreeOpcodePartitioner::applyForPartition( in applyForPartition()
595 void GIMatchTreeOpcodePartitioner::emitPartitionResults( in emitPartitionResults()
613 void GIMatchTreeOpcodePartitioner::generatePartitionSelectorCode( in generatePartitionSelectorCode()
H A DGIMatchTree.h559 class GIMatchTreeOpcodePartitioner : public GIMatchTreePartitioner {
566 GIMatchTreeOpcodePartitioner(unsigned InstrID) : InstrID(InstrID) {} in GIMatchTreeOpcodePartitioner() function
569 return std::make_unique<GIMatchTreeOpcodePartitioner>(*this); in clone()
/dports/devel/llvm11/llvm-11.0.1.src/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp188 addPartitioner(std::make_unique<GIMatchTreeOpcodePartitioner>(InstrIdx)); in addPartitionersForInstr()
380 void GIMatchTreeOpcodePartitioner::emitPartitionName(raw_ostream &OS, unsigned Idx) const { in emitPartitionName()
389 void GIMatchTreeOpcodePartitioner::repartition( in repartition()
535 void GIMatchTreeOpcodePartitioner::applyForPartition( in applyForPartition()
595 void GIMatchTreeOpcodePartitioner::emitPartitionResults( in emitPartitionResults()
613 void GIMatchTreeOpcodePartitioner::generatePartitionSelectorCode( in generatePartitionSelectorCode()
H A DGIMatchTree.h559 class GIMatchTreeOpcodePartitioner : public GIMatchTreePartitioner {
566 GIMatchTreeOpcodePartitioner(unsigned InstrID) : InstrID(InstrID) {} in GIMatchTreeOpcodePartitioner() function
569 return std::make_unique<GIMatchTreeOpcodePartitioner>(*this); in clone()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp187 addPartitioner(std::make_unique<GIMatchTreeOpcodePartitioner>(InstrIdx)); in addPartitionersForInstr()
378 void GIMatchTreeOpcodePartitioner::emitPartitionName(raw_ostream &OS, unsigned Idx) const { in emitPartitionName()
387 void GIMatchTreeOpcodePartitioner::repartition( in repartition()
532 void GIMatchTreeOpcodePartitioner::applyForPartition( in applyForPartition()
592 void GIMatchTreeOpcodePartitioner::emitPartitionResults( in emitPartitionResults()
610 void GIMatchTreeOpcodePartitioner::generatePartitionSelectorCode( in generatePartitionSelectorCode()
H A DGIMatchTree.h556 class GIMatchTreeOpcodePartitioner : public GIMatchTreePartitioner {
563 GIMatchTreeOpcodePartitioner(unsigned InstrID) : InstrID(InstrID) {} in GIMatchTreeOpcodePartitioner() function
566 return std::make_unique<GIMatchTreeOpcodePartitioner>(*this); in clone()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp187 addPartitioner(std::make_unique<GIMatchTreeOpcodePartitioner>(InstrIdx)); in addPartitionersForInstr()
378 void GIMatchTreeOpcodePartitioner::emitPartitionName(raw_ostream &OS, unsigned Idx) const { in emitPartitionName()
387 void GIMatchTreeOpcodePartitioner::repartition( in repartition()
532 void GIMatchTreeOpcodePartitioner::applyForPartition( in applyForPartition()
592 void GIMatchTreeOpcodePartitioner::emitPartitionResults( in emitPartitionResults()
610 void GIMatchTreeOpcodePartitioner::generatePartitionSelectorCode( in generatePartitionSelectorCode()
H A DGIMatchTree.h556 class GIMatchTreeOpcodePartitioner : public GIMatchTreePartitioner {
563 GIMatchTreeOpcodePartitioner(unsigned InstrID) : InstrID(InstrID) {} in GIMatchTreeOpcodePartitioner() function
566 return std::make_unique<GIMatchTreeOpcodePartitioner>(*this); in clone()
/dports/devel/llvm10/llvm-10.0.1.src/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp187 addPartitioner(std::make_unique<GIMatchTreeOpcodePartitioner>(InstrIdx)); in addPartitionersForInstr()
379 void GIMatchTreeOpcodePartitioner::emitPartitionName(raw_ostream &OS, unsigned Idx) const { in emitPartitionName()
388 void GIMatchTreeOpcodePartitioner::repartition( in repartition()
534 void GIMatchTreeOpcodePartitioner::applyForPartition( in applyForPartition()
594 void GIMatchTreeOpcodePartitioner::emitPartitionResults( in emitPartitionResults()
612 void GIMatchTreeOpcodePartitioner::generatePartitionSelectorCode( in generatePartitionSelectorCode()
H A DGIMatchTree.h559 class GIMatchTreeOpcodePartitioner : public GIMatchTreePartitioner {
566 GIMatchTreeOpcodePartitioner(unsigned InstrID) : InstrID(InstrID) {} in GIMatchTreeOpcodePartitioner() function
569 return std::make_unique<GIMatchTreeOpcodePartitioner>(*this); in clone()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp187 addPartitioner(std::make_unique<GIMatchTreeOpcodePartitioner>(InstrIdx)); in addPartitionersForInstr()
378 void GIMatchTreeOpcodePartitioner::emitPartitionName(raw_ostream &OS, unsigned Idx) const { in emitPartitionName()
387 void GIMatchTreeOpcodePartitioner::repartition( in repartition()
532 void GIMatchTreeOpcodePartitioner::applyForPartition( in applyForPartition()
592 void GIMatchTreeOpcodePartitioner::emitPartitionResults( in emitPartitionResults()
610 void GIMatchTreeOpcodePartitioner::generatePartitionSelectorCode( in generatePartitionSelectorCode()
H A DGIMatchTree.h556 class GIMatchTreeOpcodePartitioner : public GIMatchTreePartitioner {
563 GIMatchTreeOpcodePartitioner(unsigned InstrID) : InstrID(InstrID) {} in GIMatchTreeOpcodePartitioner() function
566 return std::make_unique<GIMatchTreeOpcodePartitioner>(*this); in clone()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp187 addPartitioner(std::make_unique<GIMatchTreeOpcodePartitioner>(InstrIdx)); in addPartitionersForInstr()
378 void GIMatchTreeOpcodePartitioner::emitPartitionName(raw_ostream &OS, unsigned Idx) const { in emitPartitionName()
387 void GIMatchTreeOpcodePartitioner::repartition( in repartition()
532 void GIMatchTreeOpcodePartitioner::applyForPartition( in applyForPartition()
592 void GIMatchTreeOpcodePartitioner::emitPartitionResults( in emitPartitionResults()
610 void GIMatchTreeOpcodePartitioner::generatePartitionSelectorCode( in generatePartitionSelectorCode()
H A DGIMatchTree.h556 class GIMatchTreeOpcodePartitioner : public GIMatchTreePartitioner {
563 GIMatchTreeOpcodePartitioner(unsigned InstrID) : InstrID(InstrID) {} in GIMatchTreeOpcodePartitioner() function
566 return std::make_unique<GIMatchTreeOpcodePartitioner>(*this); in clone()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp187 addPartitioner(std::make_unique<GIMatchTreeOpcodePartitioner>(InstrIdx)); in addPartitionersForInstr()
378 void GIMatchTreeOpcodePartitioner::emitPartitionName(raw_ostream &OS, unsigned Idx) const { in emitPartitionName()
387 void GIMatchTreeOpcodePartitioner::repartition( in repartition()
532 void GIMatchTreeOpcodePartitioner::applyForPartition( in applyForPartition()
592 void GIMatchTreeOpcodePartitioner::emitPartitionResults( in emitPartitionResults()
610 void GIMatchTreeOpcodePartitioner::generatePartitionSelectorCode( in generatePartitionSelectorCode()
H A DGIMatchTree.h556 class GIMatchTreeOpcodePartitioner : public GIMatchTreePartitioner {
563 GIMatchTreeOpcodePartitioner(unsigned InstrID) : InstrID(InstrID) {} in GIMatchTreeOpcodePartitioner() function
566 return std::make_unique<GIMatchTreeOpcodePartitioner>(*this); in clone()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp188 addPartitioner(std::make_unique<GIMatchTreeOpcodePartitioner>(InstrIdx)); in addPartitionersForInstr()
380 void GIMatchTreeOpcodePartitioner::emitPartitionName(raw_ostream &OS, unsigned Idx) const { in emitPartitionName()
389 void GIMatchTreeOpcodePartitioner::repartition( in repartition()
535 void GIMatchTreeOpcodePartitioner::applyForPartition( in applyForPartition()
595 void GIMatchTreeOpcodePartitioner::emitPartitionResults( in emitPartitionResults()
613 void GIMatchTreeOpcodePartitioner::generatePartitionSelectorCode( in generatePartitionSelectorCode()
H A DGIMatchTree.h559 class GIMatchTreeOpcodePartitioner : public GIMatchTreePartitioner {
566 GIMatchTreeOpcodePartitioner(unsigned InstrID) : InstrID(InstrID) {} in GIMatchTreeOpcodePartitioner() function
569 return std::make_unique<GIMatchTreeOpcodePartitioner>(*this); in clone()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp187 addPartitioner(std::make_unique<GIMatchTreeOpcodePartitioner>(InstrIdx)); in addPartitionersForInstr()
379 void GIMatchTreeOpcodePartitioner::emitPartitionName(raw_ostream &OS, unsigned Idx) const { in emitPartitionName()
388 void GIMatchTreeOpcodePartitioner::repartition( in repartition()
534 void GIMatchTreeOpcodePartitioner::applyForPartition( in applyForPartition()
594 void GIMatchTreeOpcodePartitioner::emitPartitionResults( in emitPartitionResults()
612 void GIMatchTreeOpcodePartitioner::generatePartitionSelectorCode( in generatePartitionSelectorCode()
H A DGIMatchTree.h559 class GIMatchTreeOpcodePartitioner : public GIMatchTreePartitioner {
566 GIMatchTreeOpcodePartitioner(unsigned InstrID) : InstrID(InstrID) {} in GIMatchTreeOpcodePartitioner() function
569 return std::make_unique<GIMatchTreeOpcodePartitioner>(*this); in clone()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp187 addPartitioner(std::make_unique<GIMatchTreeOpcodePartitioner>(InstrIdx)); in addPartitionersForInstr()
378 void GIMatchTreeOpcodePartitioner::emitPartitionName(raw_ostream &OS, unsigned Idx) const { in emitPartitionName()
387 void GIMatchTreeOpcodePartitioner::repartition( in repartition()
532 void GIMatchTreeOpcodePartitioner::applyForPartition( in applyForPartition()
592 void GIMatchTreeOpcodePartitioner::emitPartitionResults( in emitPartitionResults()
610 void GIMatchTreeOpcodePartitioner::generatePartitionSelectorCode( in generatePartitionSelectorCode()
H A DGIMatchTree.h556 class GIMatchTreeOpcodePartitioner : public GIMatchTreePartitioner {
563 GIMatchTreeOpcodePartitioner(unsigned InstrID) : InstrID(InstrID) {} in GIMatchTreeOpcodePartitioner() function
566 return std::make_unique<GIMatchTreeOpcodePartitioner>(*this); in clone()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp187 addPartitioner(std::make_unique<GIMatchTreeOpcodePartitioner>(InstrIdx)); in addPartitionersForInstr()
378 void GIMatchTreeOpcodePartitioner::emitPartitionName(raw_ostream &OS, unsigned Idx) const { in emitPartitionName()
387 void GIMatchTreeOpcodePartitioner::repartition( in repartition()
532 void GIMatchTreeOpcodePartitioner::applyForPartition( in applyForPartition()
592 void GIMatchTreeOpcodePartitioner::emitPartitionResults( in emitPartitionResults()
610 void GIMatchTreeOpcodePartitioner::generatePartitionSelectorCode( in generatePartitionSelectorCode()
H A DGIMatchTree.h556 class GIMatchTreeOpcodePartitioner : public GIMatchTreePartitioner {
563 GIMatchTreeOpcodePartitioner(unsigned InstrID) : InstrID(InstrID) {} in GIMatchTreeOpcodePartitioner() function
566 return std::make_unique<GIMatchTreeOpcodePartitioner>(*this); in clone()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp187 addPartitioner(std::make_unique<GIMatchTreeOpcodePartitioner>(InstrIdx)); in addPartitionersForInstr()
378 void GIMatchTreeOpcodePartitioner::emitPartitionName(raw_ostream &OS, unsigned Idx) const { in emitPartitionName()
387 void GIMatchTreeOpcodePartitioner::repartition( in repartition()
532 void GIMatchTreeOpcodePartitioner::applyForPartition( in applyForPartition()
592 void GIMatchTreeOpcodePartitioner::emitPartitionResults( in emitPartitionResults()
610 void GIMatchTreeOpcodePartitioner::generatePartitionSelectorCode( in generatePartitionSelectorCode()

12