/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXAsmPrinter.cpp | 189 regDefs += utostr(numRegs); in EmitFunctionBodyStart() 197 regDefs += utostr(numRegs); in EmitFunctionBodyStart() 205 regDefs += utostr(numRegs); in EmitFunctionBodyStart() 213 regDefs += utostr(numRegs); in EmitFunctionBodyStart() 221 regDefs += utostr(numRegs); in EmitFunctionBodyStart() 229 regDefs += utostr(numRegs); in EmitFunctionBodyStart() 237 regDefs += utostr(PM.getParamSize(*i)); in EmitFunctionBodyStart() 253 def += utostr(FrameInfo->getObjectAlignment(i)); in EmitFunctionBodyStart() 256 def += utostr(i); in EmitFunctionBodyStart() 258 def += utostr(FrameInfo->getObjectSize(i)); // Convert to bits in EmitFunctionBodyStart() [all …]
|
D | PTXMachineFunctionInfo.h | 87 name += utostr(RegRets.size() - 1); in addRetReg() 97 name += utostr(RegArgs.size() - 1); in addArgReg() 124 name += utostr(UsedRegs[TRC].size() - 1); in addVirtualRegister() 152 Name += utostr(FrameIndex); in getFrameSymbol()
|
D | PTXParamManager.cpp | 30 Name += utostr(ArgumentParams.size()+1); in addArgumentParam() 47 Name += utostr(ReturnParams.size()+1); in addReturnParam() 64 Name += utostr(LocalParams.size()+1); in addLocalParam()
|
/external/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.cpp | 113 return "S" + utostr(Op0) + "_" + utostr(Op1) + "_C" + utostr(CRn) + "_C" + in genericRegisterString() 114 utostr(CRm) + "_" + utostr(Op2); in genericRegisterString()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.cpp | 142 return "S" + utostr(Op0) + "_" + utostr(Op1) + "_C" + utostr(CRn) + "_C" + in genericRegisterString() 143 utostr(CRm) + "_" + utostr(Op2); in genericRegisterString()
|
/external/llvm/lib/Target/WebAssembly/InstPrinter/ |
D | WebAssemblyInstPrinter.cpp | 75 printAnnotation(OS, "label" + utostr(TopLabel) + ':'); in printInst() 85 OS, "label" + utostr(ControlFlowStack.pop_back_val().first) + ':'); in printInst() 89 OS, "label" + utostr(ControlFlowStack.pop_back_val().first) + ':'); in printInst() 106 printAnnotation(OS, utostr(Depth) + ": " + (Pair.second ? "up" : "down") + in printInst() 107 " to label" + utostr(Pair.first)); in printInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 1383 std::string R1 = r + utostr(RegPairNum + 1); in processInstruction() 1387 std::string R2 = r + utostr(RegPairNum); in processInstruction() 1398 std::string R1 = r + utostr(RegPairNum + 1); in processInstruction() 1402 std::string R2 = r + utostr(RegPairNum); in processInstruction() 1414 std::string R1 = r + utostr(RegPairNum + 1); in processInstruction() 1418 std::string R2 = r + utostr(RegPairNum); in processInstruction() 1431 std::string R1 = v + utostr(RegPairNum + 1); in processInstruction() 1434 std::string R2 = v + utostr(RegPairNum); in processInstruction() 1746 std::string R1 = r + utostr(RegPairNum + 1); in processInstruction() 1750 std::string R2 = r + utostr(RegPairNum); in processInstruction() [all …]
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 1602 std::string R1 = r + llvm::utostr(RegPairNum + 1); in processInstruction() 1606 std::string R2 = r + llvm::utostr(RegPairNum); in processInstruction() 1617 std::string R1 = r + llvm::utostr(RegPairNum + 1); in processInstruction() 1621 std::string R2 = r + llvm::utostr(RegPairNum); in processInstruction() 1633 std::string R1 = r + llvm::utostr(RegPairNum + 1); in processInstruction() 1637 std::string R2 = r + llvm::utostr(RegPairNum); in processInstruction() 1650 std::string R1 = v + llvm::utostr(RegPairNum + 1); in processInstruction() 1653 std::string R2 = v + llvm::utostr(RegPairNum); in processInstruction() 1973 std::string R1 = r + llvm::utostr(RegPairNum + 1); in processInstruction() 1977 std::string R2 = r + llvm::utostr(RegPairNum); in processInstruction() [all …]
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeEmitterGen.cpp | 132 " op = " + EncoderMethodName + "(MI, " + utostr(OpIdx); in AddCodeToMergeInOperand() 139 " op = getMachineOpValue(MI, MI.getOperand(" + utostr(OpIdx) + ")"; in AddCodeToMergeInOperand() 172 Case += " Value |= (op & " + utostr(opMask) + "U) << " + in AddCodeToMergeInOperand() 175 Case += " Value |= (op & " + utostr(opMask) + "U) >> " + in AddCodeToMergeInOperand() 178 Case += " Value |= op & " + utostr(opMask) + "U;\n"; in AddCodeToMergeInOperand()
|
D | AsmWriterInst.cpp | 40 Result += ", " + utostr(MIOpNo); in getCode() 89 utostr(DestColumn) + ");\n", in AsmWriterInst() 119 AsmWriterOperand("O.PadToColumn(" + utostr(DestColumn) + ");\n", in AsmWriterInst()
|
D | CodeGenInstruction.cpp | 110 throw "In instruction '" + R->getName() + "', operand #" + utostr(i) + in CGIOperandList() 113 throw "In instruction '" + R->getName() + "', operand #" + utostr(i) + in CGIOperandList() 420 throw TGError(Loc, "result argument #" + utostr(AliasOpNo) + in tryAliasOpMatch() 472 throw TGError(Loc, "result argument #" + utostr(AliasOpNo) + in tryAliasOpMatch() 546 throw TGError(R->getLoc(), "result argument #" + utostr(AliasOpNo) + in CodeGenInstAlias() 553 throw TGError(R->getLoc(), "result argument #" + utostr(AliasOpNo) + in CodeGenInstAlias()
|
D | AsmWriterEmitter.cpp | 851 Cond = std::string("MI->getNumOperands() == ") + llvm::utostr(LastOpNo); in EmitPrintAliasInstruction() 870 Cond = std::string("MI->getOperand(")+llvm::utostr(i)+").isReg()"; in EmitPrintAliasInstruction() 877 ", MI->getOperand(" + llvm::utostr(i) + ").getReg())"; in EmitPrintAliasInstruction() 881 llvm::utostr(i) + ").getReg() == MI->getOperand(" + in EmitPrintAliasInstruction() 882 llvm::utostr(IAP->getOpIndex(ROName)) + ").getReg()"; in EmitPrintAliasInstruction() 898 llvm::utostr(i) + ").getImm() == " + in EmitPrintAliasInstruction() 899 llvm::utostr(CGA->ResultOperands[i].getImm()); in EmitPrintAliasInstruction() 904 llvm::utostr(i) + ").getReg() == " + Target.getName() + in EmitPrintAliasInstruction()
|
/external/llvm/utils/TableGen/ |
D | CodeEmitterGen.cpp | 127 " op = " + EncoderMethodName + "(MI, " + utostr(OpIdx); in AddCodeToMergeInOperand() 133 " op = getMachineOpValue(MI, MI.getOperand(" + utostr(OpIdx) + ")"; in AddCodeToMergeInOperand() 165 Case += " Value |= (op & UINT64_C(" + utostr(opMask) + ")) << " + in AddCodeToMergeInOperand() 168 Case += " Value |= (op & UINT64_C(" + utostr(opMask) + ")) >> " + in AddCodeToMergeInOperand() 171 Case += " Value |= op & UINT64_C(" + utostr(opMask) + ");\n"; in AddCodeToMergeInOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeEmitterGen.cpp | 138 " op = " + EncoderMethodName + "(MI, " + utostr(OpIdx); in AddCodeToMergeInOperand() 144 " op = getMachineOpValue(MI, MI.getOperand(" + utostr(OpIdx) + ")"; in AddCodeToMergeInOperand() 176 Case += " Value |= (op & UINT64_C(" + utostr(opMask) + ")) << " + in AddCodeToMergeInOperand() 179 Case += " Value |= (op & UINT64_C(" + utostr(opMask) + ")) >> " + in AddCodeToMergeInOperand() 182 Case += " Value |= op & UINT64_C(" + utostr(opMask) + ");\n"; in AddCodeToMergeInOperand()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfException.cpp | 533 llvm::utostr(idx) + " <<"); in EmitExceptionTable() 535 llvm::utostr(idx)); in EmitExceptionTable() 547 llvm::utostr((S.Action - 1) / 2 + 1)); in EmitExceptionTable() 600 llvm::utostr(++Entry) + " <<"); in EmitExceptionTable() 629 llvm::utostr((S.Action - 1) / 2 + 1)); in EmitExceptionTable() 644 llvm::utostr(++Entry) + " <<"); in EmitExceptionTable() 673 llvm::utostr(NextAction)); in EmitExceptionTable() 690 Asm->OutStreamer.AddComment(Twine("TypeInfo ") + llvm::utostr(Entry--)); in EmitExceptionTable()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | StringExtras.h | 81 static inline std::string utostr(uint64_t X, bool isNeg = false) { 99 return utostr(static_cast<uint64_t>(-X), true); in itostr() 101 return utostr(static_cast<uint64_t>(X)); in itostr()
|
/external/llvm/include/llvm/ADT/ |
D | StringExtras.h | 78 static inline std::string utostr(uint64_t X, bool isNeg = false) { 96 return utostr(static_cast<uint64_t>(-X), true); in itostr() 98 return utostr(static_cast<uint64_t>(X)); in itostr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/InstPrinter/ |
D | WebAssemblyInstPrinter.cpp | 77 printAnnotation(OS, "label" + utostr(ControlFlowCounter) + ':'); in printInst() 91 OS, "label" + utostr(ControlFlowStack.pop_back_val().first) + ':'); in printInst() 108 printAnnotation(OS, utostr(Depth) + ": " + (Pair.second ? "up" : "down") + in printInst() 109 " to label" + utostr(Pair.first)); in printInst()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 35 using llvm::utostr; 1416 buf += utostr(ObjCBcLabelNo.back()); in RewriteBreakStmt() 1433 buf += utostr(ObjCBcLabelNo.back()); in RewriteContinueStmt() 1589 buf += utostr(ObjCBcLabelNo.back()); in RewriteObjCForCollectionStmt() 1601 buf += utostr(ObjCBcLabelNo.back()); in RewriteObjCForCollectionStmt() 2492 S += utostr(NumObjCStringLiterals++); in RewriteObjCStringLiteral() 2503 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral() 3242 "_" + utostr(BlockByRefDeclNo[VD]) ; in RewriteByRefString() 3258 funcName.str() + "_" + "block_func_" + utostr(i); in SynthesizeBlockFunc() 3350 S += "_block_copy_" + utostr(i); in SynthesizeBlockHelperFuncs() [all …]
|
D | RewriteModernObjC.cpp | 36 using llvm::utostr; 1609 buf += utostr(ObjCBcLabelNo.back()); in RewriteBreakStmt() 1621 LineString += utostr(PLoc.getLine()); in ConvertSourceLocationToLineDirective() 1639 buf += utostr(ObjCBcLabelNo.back()); in RewriteContinueStmt() 1798 buf += utostr(ObjCBcLabelNo.back()); in RewriteObjCForCollectionStmt() 1810 buf += utostr(ObjCBcLabelNo.back()); in RewriteObjCForCollectionStmt() 2568 S += utostr(NumObjCStringLiterals++); in RewriteObjCStringLiteral() 2579 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral() 3062 LineString += utostr(PLoc.getLine()); in RewriteLineDirective() 3106 std::string name = "__Stret"; name += utostr(stretCount); in SynthMsgSendStretCallExpr() [all …]
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 569 S += utostr(ElementBitwidth); in str() 571 S += "x" + utostr(getNumElements()); in str() 573 S += "x" + utostr(NumVectors); in str() 629 Ret += "V" + utostr(getNumElements()) + S; in builtin_str() 989 S += utostr(T.getElementSizeInBits()); in getInstTypeCode() 1225 std::string Name = "p" + utostr(I); in emitArgumentReversal() 1226 std::string NewName = "rev" + utostr(I); in emitArgumentReversal() 1266 std::string Name = "p" + utostr(I); in emitShadowedArgs() 1271 std::string NewName = "s" + utostr(I); in emitShadowedArgs() 1321 Variable &V = Variables["p" + utostr(I)]; in emitBodyAsBuiltinCall() [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringExtras.h | 79 static inline std::string utostr(uint64_t X, bool isNeg = false) { 97 return utostr(static_cast<uint64_t>(-X), true); in itostr() 99 return utostr(static_cast<uint64_t>(X)); in itostr()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Statistic.cpp | 115 (unsigned)utostr(Stats.Stats[i]->getValue()).size()); in PrintStatistics() 130 std::string CountStr = utostr(Stats.Stats[i]->getValue()); in PrintStatistics()
|
/external/capstone/arch/AArch64/ |
D | AArch64BaseInfo.c | 81 static char *utostr(uint64_t X, bool isNeg) in utostr() function 685 Op1S = utostr(Op1, false); in A64SysRegMapper_toString() 686 CRnS = utostr(CRn, false); in A64SysRegMapper_toString() 687 CRmS = utostr(CRm, false); in A64SysRegMapper_toString() 688 Op2S = utostr(Op2, false); in A64SysRegMapper_toString()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCStreamer.cpp | 191 utostr(UniqueDataBeginSuffix++)); in EmitDataRegion() 207 utostr(UniqueCodeBeginSuffix++)); in EmitCodeRegion() 223 utostr(UniqueDataBeginSuffix++)); in EmitJumpTable8Region() 239 utostr(UniqueDataBeginSuffix++)); in EmitJumpTable16Region() 256 utostr(UniqueDataBeginSuffix++)); in EmitJumpTable32Region()
|