Home
last modified time | relevance | path

Searched refs:InstructionMatcher (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/llvm80/llvm-8.0.1.src/utils/TableGen/
H A DGlobalISelEmitter.cpp185 class InstructionMatcher;
1387 InstructionMatcher &Insn;
1954 bool isHigherPriorityThan(InstructionMatcher &B) { in isHigherPriorityThan()
2019 InstructionMatcher &InsnMatcher = *Matchers.front(); in getFirstConditionAsRootType()
2039 std::unique_ptr<InstructionMatcher> InsnMatcher;
2084 void InstructionMatcher::optimize() { in optimize()
2509 InstructionMatcher *Matched;
2757 InstructionMatcher &
3002 Expected<InstructionMatcher &>
4569 InstructionMatcher &InsnMatcher = *Item.first; in optimize()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/utils/TableGen/
H A DGlobalISelEmitter.cpp185 class InstructionMatcher;
1384 InstructionMatcher &Insn;
1945 bool isHigherPriorityThan(InstructionMatcher &B) { in isHigherPriorityThan()
2010 InstructionMatcher &InsnMatcher = *Matchers.front(); in getFirstConditionAsRootType()
2030 std::unique_ptr<InstructionMatcher> InsnMatcher;
2075 void InstructionMatcher::optimize() { in optimize()
2500 InstructionMatcher *Matched;
2748 InstructionMatcher &
2996 Expected<InstructionMatcher &>
4576 InstructionMatcher &InsnMatcher = *Item.first; in optimize()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/utils/TableGen/
H A DGlobalISelEmitter.cpp184 class InstructionMatcher;
1417 InstructionMatcher &Insn;
2023 bool isHigherPriorityThan(InstructionMatcher &B) { in isHigherPriorityThan()
2088 InstructionMatcher &InsnMatcher = *Matchers.front(); in getFirstConditionAsRootType()
2108 std::unique_ptr<InstructionMatcher> InsnMatcher;
2153 void InstructionMatcher::optimize() { in optimize()
2578 InstructionMatcher *Matched;
2826 InstructionMatcher &
3071 Expected<InstructionMatcher &>
4688 InstructionMatcher &InsnMatcher = *Item.first; in optimize()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp184 class InstructionMatcher;
1509 InstructionMatcher &Insn;
2181 bool isHigherPriorityThan(InstructionMatcher &B) { in isHigherPriorityThan()
2246 InstructionMatcher &InsnMatcher = *Matchers.front(); in getFirstConditionAsRootType()
2266 std::unique_ptr<InstructionMatcher> InsnMatcher;
2311 void InstructionMatcher::optimize() { in optimize()
2847 InstructionMatcher *Matched;
3104 InstructionMatcher &
3377 Expected<InstructionMatcher &>
5569 InstructionMatcher &InsnMatcher = *Item.first; in optimize()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/utils/TableGen/
H A DGlobalISelEmitter.cpp184 class InstructionMatcher;
1509 InstructionMatcher &Insn;
2181 bool isHigherPriorityThan(InstructionMatcher &B) { in isHigherPriorityThan()
2246 InstructionMatcher &InsnMatcher = *Matchers.front(); in getFirstConditionAsRootType()
2266 std::unique_ptr<InstructionMatcher> InsnMatcher;
2311 void InstructionMatcher::optimize() { in optimize()
2847 InstructionMatcher *Matched;
3104 InstructionMatcher &
3377 Expected<InstructionMatcher &>
5569 InstructionMatcher &InsnMatcher = *Item.first; in optimize()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/utils/TableGen/
H A DGlobalISelEmitter.cpp184 class InstructionMatcher;
1481 InstructionMatcher &Insn;
2140 bool isHigherPriorityThan(InstructionMatcher &B) { in isHigherPriorityThan()
2205 InstructionMatcher &InsnMatcher = *Matchers.front(); in getFirstConditionAsRootType()
2225 std::unique_ptr<InstructionMatcher> InsnMatcher;
2270 void InstructionMatcher::optimize() { in optimize()
2795 InstructionMatcher *Matched;
3052 InstructionMatcher &
3309 Expected<InstructionMatcher &>
5435 InstructionMatcher &InsnMatcher = *Item.first; in optimize()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp184 class InstructionMatcher;
1481 InstructionMatcher &Insn;
2140 bool isHigherPriorityThan(InstructionMatcher &B) { in isHigherPriorityThan()
2205 InstructionMatcher &InsnMatcher = *Matchers.front(); in getFirstConditionAsRootType()
2225 std::unique_ptr<InstructionMatcher> InsnMatcher;
2270 void InstructionMatcher::optimize() { in optimize()
2795 InstructionMatcher *Matched;
3052 InstructionMatcher &
3309 Expected<InstructionMatcher &>
5435 InstructionMatcher &InsnMatcher = *Item.first; in optimize()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/unittests/CodeGen/
H A DIRMatchers.h233 class InstructionMatcher : public EntityMatcher<Value> {
238 InstructionMatcher(unsigned C) : Code(C) {} in InstructionMatcher() function
364 std::shared_ptr<InstructionMatcher> MInstruction(unsigned C, T... Args) { in MInstruction()
365 auto Result = new InstructionMatcher(C); in MInstruction()
367 return std::shared_ptr<InstructionMatcher>(Result); in MInstruction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/unittests/CodeGen/
H A DIRMatchers.h233 class InstructionMatcher : public EntityMatcher<Value> {
238 InstructionMatcher(unsigned C) : Code(C) {} in InstructionMatcher() function
364 std::shared_ptr<InstructionMatcher> MInstruction(unsigned C, T... Args) { in MInstruction()
365 auto Result = new InstructionMatcher(C); in MInstruction()
367 return std::shared_ptr<InstructionMatcher>(Result); in MInstruction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/CodeGen/
H A DIRMatchers.h233 class InstructionMatcher : public EntityMatcher<Value> {
238 InstructionMatcher(unsigned C) : Code(C) {} in InstructionMatcher() function
364 std::shared_ptr<InstructionMatcher> MInstruction(unsigned C, T... Args) { in MInstruction()
365 auto Result = new InstructionMatcher(C); in MInstruction()
367 return std::shared_ptr<InstructionMatcher>(Result); in MInstruction()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/unittests/CodeGen/
H A DIRMatchers.h233 class InstructionMatcher : public EntityMatcher<Value> {
238 InstructionMatcher(unsigned C) : Code(C) {} in InstructionMatcher() function
364 std::shared_ptr<InstructionMatcher> MInstruction(unsigned C, T... Args) { in MInstruction()
365 auto Result = new InstructionMatcher(C); in MInstruction()
367 return std::shared_ptr<InstructionMatcher>(Result); in MInstruction()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/unittests/CodeGen/
H A DIRMatchers.h233 class InstructionMatcher : public EntityMatcher<Value> {
238 InstructionMatcher(unsigned C) : Code(C) {} in InstructionMatcher() function
364 std::shared_ptr<InstructionMatcher> MInstruction(unsigned C, T... Args) { in MInstruction()
365 auto Result = new InstructionMatcher(C); in MInstruction()
367 return std::shared_ptr<InstructionMatcher>(Result); in MInstruction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/unittests/CodeGen/
H A DIRMatchers.h233 class InstructionMatcher : public EntityMatcher<Value> {
238 InstructionMatcher(unsigned C) : Code(C) {} in InstructionMatcher() function
364 std::shared_ptr<InstructionMatcher> MInstruction(unsigned C, T... Args) { in MInstruction()
365 auto Result = new InstructionMatcher(C); in MInstruction()
367 return std::shared_ptr<InstructionMatcher>(Result); in MInstruction()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/unittests/CodeGen/
H A DIRMatchers.h233 class InstructionMatcher : public EntityMatcher<Value> {
238 InstructionMatcher(unsigned C) : Code(C) {} in InstructionMatcher() function
364 std::shared_ptr<InstructionMatcher> MInstruction(unsigned C, T... Args) { in MInstruction()
365 auto Result = new InstructionMatcher(C); in MInstruction()
367 return std::shared_ptr<InstructionMatcher>(Result); in MInstruction()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/unittests/CodeGen/
H A DIRMatchers.h233 class InstructionMatcher : public EntityMatcher<Value> {
238 InstructionMatcher(unsigned C) : Code(C) {} in InstructionMatcher() function
364 std::shared_ptr<InstructionMatcher> MInstruction(unsigned C, T... Args) { in MInstruction()
365 auto Result = new InstructionMatcher(C); in MInstruction()
367 return std::shared_ptr<InstructionMatcher>(Result); in MInstruction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/CodeGen/
H A DIRMatchers.h233 class InstructionMatcher : public EntityMatcher<Value> {
238 InstructionMatcher(unsigned C) : Code(C) {} in InstructionMatcher() function
364 std::shared_ptr<InstructionMatcher> MInstruction(unsigned C, T... Args) { in MInstruction()
365 auto Result = new InstructionMatcher(C); in MInstruction()
367 return std::shared_ptr<InstructionMatcher>(Result); in MInstruction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/unittests/CodeGen/
H A DIRMatchers.h233 class InstructionMatcher : public EntityMatcher<Value> {
238 InstructionMatcher(unsigned C) : Code(C) {} in InstructionMatcher() function
364 std::shared_ptr<InstructionMatcher> MInstruction(unsigned C, T... Args) { in MInstruction()
365 auto Result = new InstructionMatcher(C); in MInstruction()
367 return std::shared_ptr<InstructionMatcher>(Result); in MInstruction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/unittests/CodeGen/
H A DIRMatchers.h233 class InstructionMatcher : public EntityMatcher<Value> {
238 InstructionMatcher(unsigned C) : Code(C) {} in InstructionMatcher() function
364 std::shared_ptr<InstructionMatcher> MInstruction(unsigned C, T... Args) { in MInstruction()
365 auto Result = new InstructionMatcher(C); in MInstruction()
367 return std::shared_ptr<InstructionMatcher>(Result); in MInstruction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/unittests/CodeGen/
H A DIRMatchers.h233 class InstructionMatcher : public EntityMatcher<Value> {
238 InstructionMatcher(unsigned C) : Code(C) {} in InstructionMatcher() function
364 std::shared_ptr<InstructionMatcher> MInstruction(unsigned C, T... Args) { in MInstruction()
365 auto Result = new InstructionMatcher(C); in MInstruction()
367 return std::shared_ptr<InstructionMatcher>(Result); in MInstruction()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/unittests/CodeGen/
H A DIRMatchers.h233 class InstructionMatcher : public EntityMatcher<Value> {
238 InstructionMatcher(unsigned C) : Code(C) {} in InstructionMatcher() function
364 std::shared_ptr<InstructionMatcher> MInstruction(unsigned C, T... Args) { in MInstruction()
365 auto Result = new InstructionMatcher(C); in MInstruction()
367 return std::shared_ptr<InstructionMatcher>(Result); in MInstruction()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/unittests/CodeGen/
H A DIRMatchers.h234 class InstructionMatcher : public EntityMatcher<Value> {
239 InstructionMatcher(unsigned C) : Code(C) {} in InstructionMatcher() function
365 std::shared_ptr<InstructionMatcher> MInstruction(unsigned C, T... Args) { in MInstruction()
366 auto Result = new InstructionMatcher(C); in MInstruction()
368 return std::shared_ptr<InstructionMatcher>(Result); in MInstruction()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/unittests/CodeGen/
H A DIRMatchers.h234 class InstructionMatcher : public EntityMatcher<Value> {
239 InstructionMatcher(unsigned C) : Code(C) {} in InstructionMatcher() function
365 std::shared_ptr<InstructionMatcher> MInstruction(unsigned C, T... Args) { in MInstruction()
366 auto Result = new InstructionMatcher(C); in MInstruction()
368 return std::shared_ptr<InstructionMatcher>(Result); in MInstruction()
/dports/lang/clang-mesa/clang-13.0.1.src/unittests/CodeGen/
H A DIRMatchers.h233 class InstructionMatcher : public EntityMatcher<Value> {
238 InstructionMatcher(unsigned C) : Code(C) {} in InstructionMatcher() function
364 std::shared_ptr<InstructionMatcher> MInstruction(unsigned C, T... Args) { in MInstruction()
365 auto Result = new InstructionMatcher(C); in MInstruction()
367 return std::shared_ptr<InstructionMatcher>(Result); in MInstruction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp200 class InstructionMatcher;
1616 InstructionMatcher &Insn;
2369 bool isHigherPriorityThan(InstructionMatcher &B) { in isHigherPriorityThan()
2434 InstructionMatcher &InsnMatcher = *Matchers.front(); in getFirstConditionAsRootType()
2454 std::unique_ptr<InstructionMatcher> InsnMatcher;
2500 void InstructionMatcher::optimize() { in optimize()
3047 InstructionMatcher *Matched;
3304 InstructionMatcher &
3587 Expected<InstructionMatcher &>
3678 Expected<InstructionMatcher &>
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp184 class InstructionMatcher;
1569 InstructionMatcher &Insn;
2322 bool isHigherPriorityThan(InstructionMatcher &B) { in isHigherPriorityThan()
2387 InstructionMatcher &InsnMatcher = *Matchers.front(); in getFirstConditionAsRootType()
2407 std::unique_ptr<InstructionMatcher> InsnMatcher;
2453 void InstructionMatcher::optimize() { in optimize()
3000 InstructionMatcher *Matched;
3257 InstructionMatcher &
3540 Expected<InstructionMatcher &>
3627 Expected<InstructionMatcher &>
[all …]

12