Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
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()
/external/llvm-project/llvm/lib/Transforms/Utils/
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()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp1171 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
1175 if (int Res = cmpValues(&*InstL, &*InstR)) in cmpBasicBlocks()
1178 const GetElementPtrInst *GEPL = dyn_cast<GetElementPtrInst>(InstL); in cmpBasicBlocks()
1193 if (int Res = cmpOperations(&*InstL, &*InstR)) in cmpBasicBlocks()
1195 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
1197 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()
1198 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()
1207 ++InstL; in cmpBasicBlocks()
1209 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
1211 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
[all …]
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.h355 void bindLocalLabel(const InstMIPS32Label *InstL, SizeT Number) { in bindLocalLabel() argument
358 emitTextInst(InstL->getLabelName() + ":", InstSize); in bindLocalLabel()
DIceAssemblerARM32.h150 void bindLocalLabel(const InstARM32Label *InstL, SizeT Number) { in bindLocalLabel() argument
153 emitTextInst(InstL->getLabelName() + ":", InstSize); in bindLocalLabel()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2927 TemplateParameterList *InstL in SubstTemplateParams() local
2931 return InstL; in SubstTemplateParams()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3849 TemplateParameterList *InstL in SubstTemplateParams() local
3853 return InstL; in SubstTemplateParams()