|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp 50 return itostr(I - SDNodeIterator::begin((const SDNode *) Node));
lib/DebugInfo/CodeView/TypeRecordMapping.cpp 349 Attr += ", SizeOf: " + itostr(PtrSizeOf);
lib/IR/DiagnosticInfo.cpp 193 : Key(Key), Val(itostr(N)) {}
199 : Key(Key), Val(itostr(N)) {}
202 : Key(Key), Val(itostr(N)) {}
lib/TableGen/Record.cpp 469 return itostr(Value);
lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp 1317 Suffix += itostr(NumLanes) + LaneKind;
lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp 334 std::string fmtstr = itostr(++UniqID) + ":" + Sizes.str().c_str();
lib/Transforms/Instrumentation/AddressSanitizer.cpp 2496 const std::string Suffix = TypeStr + itostr(1ULL << AccessSizeIndex);
2762 std::string Suffix = itostr(i);
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp 449 itostr(1ULL << AccessSizeIndex) + EndingStr,
680 "int3\nnopl " + itostr(0x40 + AccessInfo) + "(%rax)",
689 "brk #" + itostr(0x900 + AccessInfo),
1059 AI->hasName() ? AI->getName().str() : "alloca." + itostr(N);
lib/Transforms/Instrumentation/MemorySanitizer.cpp 796 std::string FunctionName = "__msan_maybe_warning_" + itostr(AccessSize);
801 FunctionName = "__msan_maybe_store_origin_" + itostr(AccessSize);
lib/Transforms/Instrumentation/ThreadSanitizer.cpp 268 SmallString<32> RMWName("__tsan_atomic" + itostr(BitSize) + NamePart);
tools/clang/lib/AST/ASTContext.cpp 6316 return llvm::itostr(CU.getQuantity());
tools/clang/lib/CodeGen/CodeGenFunction.cpp 759 llvm::itostr(CGM.getCodeGenOpts().XRayInstructionThreshold));
tools/clang/tools/extra/clang-tidy/ClangTidyCheck.cpp 67 store(Options, LocalName, llvm::itostr(Value));
tools/clang/utils/TableGen/ClangAttrEmitter.cpp 3004 !Test.empty() ? Test + " ? " + llvm::itostr(Version) + " : 0" : "1";
tools/clang/utils/TableGen/MveEmitter.cpp 1196 CustomCodeGenArgs[Name] = itostr(II->getValue());
utils/TableGen/AsmMatcherEmitter.cpp 2095 Signature += "_" + itostr(OpInfo.AsmOperandNum);
2180 std::string Ty = "imm_" + itostr(Val);
utils/TableGen/AsmWriterEmitter.cpp 930 Cond = Op + ".getImm() == " + itostr(CGA.ResultOperands[i].getImm());
utils/TableGen/CodeEmitterGen.cpp 226 extractStr = "op.extractBits(" + itostr(hiBit - loBit) + ", " +
227 itostr(loBit) + ")";
229 itostr(loInstBit) + ");\n";
231 extractStr = "op.extractBitsAsZExtValue(" + itostr(hiBit - loBit) +
232 ", " + itostr(loBit) + ")";
234 itostr(loInstBit) + ", " + itostr(hiBit - loBit) + ");\n";
234 itostr(loInstBit) + ", " + itostr(hiBit - loBit) + ");\n";
246 Case += " op <<= " + itostr(opShift) + ";\n";
248 Case += " op >>= " + itostr(-opShift) + ";\n";
254 itostr(opShift) + ";\n";
257 itostr(-opShift) + ";\n";
276 Case += " case " + itostr(KV.first) + ": {\n";
utils/TableGen/SubtargetEmitter.cpp 309 ItinString += " { " + itostr(Cycles) + ", ";
322 ItinString += ", " + itostr(TimeInc);
325 ItinString += ", (llvm::InstrStage::ReservationKinds)" + itostr(Kind);
350 ItinString += " " + itostr(OCycle);
483 StageTable += ItinStageString + ", // " + itostr(StageCount);
485 StageTable += "-" + itostr(StageCount + NStages - 1);
501 std::string OperandIdxComment = itostr(OperandCycleCount);
504 + itostr(OperandCycleCount + NOperandCycles - 1);