Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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.h146 void bindLocalLabel(const InstARM32Label *InstL, SizeT Number) { in bindLocalLabel() argument
149 emitTextInst(InstL->getLabelName() + ":", InstSize); in bindLocalLabel()