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

1 2

  /external/llvm/utils/TableGen/
CallingConvEmitter.cpp 176 int Size = Action->getValueAsInt("Size");
177 int Align = Action->getValueAsInt("Align");
200 int Size = Action->getValueAsInt("Size");
201 int Align = Action->getValueAsInt("Align");
260 int Size = Action->getValueAsInt("Size");
261 int Align = Action->getValueAsInt("Align");
OptParserEmitter.cpp 77 int APrec = A->getValueAsDef("Kind")->getValueAsInt("Precedence");
78 int BPrec = B->getValueAsDef("Kind")->getValueAsInt("Precedence");
269 OS << ", " << R.getValueAsInt("NumArgs");
CodeGenTarget.cpp 39 return (MVT::SimpleValueType)Rec->getValueAsInt("Value");
386 NumOperands = R->getValueAsInt("NumOperands");
492 unsigned MatchTy = TyEl->getValueAsInt("Number");
526 unsigned MatchTy = TyEl->getValueAsInt("Number");
579 unsigned ArgNo = Property->getValueAsInt("ArgNo");
582 unsigned ArgNo = Property->getValueAsInt("ArgNo");
585 unsigned ArgNo = Property->getValueAsInt("ArgNo");
DAGISelEmitter.cpp 67 Cost += Op->getValueAsInt("CodeSize");
SubtargetEmitter.cpp 294 int Cycles = Stage->getValueAsInt("Cycles");
307 int TimeInc = Stage->getValueAsInt("TimeInc");
310 int Kind = Stage->getValueAsInt("Kind");
508 int NumUOps = ItinData ? ItinData->getValueAsInt("NumMicroOps") : 0;
602 int V = R ? R->getValueAsInt(Name) : -1;
625 int BufferSize = PRDef->getValueAsInt("BufferSize");
630 NumUnits += (*RUI)->getValueAsInt("NumUnits");
640 NumUnits = PRDef->getValueAsInt("NumUnits");
    [all...]
AsmWriterEmitter.cpp 281 unsigned PassSubtarget = AsmWriter->getValueAsInt("PassSubtarget");
792 unsigned Variant = AsmWriter->getValueAsInt("Variant");
793 unsigned PassSubtarget = AsmWriter->getValueAsInt("PassSubtarget");
806 int Priority = R->getValueAsInt("EmitPriority");
    [all...]
CodeGenRegisters.cpp 38 Size = R->getValueAsInt("Size");
39 Offset = R->getValueAsInt("Offset");
109 CostPerUse(R->getValueAsInt("CostPerUse")),
580 unsigned(Reg->getValueAsInt("CostPerUse")));
706 unsigned Size = R->getValueAsInt("Size");
710 SpillAlignment = R->getValueAsInt("Alignment");
711 CopyCost = R->getValueAsInt("CopyCost");
714 int AllocationPriority = R->getValueAsInt("AllocationPriority");
    [all...]
InstrInfoEmitter.cpp 123 Res += utostr(OpR->getValueAsInt("RegClassKind")) + ", ";
479 << Inst.TheDef->getValueAsInt("Size") << ",\t0";
CodeGenDAGPatterns.cpp 868 OperandNo = R->getValueAsInt("OperandNum");
886 x.SDTCisSameAs_Info.OtherOperandNum = R->getValueAsInt("OtherOperandNum");
890 R->getValueAsInt("OtherOperandNum");
894 R->getValueAsInt("BigOperandNum");
897 x.SDTCisEltOfVec_Info.OtherOperandNum = R->getValueAsInt("OtherOpNum");
901 R->getValueAsInt("OtherOpNum");
914 R->getValueAsInt("OtherOperandNum");
    [all...]
IntrinsicEmitter.cpp 303 unsigned Number = R->getValueAsInt("Number");
352 AddrSpace = R->getValueAsInt("AddrSpace");
AsmMatcherEmitter.cpp     [all...]
FixedLenDecoderEmitter.cpp     [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/
Attributes.cpp 126 uint64_t Attribute::getValueAsInt() const {
130 return pImpl ? pImpl->getValueAsInt() : 0;
160 return pImpl->getValueAsInt();
168 return pImpl->getValueAsInt();
176 return pImpl->getValueAsInt();
183 return pImpl->getValueAsInt();
275 Result += utostr(getValueAsInt());
284 Result += utostr(getValueAsInt());
287 Result += utostr(getValueAsInt());
353 uint64_t AttributeImpl::getValueAsInt() const
    [all...]
AttributeImpl.h 59 uint64_t getValueAsInt() const;
71 Profile(ID, getKindAsEnum(), getValueAsInt());
  /frameworks/base/core/java/android/net/netlink/
StructNlAttr.java 101 public int getValueAsInt(int defaultValue) {
RtNetlinkNeighborMessage.java 98 neighMsg.mNumProbes = nlAttr.getValueAsInt(0);
  /external/llvm/include/llvm/IR/
Attributes.h 169 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/Messaging/src/com/android/messaging/util/exif/
ExifTag.java 674 public int getValueAsInt(int defaultValue) {
    [all...]

Completed in 550 milliseconds

1 2