Home
last modified time | relevance | path

Searched refs:InstL (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp764 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
769 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
772 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
774 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()
775 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()
784 ++InstL; in cmpBasicBlocks()
786 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
788 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
790 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Utils/
H A DFunctionComparator.cpp764 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
769 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
772 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
774 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()
775 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()
784 ++InstL; in cmpBasicBlocks()
786 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
788 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
790 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp764 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
769 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
772 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
774 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()
775 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()
784 ++InstL; in cmpBasicBlocks()
786 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
788 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
790 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Utils/
H A DFunctionComparator.cpp764 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
769 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
772 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
774 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()
775 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()
784 ++InstL; in cmpBasicBlocks()
786 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
788 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
790 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Utils/
H A DFunctionComparator.cpp763 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
768 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
771 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
773 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()
774 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()
783 ++InstL; in cmpBasicBlocks()
785 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
787 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
789 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Utils/
H A DFunctionComparator.cpp765 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
770 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
773 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
775 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()
776 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()
785 ++InstL; in cmpBasicBlocks()
787 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
789 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
791 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp793 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
798 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
801 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
803 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()
804 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()
813 ++InstL; in cmpBasicBlocks()
815 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
817 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
819 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp794 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
799 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
802 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
804 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()
805 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()
814 ++InstL; in cmpBasicBlocks()
816 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
818 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
820 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp787 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
792 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
795 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
797 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()
798 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()
807 ++InstL; in cmpBasicBlocks()
809 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
811 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
813 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Utils/
H A DFunctionComparator.cpp794 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
799 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
802 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
804 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()
805 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()
814 ++InstL; in cmpBasicBlocks()
816 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
818 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
820 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp794 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
799 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
802 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
804 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()
805 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()
814 ++InstL; in cmpBasicBlocks()
816 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
818 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
820 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Utils/
H A DFunctionComparator.cpp787 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
792 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
795 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
797 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()
798 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()
807 ++InstL; in cmpBasicBlocks()
809 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
811 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
813 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp794 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
799 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
802 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
804 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()
805 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()
814 ++InstL; in cmpBasicBlocks()
816 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
818 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
820 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp794 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
799 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
802 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
804 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()
805 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()
814 ++InstL; in cmpBasicBlocks()
816 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
818 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
820 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp794 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
799 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
802 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
804 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()
805 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()
814 ++InstL; in cmpBasicBlocks()
816 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
818 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
820 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp794 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
799 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
802 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
804 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()
805 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()
814 ++InstL; in cmpBasicBlocks()
816 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
818 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
820 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp794 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
799 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
802 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
804 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()
805 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()
814 ++InstL; in cmpBasicBlocks()
816 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
818 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
820 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceAssemblerMIPS32.h355 void bindLocalLabel(const InstMIPS32Label *InstL, SizeT Number) { in bindLocalLabel() argument
358 emitTextInst(InstL->getLabelName() + ":", InstSize); in bindLocalLabel()
H A DIceAssemblerARM32.h150 void bindLocalLabel(const InstARM32Label *InstL, SizeT Number) { in bindLocalLabel() argument
153 emitTextInst(InstL->getLabelName() + ":", InstSize); in bindLocalLabel()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3120 TemplateParameterList *InstL in SubstTemplateParams() local
3125 return InstL; in SubstTemplateParams()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3449 TemplateParameterList *InstL in SubstTemplateParams() local
3454 return InstL; in SubstTemplateParams()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3218 TemplateParameterList *InstL in SubstTemplateParams() local
3223 return InstL; in SubstTemplateParams()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3936 TemplateParameterList *InstL in SubstTemplateParams() local
3940 return InstL; in SubstTemplateParams()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3829 TemplateParameterList *InstL in SubstTemplateParams() local
3833 return InstL; in SubstTemplateParams()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3788 TemplateParameterList *InstL in SubstTemplateParams() local
3792 return InstL; in SubstTemplateParams()

12