Home
last modified time | relevance | path

Searched refs:itostr (Results 1 – 25 of 28) sorted by relevance

12

/external/swiftshader/third_party/LLVM/utils/TableGen/
DSubtargetEmitter.cpp226 ItinString += " { " + itostr(Cycles) + ", "; in FormItineraryStageString()
239 ItinString += ", " + itostr(TimeInc); in FormItineraryStageString()
242 ItinString += ", (llvm::InstrStage::ReservationKinds)" + itostr(Kind); in FormItineraryStageString()
267 ItinString += " " + itostr(OCycle); in FormItineraryOperandCycleString()
398 StageTable += ItinStageString + ", // " + itostr(StageCount); in EmitStageAndOperandCycleData()
400 StageTable += "-" + itostr(StageCount + NStages - 1); in EmitStageAndOperandCycleData()
416 std::string OperandIdxComment = itostr(OperandCycleCount); in EmitStageAndOperandCycleData()
419 + itostr(OperandCycleCount + NOperandCycles - 1); in EmitStageAndOperandCycleData()
DCodeEmitterGen.cpp173 itostr(opShift) + ";\n"; in AddCodeToMergeInOperand()
176 itostr(-opShift) + ";\n"; in AddCodeToMergeInOperand()
DAsmMatcherEmitter.cpp1560 Signature += "_" + itostr(OpInfo.AsmOperandNum); in EmitConvertToMCInst()
1581 Signature += "__imm" + itostr(Val); in EmitConvertToMCInst()
DCodeGenDAGPatterns.cpp1423 TP.error("Integer value '" + itostr(II->getValue())+ in ApplyTypeConstraints()
1513 itostr(NI.getNumOperands()) + " operands!"); in ApplyTypeConstraints()
/external/icu/icu4c/source/tools/genrb/
Drbutil.h29 int32_t itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad);
Dwrtjava.cpp182 itostr(str+2,source[i],16,4); in uCharsToChars()
393 len=itostr(buf,res->fArray[i],10,0); in intvector_write_java()
405 len=itostr(buf,res->fArray[i],10,0); in intvector_write_java()
427 len=itostr(buf, res->fValue, 10, 0); in int_write_java()
Dwrtxml.cpp700 itostr(c, index, 10, 0); in array_write_xml()
735 itostr(c, i, 10, 0); in intvector_write_xml()
737 len = itostr(buf, res->fArray[i], 10, 0); in intvector_write_xml()
783 len = itostr(buf, res->fValue, 10, 0); in int_write_xml()
881 len = itostr(temp, res->fData[i], 16, 2); in bin_write_xml()
886 len = itostr(temp, crc, 10, 0); in bin_write_xml()
893 len = itostr(temp, res->fData[i], 16, 2); in bin_write_xml()
Drbutil.c68 itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad) in itostr() function
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp289 ItinString += " { " + itostr(Cycles) + ", "; in FormItineraryStageString()
302 ItinString += ", " + itostr(TimeInc); in FormItineraryStageString()
305 ItinString += ", (llvm::InstrStage::ReservationKinds)" + itostr(Kind); in FormItineraryStageString()
330 ItinString += " " + itostr(OCycle); in FormItineraryOperandCycleString()
465 StageTable += ItinStageString + ", // " + itostr(StageCount); in EmitStageAndOperandCycleData()
467 StageTable += "-" + itostr(StageCount + NStages - 1); in EmitStageAndOperandCycleData()
483 std::string OperandIdxComment = itostr(OperandCycleCount); in EmitStageAndOperandCycleData()
486 + itostr(OperandCycleCount + NOperandCycles - 1); in EmitStageAndOperandCycleData()
DCodeEmitterGen.cpp166 itostr(opShift) + ";\n"; in AddCodeToMergeInOperand()
169 itostr(-opShift) + ";\n"; in AddCodeToMergeInOperand()
DCodeGenDAGPatterns.cpp1738 TP.error("Integer value '" + itostr(II->getValue()) + in ApplyTypeConstraints()
1811 itostr(NI.getNumOperands()) + " operands!"); in ApplyTypeConstraints()
1879 itostr(I + 1) + "!"); in ApplyTypeConstraints()
DAsmMatcherEmitter.cpp1969 Signature += "_" + itostr(OpInfo.AsmOperandNum); in emitConvertFuncs()
2042 std::string Ty = "imm_" + itostr(Val); in emitConvertFuncs()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfException.cpp654 llvm::itostr(Action.ValueForTypeID)); in EmitExceptionTable()
657 llvm::itostr(Action.ValueForTypeID)); in EmitExceptionTable()
710 Asm->OutStreamer.AddComment(Twine("FilterInfo ") + llvm::itostr(Entry)); in EmitExceptionTable()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringExtras.h97 static inline std::string itostr(int64_t X) { in itostr() function
/external/llvm/include/llvm/ADT/
DStringExtras.h94 static inline std::string itostr(int64_t X) { in itostr() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringExtras.h95 static inline std::string itostr(int64_t X) { in itostr() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp55 return itostr(I - SDNodeIterator::begin((SDNode *) Node)); in getEdgeSourceLabel()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp53 return itostr(I - SDNodeIterator::begin((const SDNode *) Node)); in getEdgeSourceLabel()
/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp211 SmallString<32> RMWName("__tsan_atomic" + itostr(BitSize) + NamePart); in initializeCallbacks()
DAddressSanitizer.cpp1659 const std::string Suffix = TypeStr + itostr(1ULL << AccessSizeIndex); in initializeCallbacks()
1899 std::string Suffix = itostr(i); in initializeCallbacks()
DMemorySanitizer.cpp431 std::string FunctionName = "__msan_maybe_warning_" + itostr(AccessSize); in initializeCallbacks()
436 FunctionName = "__msan_maybe_store_origin_" + itostr(AccessSize); in initializeCallbacks()
/external/llvm/utils/FileCheck/
DFileCheck.cpp398 Value = llvm::itostr(LineNumber + Offset); in EvaluateExpression()
/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp1343 Suffix += itostr(NumLanes) + LaneKind; in printTypedVectorList()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp705 llvm::itostr(CGM.getCodeGenOpts().XRayInstructionThreshold)); in StartFunction()
/external/llvm/lib/TableGen/
DRecord.cpp404 return itostr(Value); in getAsString()

12