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

1 2

  /external/llvm/utils/TableGen/
CallingConvEmitter.cpp 173 int Size = Action->getValueAsInt("Size");
174 int Align = Action->getValueAsInt("Align");
193 int Size = Action->getValueAsInt("Size");
194 int Align = Action->getValueAsInt("Align");
239 int Size = Action->getValueAsInt("Size");
240 int Align = Action->getValueAsInt("Align");
OptParserEmitter.cpp 77 int APrec = A->getValueAsDef("Kind")->getValueAsInt("Precedence");
78 int BPrec = B->getValueAsDef("Kind")->getValueAsInt("Precedence");
265 OS << ", " << R.getValueAsInt("NumArgs");
CodeGenTarget.cpp 39 return (MVT::SimpleValueType)Rec->getValueAsInt("Value");
393 NumOperands = R->getValueAsInt("NumOperands");
499 unsigned MatchTy = TyEl->getValueAsInt("Number");
533 unsigned MatchTy = TyEl->getValueAsInt("Number");
584 unsigned ArgNo = Property->getValueAsInt("ArgNo");
587 unsigned ArgNo = Property->getValueAsInt("ArgNo");
590 unsigned ArgNo = Property->getValueAsInt("ArgNo");
DAGISelEmitter.cpp 67 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...]
AsmWriterEmitter.cpp 782 unsigned Variant = AsmWriter->getValueAsInt("Variant");
795 int Priority = R->getValueAsInt("EmitPriority");
    [all...]
InstrInfoEmitter.cpp 123 Res += utostr(OpR->getValueAsInt("RegClassKind")) + ", ";
476 << Inst.TheDef->getValueAsInt("Size") << ",\t0";
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 808 OperandNo = R->getValueAsInt("OperandNum");
826 x.SDTCisSameAs_Info.OtherOperandNum = R->getValueAsInt("OtherOperandNum");
830 R->getValueAsInt("OtherOperandNum");
834 R->getValueAsInt("BigOperandNum");
837 x.SDTCisEltOfVec_Info.OtherOperandNum = R->getValueAsInt("OtherOpNum");
841 R->getValueAsInt("OtherOpNum");
    [all...]
IntrinsicEmitter.cpp 298 unsigned Number = R->getValueAsInt("Number");
335 AddrSpace = R->getValueAsInt("AddrSpace");
AsmMatcherEmitter.cpp     [all...]
FixedLenDecoderEmitter.cpp     [all...]
CodeGenSchedule.cpp 414 SchedRW.TheDef ? SchedRW.TheDef->getValueAsInt("Repeat") : 1;
455 SchedWrite.TheDef ? SchedWrite.TheDef->getValueAsInt("Repeat") : 1;
    [all...]
  /external/clang/utils/TableGen/
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp 59 uint64_t CodePoint = Tag.getValueAsInt("CodePoint");
ClangCommentCommandInfoEmitter.cpp 36 << Tag.getValueAsInt("NumArgs") << ", "
ClangAttrEmitter.cpp     [all...]
  /external/llvm/lib/IR/
AttributeImpl.h 59 uint64_t getValueAsInt() const;
71 Profile(ID, getKindAsEnum(), getValueAsInt());
Attributes.cpp 114 uint64_t Attribute::getValueAsInt() const {
118 return pImpl ? pImpl->getValueAsInt() : 0;
148 return pImpl->getValueAsInt();
156 return pImpl->getValueAsInt();
248 Result += utostr(getValueAsInt());
257 Result += utostr(getValueAsInt());
260 Result += utostr(getValueAsInt());
317 uint64_t AttributeImpl::getValueAsInt() const {
343 if (AI.isAlignAttribute()) return getValueAsInt() < AI.getValueAsInt();
    [all...]
  /external/llvm/include/llvm/IR/
Attributes.h 163 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/WallpaperPicker/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...]

Completed in 1533 milliseconds

1 2