Searched refs:getValueAsInt (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp59 uint64_t CodePoint = Tag.getValueAsInt("CodePoint");
H A DOptParserEmitter.cpp72 int APrec = A->getValueAsDef("Kind")->getValueAsInt("Precedence");
73 int BPrec = B->getValueAsDef("Kind")->getValueAsInt("Precedence");
254 OS << ", " << R.getValueAsInt("NumArgs");
H A DClangCommentCommandInfoEmitter.cpp36 << Tag.getValueAsInt("NumArgs") << ", "
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp173 int Size = Action->getValueAsInt("Size");
174 int Align = Action->getValueAsInt("Align");
212 int Size = Action->getValueAsInt("Size");
213 int Align = Action->getValueAsInt("Align");
H A DOptParserEmitter.cpp72 int APrec = A->getValueAsDef("Kind")->getValueAsInt("Precedence");
73 int BPrec = B->getValueAsDef("Kind")->getValueAsInt("Precedence");
245 OS << ", " << R.getValueAsInt("NumArgs");
H A DCodeGenTarget.cpp39 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");
H A DDAGISelEmitter.cpp65 Cost += Op->getValueAsInt("CodeSize");
H A DSubtargetEmitter.cpp307 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");
960 WLEntry.Cycles += WriteRes->getValueAsInt("Latency");
961 SCDesc.NumMicroOps += WriteRes->getValueAsInt("NumMicroOps");
1025 RAEntry.Cycles = ReadAdvance->getValueAsInt("Cycle
[all...]
H A DInstrInfoEmitter.cpp108 Res += utostr(OpR->getValueAsInt("RegClassKind")) + ", ";
313 << Inst.TheDef->getValueAsInt("Size") << ",\t0";
H A DIntrinsicEmitter.cpp283 unsigned Number = R->getValueAsInt("Number");
318 AddrSpace = R->getValueAsInt("AddrSpace");
H A DAsmWriterEmitter.cpp298 AsmWriter->getValueAsInt("Variant"),
299 AsmWriter->getValueAsInt("FirstOperandColumn"),
300 AsmWriter->getValueAsInt("OperandSpacing")));
H A DCodeGenDAGPatterns.cpp804 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");
1000 NumResults = TypeProfile->getValueAsInt("NumResults");
1001 NumOperands = TypeProfile->getValueAsInt("NumOperands");
2906 Instr->getValueAsInt("AddedComplexity"),
3284 CurPattern->getValueAsInt("AddedComplexit
[all...]
H A DCodeGenRegisters.cpp103 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");
H A DAsmMatcherEmitter.cpp1310 int AsmVariantNo = AsmVariant->getValueAsInt("Variant");
2379 int AsmParserVariantNo = AsmVariant->getValueAsInt("Variant");
H A DCodeGenSchedule.cpp414 SchedRW.TheDef ? SchedRW.TheDef->getValueAsInt("Repeat") : 1;
455 SchedWrite.TheDef ? SchedWrite.TheDef->getValueAsInt("Repeat") : 1;
H A DFixedLenDecoderEmitter.cpp2019 unsigned Size = Def->getValueAsInt("Size");
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DAttributeImpl.h126 uint64_t getValueAsInt() const;
138 Profile(ID, getKindAsEnum(), getValueAsInt());
H A DAttributes.cpp111 uint64_t Attribute::getValueAsInt() const { function in class:Attribute
114 return pImpl ? pImpl->getValueAsInt() : 0;
142 return pImpl->getValueAsInt();
150 return pImpl->getValueAsInt();
230 Result += utostr(getValueAsInt());
239 Result += utostr(getValueAsInt());
242 Result += utostr(getValueAsInt());
324 uint64_t AttributeImpl::getValueAsInt() const { function in class:AttributeImpl
347 if (AI.isAlignAttribute()) return getValueAsInt() < AI.getValueAsInt();
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DAttributes.h155 uint64_t getValueAsInt() const;
/freebsd-10.0-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h1621 /// getValueAsInt - This method looks up the specified field and returns its
1625 int64_t getValueAsInt(StringRef FieldName) const;
/freebsd-10.0-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp189 Record.push_back(Attr.getValueAsInt());
/freebsd-10.0-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp1852 /// getValueAsInt - This method looks up the specified field and returns its
1856 int64_t Record::getValueAsInt(StringRef FieldName) const { function in class:Record

Completed in 380 milliseconds