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

1 2

  /external/clang/utils/TableGen/
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp 59 uint64_t CodePoint = Tag.getValueAsInt("CodePoint");
ClangCommentCommandInfoEmitter.cpp 36 << Tag.getValueAsInt("NumArgs") << ", "
  /external/llvm/utils/TableGen/
CallingConvEmitter.cpp 173 int Size = Action->getValueAsInt("Size");
174 int Align = Action->getValueAsInt("Align");
212 int Size = Action->getValueAsInt("Size");
213 int Align = Action->getValueAsInt("Align");
OptParserEmitter.cpp 72 int APrec = A->getValueAsDef("Kind")->getValueAsInt("Precedence");
73 int BPrec = B->getValueAsDef("Kind")->getValueAsInt("Precedence");
260 OS << ", " << R.getValueAsInt("NumArgs");
CodeGenTarget.cpp 39 return (MVT::SimpleValueType)Rec->getValueAsInt("Value");
367 NumOperands = R->getValueAsInt("NumOperands");
470 unsigned MatchTy = TyEl->getValueAsInt("Number");
504 unsigned MatchTy = TyEl->getValueAsInt("Number");
553 unsigned ArgNo = Property->getValueAsInt("ArgNo");
556 unsigned ArgNo = Property->getValueAsInt("ArgNo");
559 unsigned ArgNo = Property->getValueAsInt("ArgNo");
DAGISelEmitter.cpp 65 Cost += Op->getValueAsInt("CodeSize");
SubtargetEmitter.cpp 307 int Cycles = Stage->getValueAsInt("Cycles");
320 int TimeInc = Stage->getValueAsInt("TimeInc");
323 int Kind = Stage->getValueAsInt("Kind");
521 int NumUOps = ItinData ? ItinData->getValueAsInt("NumMicroOps") : 0;
614 int V = R ? R->getValueAsInt(Name) : -1;
637 int BufferSize = PRDef->getValueAsInt("BufferSize");
642 NumUnits += (*RUI)->getValueAsInt("NumUnits");
652 NumUnits = PRDef->getValueAsInt("NumUnits");
    [all...]
InstrInfoEmitter.cpp 122 Res += utostr(OpR->getValueAsInt("RegClassKind")) + ", ";
450 << Inst.TheDef->getValueAsInt("Size") << ",\t0";
IntrinsicEmitter.cpp 301 unsigned Number = R->getValueAsInt("Number");
336 AddrSpace = R->getValueAsInt("AddrSpace");
AsmWriterEmitter.cpp 298 AsmWriter->getValueAsInt("Variant"),
299 AsmWriter->getValueAsInt("FirstOperandColumn"),
300 AsmWriter->getValueAsInt("OperandSpacing")));
    [all...]
CodeGenRegisters.cpp 38 Size = R->getValueAsInt("Size");
39 Offset = R->getValueAsInt("Offset");
109 CostPerUse(R->getValueAsInt("CostPerUse")),
591 unsigned(Reg->getValueAsInt("CostPerUse")));
712 unsigned Size = R->getValueAsInt("Size");
716 SpillAlignment = R->getValueAsInt("Alignment");
717 CopyCost = R->getValueAsInt("CopyCost");
    [all...]
CodeGenDAGPatterns.cpp 804 OperandNo = R->getValueAsInt("OperandNum");
822 x.SDTCisSameAs_Info.OtherOperandNum = R->getValueAsInt("OtherOperandNum");
826 R->getValueAsInt("OtherOperandNum");
830 R->getValueAsInt("BigOperandNum");
833 x.SDTCisEltOfVec_Info.OtherOperandNum = R->getValueAsInt("OtherOpNum");
837 R->getValueAsInt("OtherOpNum");
    [all...]
AsmMatcherEmitter.cpp     [all...]
CodeGenSchedule.cpp 414 SchedRW.TheDef ? SchedRW.TheDef->getValueAsInt("Repeat") : 1;
455 SchedWrite.TheDef ? SchedWrite.TheDef->getValueAsInt("Repeat") : 1;
    [all...]
FixedLenDecoderEmitter.cpp     [all...]
  /external/llvm/lib/IR/
AttributeImpl.h 59 uint64_t getValueAsInt() const;
71 Profile(ID, getKindAsEnum(), getValueAsInt());
Attributes.cpp 113 uint64_t Attribute::getValueAsInt() const {
117 return pImpl ? pImpl->getValueAsInt() : 0;
147 return pImpl->getValueAsInt();
155 return pImpl->getValueAsInt();
239 Result += utostr(getValueAsInt());
248 Result += utostr(getValueAsInt());
251 Result += utostr(getValueAsInt());
304 uint64_t AttributeImpl::getValueAsInt() const {
330 if (AI.isAlignAttribute()) return getValueAsInt() < AI.getValueAsInt();
    [all...]
  /external/llvm/include/llvm/IR/
Attributes.h 158 uint64_t getValueAsInt() const;
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifTag.java 674 public int getValueAsInt(int defaultValue) {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifTag.java 674 public int getValueAsInt(int defaultValue) {
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java 674 public int getValueAsInt(int defaultValue) {
    [all...]
  /packages/apps/Launcher3/src/com/android/gallery3d/exif/
ExifTag.java 674 public int getValueAsInt(int defaultValue) {
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifTag.java 674 public int getValueAsInt(int defaultValue) {
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 272 Record.push_back(Attr.getValueAsInt());
    [all...]

Completed in 700 milliseconds

1 2