Searched refs:InstL (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | FunctionComparator.cpp | 767 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local 772 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks() 775 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks() 777 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks() 778 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks() 787 ++InstL; in cmpBasicBlocks() 789 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks() 791 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks() 793 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
|
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 1171 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/ |
D | IceAssemblerMIPS32.h | 355 void bindLocalLabel(const InstMIPS32Label *InstL, SizeT Number) { in bindLocalLabel() argument 358 emitTextInst(InstL->getLabelName() + ":", InstSize); in bindLocalLabel()
|
D | IceAssemblerARM32.h | 150 void bindLocalLabel(const InstARM32Label *InstL, SizeT Number) { in bindLocalLabel() argument 153 emitTextInst(InstL->getLabelName() + ":", InstSize); in bindLocalLabel()
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 2927 TemplateParameterList *InstL in SubstTemplateParams() local 2931 return InstL; in SubstTemplateParams()
|