/external/llvm/utils/TableGen/ |
D | CallingConvEmitter.cpp | 175 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()
|
D | CodeGenTarget.cpp | 39 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()
|
D | OptParserEmitter.cpp | 77 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()
|
D | SubtargetEmitter.cpp | 289 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 …]
|
D | AsmWriterEmitter.cpp | 281 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()
|
D | CodeGenRegisters.cpp | 38 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()
|
D | DAGISelEmitter.cpp | 67 Cost += Op->getValueAsInt("CodeSize"); in getResultPatternSize()
|
D | CodeGenDAGPatterns.cpp | 903 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 …]
|
D | InstrInfoEmitter.cpp | 123 Res += utostr(OpR->getValueAsInt("RegClassKind")) + ", "; in GetOperandInfo() 476 << Inst.TheDef->getValueAsInt("Size") << ",\t" in emitRecord()
|
D | IntrinsicEmitter.cpp | 304 unsigned Number = R->getValueAsInt("Number"); in EncodeFixedType() 353 AddrSpace = R->getValueAsInt("AddrSpace"); in EncodeFixedType()
|
D | AsmMatcherEmitter.cpp | 1387 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()
|
D | FixedLenDecoderEmitter.cpp | 1881 utostr(TypeRecord->getValueAsInt("RegClassKind")); in populateInstruction() 1960 utostr(TypeRecord->getValueAsInt("RegClassKind")); in populateInstruction() 2261 unsigned Size = Def->getValueAsInt("Size"); in run()
|
D | CodeGenSchedule.cpp | 403 SchedRW.TheDef ? SchedRW.TheDef->getValueAsInt("Repeat") : 1; in expandRWSequence() 444 SchedWrite.TheDef ? SchedWrite.TheDef->getValueAsInt("Repeat") : 1; in expandRWSeqForProc()
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 126 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 …]
|
D | AttributeImpl.h | 60 uint64_t getValueAsInt() const; 72 Profile(ID, getKindAsEnum(), getValueAsInt()); in Profile()
|
/external/clang/utils/TableGen/ |
D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 59 uint64_t CodePoint = Tag.getValueAsInt("CodePoint"); in EmitClangCommentHTMLNamedCharacterReferences()
|
D | ClangCommentCommandInfoEmitter.cpp | 36 << Tag.getValueAsInt("NumArgs") << ", " in EmitClangCommentCommandInfo()
|
D | ClangAttrEmitter.cpp | 1053 Arg, Attr, "int", Arg.getValueAsInt("Default")); in createArgument() 1972 Version = static_cast<int>(Spelling->getValueAsInt("Version")); in GenerateHasAttrSpellingStringSwitch()
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 123 uint64_t getValueAsInt() const;
|
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 1409 int64_t getValueAsInt(StringRef FieldName) const;
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 1759 int64_t Record::getValueAsInt(StringRef FieldName) const { in getValueAsInt() function in Record
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 295 Record.push_back(Attr.getValueAsInt()); in WriteAttributeGroupTable()
|