Home
last modified time | relevance | path

Searched refs:opNames (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp1027 std::string* opNames = new std::string[Ops]; in printInstruction() local
1029 opNames[i] = getOpName(I->getOperand(i)); in printInstruction()
1039 << (ret->getReturnValue() ? opNames[0] + ", " : "") << bbname << ");"; in printInstruction()
1046 Out << opNames[2] << ", " in printInstruction()
1047 << opNames[1] << ", " in printInstruction()
1048 << opNames[0] << ", "; in printInstruction()
1051 Out << opNames[0] << ", "; in printInstruction()
1079 << opNames[0] << ", " << IBI->getNumDestinations() << ");"; in printInstruction()
1082 Out << iName << "->addDestination(" << opNames[i] << ");"; in printInstruction()
1088 Out << "ResumeInst::Create(mod->getContext(), " << opNames[0] in printInstruction()
[all …]
/external/icu/icu4c/source/i18n/
Drepattrn.cpp691 static const char * const opNames[] = {URX_OPCODE_NAMES}; in dumpOp() local
696 if ((uint32_t)pinnedType >= UPRV_LENGTHOF(opNames)) { in dumpOp()
700 printf("%4d %08x %-15s ", index, op, opNames[pinnedType]); in dumpOp()