HomeSort by relevance Sort by last modified time
    Searched refs:utostr (Results 1 - 25 of 36) sorted by null

1 2

  /external/llvm/include/llvm/ADT/
StringExtras.h 87 static inline std::string utostr(uint64_t X, bool isNeg = false) { function in namespace:llvm
105 return utostr(static_cast<uint64_t>(-X), true);
107 return utostr(static_cast<uint64_t>(X));
  /external/llvm/utils/TableGen/
AsmWriterInst.cpp 41 Result += ", " + utostr(MIOpNo);
90 utostr(DestColumn) + ");\n",
120 AsmWriterOperand("O.PadToColumn(" + utostr(DestColumn) + ");\n",
CodeEmitterGen.cpp 158 " op = " + EncoderMethodName + "(MI, " + utostr(OpIdx);
165 " op = getMachineOpValue(MI, MI.getOperand(" + utostr(OpIdx) + ")";
198 Case += " Value |= (op & UINT64_C(" + utostr(opMask) + ")) << " +
201 Case += " Value |= (op & UINT64_C(" + utostr(opMask) + ")) >> " +
204 Case += " Value |= op & UINT64_C(" + utostr(opMask) + ");\n";
FixedLenDecoderEmitter.cpp 761 OS << utostr(*I++) << ", ";
762 OS << utostr(*I++) << ", ";
767 OS << utostr(Byte) << ", ";
769 OS << utostr(Byte) << ", ";
782 OS << utostr(*I) << ", ";
783 OS << utostr(*I++) << ", ";
787 OS << utostr(Byte) << ", ";
789 OS << utostr(Byte) << ", ";
798 OS << utostr(*I) << ", ";
799 OS << utostr(*I++) << ", "
    [all...]
CodeGenInstruction.cpp 109 PrintFatalError("In instruction '" + R->getName() + "', operand #" + utostr(i) +
112 PrintFatalError("In instruction '" + R->getName() + "', operand #" + utostr(i) +
426 PrintFatalError(Loc, "result argument #" + utostr(AliasOpNo) +
495 PrintFatalError(Loc, "result argument #" + utostr(AliasOpNo) +
608 PrintFatalError(R->getLoc(), "result argument #" + utostr(AliasOpNo) +
615 PrintFatalError(R->getLoc(), "result argument #" + utostr(AliasOpNo) +
AsmWriterEmitter.cpp 822 Cond = std::string("MI->getNumOperands() == ") + llvm::utostr(LastOpNo);
840 Cond = std::string("MI->getOperand(")+llvm::utostr(i)+").isReg()";
850 ".contains(MI->getOperand(" + llvm::utostr(i) + ").getReg())";
854 llvm::utostr(i) + ").getReg() == MI->getOperand(" +
855 llvm::utostr(IAP->getOpIndex(ROName)) + ").getReg()";
870 std::string Op = "MI->getOperand(" + llvm::utostr(i) + ")";
877 + llvm::utostr(CGA->ResultOperands[i].getImm());
890 llvm::utostr(i) + ").getReg() == " + Target.getName() +
    [all...]
CodeGenTarget.cpp 170 PrintFatalError("Target does not have an AsmParser #" + utostr(AsmParserNum) + "!");
181 PrintFatalError("Target does not have an AsmParserVariant #" + utostr(i) + "!");
199 PrintFatalError("Target does not have an AsmWriter #" + utostr(AsmWriterNum) + "!");
InstrInfoEmitter.cpp 108 Res += utostr(OpR->getValueAsInt("RegClassKind")) + ", ";
146 Res += "((" + utostr(Constraint.getTiedOperand()) +
AsmMatcherEmitter.cpp     [all...]
  /external/llvm/lib/Support/
Statistic.cpp 121 (unsigned)utostr(Stats.Stats[i]->getValue()).size());
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 290 std::string Name = SizeSpec + utostr(Align);
354 std::string Name = std::string(".init_array.") + utostr(Priority);
359 std::string Name = std::string(".ctors.") + utostr(65535 - Priority);
374 std::string Name = std::string(".fini_array.") + utostr(Priority);
379 std::string Name = std::string(".dtors.") + utostr(65535 - Priority);
ShadowStackGC.cpp 230 StructType *STy = StructType::create(EltTys, "gc_map."+utostr(NumMeta));
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 33 using llvm::utostr;
    [all...]
RewriteModernObjC.cpp 34 using llvm::utostr;
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 957 s += ", " + utostr(i - j - 1);
965 s += ", " + utostr(i - j - 1);
974 s += ", " + utostr(i - j - 1);
1133 s += args + ".val[" + utostr(vi) + "]";
1164 s += ", " + utostr(GetNeonEnum(proto, typestr));
    [all...]
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp 546 return "s3_" + utostr(Op1) + "_c" + utostr(CRn)
547 + "_c" + utostr(CRm) + "_" + utostr(Op2);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 43 return "<<Unknown Machine Node #" + utostr(getOpcode()) + ">>";
49 return "<<Unknown Target Node #" + utostr(getOpcode()) + ">>";
51 return "<<Unknown Node #" + utostr(getOpcode()) + ">>";
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 183 return "int" + utostr(cast<IntegerType>(Ty)->getBitWidth()) + "_";
371 return "IntegerType::get(mod->getContext(), " + utostr(BitWidth) + ")";
409 name = utostr(uniqueNum++);
439 name = std::string("arg_") + utostr(argNum);
442 name += std::string("_") + utostr(uniqueNum++);
454 name += utostr(uniqueNum++);
458 name += std::string("_") + utostr(uniqueNum++);
637 << ", " << utostr(AT->getNumElements()) << ");";
650 << ", " << utostr(PT->getAddressSpace()) << ");";
663 << ", " << utostr(PT->getNumElements()) << ");"
    [all...]
  /external/llvm/lib/IR/
ValueTypes.cpp 110 return "v" + utostr(getVectorNumElements()) +
113 return "i" + utostr(getSizeInBits());
Attributes.cpp 228 Result += utostr(getValueAsInt());
237 Result += utostr(getValueAsInt());
240 Result += utostr(getValueAsInt());
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 126 return Error(Loc, "Cannot set bit #" + utostr(Bit) + " of value '" +
181 + utostr(i) + " (" + TArgs[i]->getAsUnquotedString()
286 + utostr(i) + " (" + SMCTArgs[i]->getAsUnquotedString()
386 return "anonymous." + utostr(Tmp);
    [all...]
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 313 std::string PrioritySuffix = llvm::utostr(Priority);
  /external/llvm/lib/Archive/
ArchiveWriter.cpp 135 nm += utostr(mbrPath.length());
  /external/clang/lib/AST/
Stmt.cpp 614 AsmString += '$' + llvm::utostr(Pieces[i].getOperandNo());
616 AsmString += "${" + llvm::utostr(Pieces[i].getOperandNo()) + ':' +
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 670 (*AI)->getName()+"."+utostr(i),
    [all...]

Completed in 1632 milliseconds

1 2