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

  /external/clang/utils/TableGen/
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp 59 uint64_t CodePoint = Tag.getValueAsInt("CodePoint");
OptParserEmitter.cpp 72 int APrec = A->getValueAsDef("Kind")->getValueAsInt("Precedence");
73 int BPrec = B->getValueAsDef("Kind")->getValueAsInt("Precedence");
254 OS << ", " << R.getValueAsInt("NumArgs");
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");
245 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");
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;
647 NumUnits += (*RUI)->getValueAsInt("NumUnits");
657 NumUnits = PRDef->getValueAsInt("NumUnits");
    [all...]
InstrInfoEmitter.cpp 108 Res += utostr(OpR->getValueAsInt("RegClassKind")) + ", ";
313 << Inst.TheDef->getValueAsInt("Size") << ",\t0";
IntrinsicEmitter.cpp 283 unsigned Number = R->getValueAsInt("Number");
318 AddrSpace = R->getValueAsInt("AddrSpace");
AsmWriterEmitter.cpp 298 AsmWriter->getValueAsInt("Variant"),
299 AsmWriter->getValueAsInt("FirstOperandColumn"),
300 AsmWriter->getValueAsInt("OperandSpacing")));
    [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...]
CodeGenRegisters.cpp 103 CostPerUse(R->getValueAsInt("CostPerUse")),
629 unsigned(Reg->getValueAsInt("CostPerUse")));
750 unsigned Size = R->getValueAsInt("Size");
754 SpillAlignment = R->getValueAsInt("Alignment");
755 CopyCost = R->getValueAsInt("CopyCost");
    [all...]
CodeGenSchedule.cpp 414 SchedRW.TheDef ? SchedRW.TheDef->getValueAsInt("Repeat") : 1;
455 SchedWrite.TheDef ? SchedWrite.TheDef->getValueAsInt("Repeat") : 1;
    [all...]
FixedLenDecoderEmitter.cpp     [all...]
AsmMatcherEmitter.cpp     [all...]
  /external/llvm/lib/IR/
AttributeImpl.h 126 uint64_t getValueAsInt() const;
138 Profile(ID, getKindAsEnum(), getValueAsInt());
Attributes.cpp 111 uint64_t Attribute::getValueAsInt() const {
114 return pImpl ? pImpl->getValueAsInt() : 0;
142 return pImpl->getValueAsInt();
150 return pImpl->getValueAsInt();
228 Result += utostr(getValueAsInt());
237 Result += utostr(getValueAsInt());
240 Result += utostr(getValueAsInt());
322 uint64_t AttributeImpl::getValueAsInt() const {
345 if (AI.isAlignAttribute()) return getValueAsInt() < AI.getValueAsInt();
    [all...]
  /external/llvm/include/llvm/IR/
Attributes.h 154 uint64_t getValueAsInt() const;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/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 189 Record.push_back(Attr.getValueAsInt());
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 478 milliseconds