Home
last modified time | relevance | path

Searched refs:getValueAsInt (Results 1 – 23 of 23) sorted by relevance

/external/llvm/utils/TableGen/
DCallingConvEmitter.cpp176 int Size = Action->getValueAsInt("Size"); in EmitAction()
177 int Align = Action->getValueAsInt("Align"); in EmitAction()
200 int Size = Action->getValueAsInt("Size"); in EmitAction()
201 int Align = Action->getValueAsInt("Align"); in EmitAction()
260 int Size = Action->getValueAsInt("Size"); in EmitAction()
261 int Align = Action->getValueAsInt("Align"); in EmitAction()
DCodeGenTarget.cpp39 return (MVT::SimpleValueType)Rec->getValueAsInt("Value"); in getValueType()
386 NumOperands = R->getValueAsInt("NumOperands"); in ComplexPattern()
492 unsigned MatchTy = TyEl->getValueAsInt("Number"); in CodeGenIntrinsic()
526 unsigned MatchTy = TyEl->getValueAsInt("Number"); in CodeGenIntrinsic()
579 unsigned ArgNo = Property->getValueAsInt("ArgNo"); in CodeGenIntrinsic()
582 unsigned ArgNo = Property->getValueAsInt("ArgNo"); in CodeGenIntrinsic()
585 unsigned ArgNo = Property->getValueAsInt("ArgNo"); in CodeGenIntrinsic()
DOptParserEmitter.cpp77 int APrec = A->getValueAsDef("Kind")->getValueAsInt("Precedence"); in CompareOptionRecords()
78 int BPrec = B->getValueAsDef("Kind")->getValueAsInt("Precedence"); in CompareOptionRecords()
269 OS << ", " << R.getValueAsInt("NumArgs"); in EmitOptParser()
DSubtargetEmitter.cpp294 int Cycles = Stage->getValueAsInt("Cycles"); in FormItineraryStageString()
307 int TimeInc = Stage->getValueAsInt("TimeInc"); in FormItineraryStageString()
310 int Kind = Stage->getValueAsInt("Kind"); in FormItineraryStageString()
508 int NumUOps = ItinData ? ItinData->getValueAsInt("NumMicroOps") : 0; in EmitStageAndOperandCycleData()
602 int V = R ? R->getValueAsInt(Name) : -1; in EmitProcessorProp()
625 int BufferSize = PRDef->getValueAsInt("BufferSize"); in EmitProcessorResources()
630 NumUnits += (*RUI)->getValueAsInt("NumUnits"); in EmitProcessorResources()
640 NumUnits = PRDef->getValueAsInt("NumUnits"); in EmitProcessorResources()
942 WLEntry.Cycles += WriteRes->getValueAsInt("Latency"); in GenSchedClassTables()
943 SCDesc.NumMicroOps += WriteRes->getValueAsInt("NumMicroOps"); in GenSchedClassTables()
[all …]
DAsmWriterEmitter.cpp281 unsigned PassSubtarget = AsmWriter->getValueAsInt("PassSubtarget"); in EmitPrintInstruction()
792 unsigned Variant = AsmWriter->getValueAsInt("Variant"); in EmitPrintAliasInstruction()
793 unsigned PassSubtarget = AsmWriter->getValueAsInt("PassSubtarget"); in EmitPrintAliasInstruction()
806 int Priority = R->getValueAsInt("EmitPriority"); in EmitPrintAliasInstruction()
1109 AsmWriterInst(*I, AsmWriter->getValueAsInt("Variant"), in AsmWriterEmitter()
1110 AsmWriter->getValueAsInt("PassSubtarget"))); in AsmWriterEmitter()
DCodeGenRegisters.cpp38 Size = R->getValueAsInt("Size"); in CodeGenSubRegIndex()
39 Offset = R->getValueAsInt("Offset"); in CodeGenSubRegIndex()
109 CostPerUse(R->getValueAsInt("CostPerUse")), in CodeGenRegister()
580 unsigned(Reg->getValueAsInt("CostPerUse"))); in expand()
706 unsigned Size = R->getValueAsInt("Size"); in CodeGenRegisterClass()
710 SpillAlignment = R->getValueAsInt("Alignment"); in CodeGenRegisterClass()
711 CopyCost = R->getValueAsInt("CopyCost"); in CodeGenRegisterClass()
714 int AllocationPriority = R->getValueAsInt("AllocationPriority"); in CodeGenRegisterClass()
DDAGISelEmitter.cpp67 Cost += Op->getValueAsInt("CodeSize"); in getResultPatternSize()
DInstrInfoEmitter.cpp123 Res += utostr(OpR->getValueAsInt("RegClassKind")) + ", "; in GetOperandInfo()
479 << Inst.TheDef->getValueAsInt("Size") << ",\t0"; in emitRecord()
DCodeGenDAGPatterns.cpp868 OperandNo = R->getValueAsInt("OperandNum"); in SDTypeConstraint()
886 x.SDTCisSameAs_Info.OtherOperandNum = R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()
890 R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()
894 R->getValueAsInt("BigOperandNum"); in SDTypeConstraint()
897 x.SDTCisEltOfVec_Info.OtherOperandNum = R->getValueAsInt("OtherOpNum"); in SDTypeConstraint()
901 R->getValueAsInt("OtherOpNum"); in SDTypeConstraint()
914 R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()
1089 NumResults = TypeProfile->getValueAsInt("NumResults"); in SDNodeInfo()
1090 NumOperands = TypeProfile->getValueAsInt("NumOperands"); in SDNodeInfo()
3137 Instr->getValueAsInt("AddedComplexity"), in ParseInstructions()
[all …]
DIntrinsicEmitter.cpp303 unsigned Number = R->getValueAsInt("Number"); in EncodeFixedType()
352 AddrSpace = R->getValueAsInt("AddrSpace"); in EncodeFixedType()
DAsmMatcherEmitter.cpp1334 int AsmVariantNo = AsmVariant->getValueAsInt("Variant"); in buildInfo()
2409 int AsmParserVariantNo = AsmVariant->getValueAsInt("Variant"); in emitMnemonicAliases()
2799 int AsmVariantNo = AsmVariant->getValueAsInt("Variant"); in run()
2846 int AsmVariantNo = AsmVariant->getValueAsInt("Variant"); in run()
2899 int AsmVariantNo = AsmVariant->getValueAsInt("Variant"); in run()
DFixedLenDecoderEmitter.cpp1828 utostr(TypeRecord->getValueAsInt("RegClassKind")); in populateInstruction()
1900 utostr(TypeRecord->getValueAsInt("RegClassKind")); in populateInstruction()
2154 unsigned Size = Def->getValueAsInt("Size"); in run()
DCodeGenSchedule.cpp412 SchedRW.TheDef ? SchedRW.TheDef->getValueAsInt("Repeat") : 1; in expandRWSequence()
453 SchedWrite.TheDef ? SchedWrite.TheDef->getValueAsInt("Repeat") : 1; in expandRWSeqForProc()
/external/llvm/lib/IR/
DAttributes.cpp126 uint64_t Attribute::getValueAsInt() const { in getValueAsInt() function in Attribute
130 return pImpl ? pImpl->getValueAsInt() : 0; in getValueAsInt()
160 return pImpl->getValueAsInt(); in getAlignment()
168 return pImpl->getValueAsInt(); in getStackAlignment()
176 return pImpl->getValueAsInt(); in getDereferenceableBytes()
183 return pImpl->getValueAsInt(); in getDereferenceableOrNullBytes()
275 Result += utostr(getValueAsInt()); in getAsString()
284 Result += utostr(getValueAsInt()); in getAsString()
287 Result += utostr(getValueAsInt()); in getAsString()
353 uint64_t AttributeImpl::getValueAsInt() const { in getValueAsInt() function in AttributeImpl
[all …]
DAttributeImpl.h59 uint64_t getValueAsInt() const;
71 Profile(ID, getKindAsEnum(), getValueAsInt()); in Profile()
/external/clang/utils/TableGen/
DClangCommentHTMLNamedCharacterReferenceEmitter.cpp59 uint64_t CodePoint = Tag.getValueAsInt("CodePoint"); in EmitClangCommentHTMLNamedCharacterReferences()
DClangCommentCommandInfoEmitter.cpp36 << Tag.getValueAsInt("NumArgs") << ", " in EmitClangCommentCommandInfo()
DClangAttrEmitter.cpp1037 Arg, Attr, "int", Arg.getValueAsInt("Default")); in createArgument()
1867 Version = static_cast<int>(Spelling->getValueAsInt("Version")); in GenerateHasAttrSpellingStringSwitch()
/external/llvm/include/llvm/IR/
DAttributes.h169 uint64_t getValueAsInt() const;
/external/llvm/include/llvm/TableGen/
DRecord.h1651 int64_t getValueAsInt(StringRef FieldName) const;
/external/llvm/lib/TableGen/
DRecord.cpp1876 int64_t Record::getValueAsInt(StringRef FieldName) const { in getValueAsInt() function in Record
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp279 Record.push_back(Attr.getValueAsInt()); in WriteAttributeGroupTable()
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...