Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCallingConvEmitter.cpp175 int Size = Action->getValueAsInt("Size"); in EmitAction()
176 int Align = Action->getValueAsInt("Align"); in EmitAction()
199 int Size = Action->getValueAsInt("Size"); in EmitAction()
200 int Align = Action->getValueAsInt("Align"); in EmitAction()
259 int Size = Action->getValueAsInt("Size"); in EmitAction()
260 int Align = Action->getValueAsInt("Align"); in EmitAction()
DCodeGenTarget.cpp39 return (MVT::SimpleValueType)Rec->getValueAsInt("Value"); in getValueType()
397 NumOperands = R->getValueAsInt("NumOperands"); in ComplexPattern()
504 unsigned MatchTy = TyEl->getValueAsInt("Number"); in CodeGenIntrinsic()
538 unsigned MatchTy = TyEl->getValueAsInt("Number"); in CodeGenIntrinsic()
593 unsigned ArgNo = Property->getValueAsInt("ArgNo"); in CodeGenIntrinsic()
596 unsigned ArgNo = Property->getValueAsInt("ArgNo"); in CodeGenIntrinsic()
599 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.cpp289 int Cycles = Stage->getValueAsInt("Cycles"); in FormItineraryStageString()
302 int TimeInc = Stage->getValueAsInt("TimeInc"); in FormItineraryStageString()
305 int Kind = Stage->getValueAsInt("Kind"); in FormItineraryStageString()
503 int NumUOps = ItinData ? ItinData->getValueAsInt("NumMicroOps") : 0; in EmitStageAndOperandCycleData()
597 int V = R ? R->getValueAsInt(Name) : -1; in EmitProcessorProp()
620 int BufferSize = PRDef->getValueAsInt("BufferSize"); in EmitProcessorResources()
625 NumUnits += (*RUI)->getValueAsInt("NumUnits"); in EmitProcessorResources()
635 NumUnits = PRDef->getValueAsInt("NumUnits"); in EmitProcessorResources()
937 WLEntry.Cycles += WriteRes->getValueAsInt("Latency"); in GenSchedClassTables()
938 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()
805 int Priority = R->getValueAsInt("EmitPriority"); in EmitPrintAliasInstruction()
1103 Instructions.emplace_back(*I, AsmWriter->getValueAsInt("Variant"), in AsmWriterEmitter()
1104 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()
DCodeGenDAGPatterns.cpp903 OperandNo = R->getValueAsInt("OperandNum"); in SDTypeConstraint()
921 x.SDTCisSameAs_Info.OtherOperandNum = R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()
925 R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()
929 R->getValueAsInt("BigOperandNum"); in SDTypeConstraint()
932 x.SDTCisEltOfVec_Info.OtherOperandNum = R->getValueAsInt("OtherOpNum"); in SDTypeConstraint()
936 R->getValueAsInt("OtherOpNum"); in SDTypeConstraint()
949 R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()
953 R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()
1136 NumResults = TypeProfile->getValueAsInt("NumResults"); in SDNodeInfo()
1137 NumOperands = TypeProfile->getValueAsInt("NumOperands"); in SDNodeInfo()
[all …]
DInstrInfoEmitter.cpp123 Res += utostr(OpR->getValueAsInt("RegClassKind")) + ", "; in GetOperandInfo()
476 << Inst.TheDef->getValueAsInt("Size") << ",\t" in emitRecord()
DIntrinsicEmitter.cpp304 unsigned Number = R->getValueAsInt("Number"); in EncodeFixedType()
353 AddrSpace = R->getValueAsInt("AddrSpace"); in EncodeFixedType()
DAsmMatcherEmitter.cpp1387 int AsmVariantNo = AsmVariant->getValueAsInt("Variant"); in buildInfo()
2458 int AsmParserVariantNo = AsmVariant->getValueAsInt("Variant"); in emitMnemonicAliases()
2852 int AsmVariantNo = AsmVariant->getValueAsInt("Variant"); in run()
2899 int AsmVariantNo = AsmVariant->getValueAsInt("Variant"); in run()
2954 int AsmVariantNo = AsmVariant->getValueAsInt("Variant"); in run()
DFixedLenDecoderEmitter.cpp1881 utostr(TypeRecord->getValueAsInt("RegClassKind")); in populateInstruction()
1960 utostr(TypeRecord->getValueAsInt("RegClassKind")); in populateInstruction()
2261 unsigned Size = Def->getValueAsInt("Size"); in run()
DCodeGenSchedule.cpp403 SchedRW.TheDef ? SchedRW.TheDef->getValueAsInt("Repeat") : 1; in expandRWSequence()
444 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->getValueAsInt(); 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()
287 Result += utostr(getValueAsInt()); in getAsString()
296 Result += utostr(getValueAsInt()); in getAsString()
299 Result += utostr(getValueAsInt()); in getAsString()
365 uint64_t AttributeImpl::getValueAsInt() const { in getValueAsInt() function in AttributeImpl
[all …]
DAttributeImpl.h60 uint64_t getValueAsInt() const;
72 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.cpp1053 Arg, Attr, "int", Arg.getValueAsInt("Default")); in createArgument()
1972 Version = static_cast<int>(Spelling->getValueAsInt("Version")); in GenerateHasAttrSpellingStringSwitch()
/external/llvm/include/llvm/IR/
DAttributes.h123 uint64_t getValueAsInt() const;
/external/llvm/include/llvm/TableGen/
DRecord.h1409 int64_t getValueAsInt(StringRef FieldName) const;
/external/llvm/lib/TableGen/
DRecord.cpp1759 int64_t Record::getValueAsInt(StringRef FieldName) const { in getValueAsInt() function in Record
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp295 Record.push_back(Attr.getValueAsInt()); in WriteAttributeGroupTable()