/external/llvm-project/llvm/utils/TableGen/ |
D | PredicateExpander.cpp | 321 return expandCheckIsRegOperand(OS, Rec->getValueAsInt("OpIndex")); in expandPredicate() 324 return expandCheckIsImmOperand(OS, Rec->getValueAsInt("OpIndex")); in expandPredicate() 327 return expandCheckRegOperand(OS, Rec->getValueAsInt("OpIndex"), in expandPredicate() 332 return expandCheckRegOperandSimple(OS, Rec->getValueAsInt("OpIndex"), in expandPredicate() 336 return expandCheckInvalidRegOperand(OS, Rec->getValueAsInt("OpIndex")); in expandPredicate() 339 return expandCheckImmOperand(OS, Rec->getValueAsInt("OpIndex"), in expandPredicate() 340 Rec->getValueAsInt("ImmVal"), in expandPredicate() 344 return expandCheckImmOperand(OS, Rec->getValueAsInt("OpIndex"), in expandPredicate() 349 return expandCheckImmOperandSimple(OS, Rec->getValueAsInt("OpIndex"), in expandPredicate() 353 return expandCheckSameRegOperand(OS, Rec->getValueAsInt("FirstIndex"), in expandPredicate() [all …]
|
D | CodeGenTarget.cpp | 46 return (MVT::SimpleValueType)Rec->getValueAsInt("Value"); in getValueType() 293 return TargetRec->getValueAsInt("AllowRegisterRenaming"); in getAllowRegisterRenaming() 569 NumOperands = R->getValueAsInt("NumOperands"); in ComplexPattern() 577 int64_t RawComplexity = R->getValueAsInt("Complexity"); in ComplexPattern() 735 unsigned MatchTy = TyEl->getValueAsInt("Number"); in CodeGenIntrinsic() 766 unsigned MatchTy = TyEl->getValueAsInt("Number"); in CodeGenIntrinsic() 861 unsigned ArgNo = R->getValueAsInt("ArgNo"); in setProperty() 864 unsigned ArgNo = R->getValueAsInt("ArgNo"); in setProperty() 867 unsigned ArgNo = R->getValueAsInt("ArgNo"); in setProperty() 870 unsigned ArgNo = R->getValueAsInt("ArgNo"); in setProperty() [all …]
|
D | CallingConvEmitter.cpp | 189 int Size = Action->getValueAsInt("Size"); in EmitAction() 190 int Align = Action->getValueAsInt("Align"); in EmitAction() 214 int Size = Action->getValueAsInt("Size"); in EmitAction() 215 int Align = Action->getValueAsInt("Align"); in EmitAction() 278 int Size = Action->getValueAsInt("Size"); in EmitAction() 279 int Align = Action->getValueAsInt("Align"); in EmitAction()
|
D | InfoByHwMode.cpp | 43 PtrAddrSpace = R->getValueAsInt("AddrSpace"); in ValueTypeByHwMode() 123 RegSize = R->getValueAsInt("RegSize"); in RegSizeInfo() 124 SpillSize = R->getValueAsInt("SpillSize"); in RegSizeInfo() 125 SpillAlignment = R->getValueAsInt("SpillAlignment"); in RegSizeInfo()
|
D | OptEmitter.cpp | 73 int APrec = A->getValueAsDef("Kind")->getValueAsInt("Precedence"); in CompareOptionRecords() 74 int BPrec = B->getValueAsDef("Kind")->getValueAsInt("Precedence"); in CompareOptionRecords()
|
D | SubtargetEmitter.cpp | 310 int Cycles = Stage->getValueAsInt("Cycles"); in FormItineraryStageString() 323 int TimeInc = Stage->getValueAsInt("TimeInc"); in FormItineraryStageString() 326 int Kind = Stage->getValueAsInt("Kind"); in FormItineraryStageString() 519 int16_t NumUOps = ItinData ? ItinData->getValueAsInt("NumMicroOps") : 0; in EmitStageAndOperandCycleData() 614 int V = R ? R->getValueAsInt(Name) : -1; in EmitProcessorProp() 636 for (unsigned J = 0; J < RU->getValueAsInt("NumUnits"); ++J) { in EmitProcessorResourceSubUnits() 650 std::max(ReorderBufferSize, RCU->getValueAsInt("ReorderBufferSize")); in EmitRetireControlUnitInfo() 652 std::max(MaxRetirePerCycle, RCU->getValueAsInt("MaxRetirePerCycle")); in EmitRetireControlUnitInfo() 794 int BufferSize = PRDef->getValueAsInt("BufferSize"); in EmitProcessorResources() 798 NumUnits += RU->getValueAsInt("NumUnits"); in EmitProcessorResources() [all …]
|
D | X86EVEX2VEXTablesEmitter.cpp | 163 return RegRec->getValueAsInt("Alignment"); in getRegOperandSize() 165 return RegRec->getValueAsDef("RegClass")->getValueAsInt("Alignment"); in getRegOperandSize()
|
/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() 392 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() 602 unsigned ArgNo = Property->getValueAsInt("ArgNo"); in CodeGenIntrinsic() 605 unsigned ArgNo = Property->getValueAsInt("ArgNo"); in CodeGenIntrinsic()
|
D | SubtargetEmitter.cpp | 288 int Cycles = Stage->getValueAsInt("Cycles"); in FormItineraryStageString() 301 int TimeInc = Stage->getValueAsInt("TimeInc"); in FormItineraryStageString() 304 int Kind = Stage->getValueAsInt("Kind"); in FormItineraryStageString() 498 int NumUOps = ItinData ? ItinData->getValueAsInt("NumMicroOps") : 0; in EmitStageAndOperandCycleData() 592 int V = R ? R->getValueAsInt(Name) : -1; in EmitProcessorProp() 615 int BufferSize = PRDef->getValueAsInt("BufferSize"); in EmitProcessorResources() 619 NumUnits += RU->getValueAsInt("NumUnits"); in EmitProcessorResources() 629 NumUnits = PRDef->getValueAsInt("NumUnits"); in EmitProcessorResources() 921 WLEntry.Cycles += WriteRes->getValueAsInt("Latency"); in GenSchedClassTables() 922 SCDesc.NumMicroOps += WriteRes->getValueAsInt("NumMicroOps"); in GenSchedClassTables() [all …]
|
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()
|
/external/llvm-project/clang/utils/TableGen/ |
D | ClangOpenCLBuiltinEmitter.cpp | 462 << T.first->getValueAsInt("VecWidth") << ", " in EmitTypeTable() 514 << Overload.first->getValueAsDef("MinVersion")->getValueAsInt("ID") in EmitBuiltinTable() 516 << Overload.first->getValueAsDef("MaxVersion")->getValueAsInt("ID") in EmitBuiltinTable() 538 Rec->getValueAsDef("MinVersion")->getValueAsInt("ID") == in CanReuseSignature() 539 Rec2->getValueAsDef("MinVersion")->getValueAsInt("ID") && in CanReuseSignature() 540 Rec->getValueAsDef("MaxVersion")->getValueAsInt("ID") == in CanReuseSignature() 541 Rec2->getValueAsDef("MaxVersion")->getValueAsInt("ID") && in CanReuseSignature()
|
D | SveEmitter.cpp | 269 EltTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter() 271 MemEltTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter() 273 FlagTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter() 275 MergeTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter() 277 ImmCheckTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter() 999 uint64_t Merge = R->getValueAsInt("Merge"); in createIntrinsic() 1001 uint64_t MemEltType = R->getValueAsInt("MemEltType"); in createIntrinsic() 1007 Flags |= FlagRec->getValueAsInt("Value"); in createIntrinsic() 1037 int64_t Arg = R->getValueAsInt("Arg"); in createIntrinsic() 1038 int64_t EltSizeArg = R->getValueAsInt("EltSizeArg"); in createIntrinsic() [all …]
|
D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 58 uint64_t CodePoint = Tag.getValueAsInt("CodePoint"); in EmitClangCommentHTMLNamedCharacterReferences()
|
/external/llvm-project/llvm/include/llvm/TableGen/ |
D | DirectiveEmitter.h | 197 int64_t getMinVersion() const { return Def->getValueAsInt("minVersion"); } in getMinVersion() 199 int64_t getMaxVersion() const { return Def->getValueAsInt("maxVersion"); } in getMaxVersion() 209 int getValue() const { return Def->getValueAsInt("value"); } in getValue()
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/ |
D | JsonParserDelegate.java | 205 @Override public int getValueAsInt() throws IOException { return delegate.getValueAsInt(); } in getValueAsInt() method in JsonParserDelegate 206 …@Override public int getValueAsInt(int defaultValue) throws IOException { return delegate.getValue… in getValueAsInt() method in JsonParserDelegate
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 164 uint64_t Attribute::getValueAsInt() const { in getValueAsInt() function in Attribute 168 return pImpl->getValueAsInt(); in getValueAsInt() 197 return pImpl->getValueAsInt(); in getAlignment() 203 return pImpl->getValueAsInt(); in getStackAlignment() 210 return pImpl->getValueAsInt(); in getDereferenceableBytes() 217 return pImpl->getValueAsInt(); in getDereferenceableOrNullBytes() 223 return unpackAllocSizeArgs(pImpl->getValueAsInt()); in getAllocSizeArgs() 333 Result += utostr(getValueAsInt()); in getAsString() 342 Result += utostr(getValueAsInt()); in getAsString() 345 Result += utostr(getValueAsInt()); in getAsString() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 206 uint64_t Attribute::getValueAsInt() const { in getValueAsInt() function in Attribute 210 return pImpl->getValueAsInt(); in getValueAsInt() 247 return MaybeAlign(pImpl->getValueAsInt()); in getAlignment() 253 return MaybeAlign(pImpl->getValueAsInt()); in getStackAlignment() 260 return pImpl->getValueAsInt(); in getDereferenceableBytes() 267 return pImpl->getValueAsInt(); in getDereferenceableOrNullBytes() 273 return unpackAllocSizeArgs(pImpl->getValueAsInt()); in getAllocSizeArgs() 418 Result += utostr(getValueAsInt()); in getAsString() 427 Result += utostr(getValueAsInt()); in getAsString() 430 Result += utostr(getValueAsInt()); in getAsString() [all …]
|
D | AttributeImpl.h | 67 uint64_t getValueAsInt() const; 81 Profile(ID, getKindAsEnum(), getValueAsInt()); in Profile()
|
/external/llvm-project/lldb/utils/TableGen/ |
D | LLDBOptionDefEmitter.cpp | 48 int GroupStart = Option->getValueAsInt("GroupStart"); in CommandOption() 49 int GroupEnd = Option->getValueAsInt("GroupEnd"); in CommandOption()
|
/external/llvm-project/llvm/lib/IR/ |
D | Attributes.cpp | 261 uint64_t Attribute::getValueAsInt() const { in getValueAsInt() function in Attribute 265 return pImpl->getValueAsInt(); in getValueAsInt() 302 return MaybeAlign(pImpl->getValueAsInt()); in getAlignment() 308 return MaybeAlign(pImpl->getValueAsInt()); in getStackAlignment() 315 return pImpl->getValueAsInt(); in getDereferenceableBytes() 322 return pImpl->getValueAsInt(); in getDereferenceableOrNullBytes() 328 return unpackAllocSizeArgs(pImpl->getValueAsInt()); in getAllocSizeArgs() 491 Result += utostr(getValueAsInt()); in getAsString() 500 Result += utostr(getValueAsInt()); in getAsString() 503 Result += utostr(getValueAsInt()); in getAsString() [all …]
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/ |
D | JsonParser.java | 1620 public int getValueAsInt() throws IOException { in getValueAsInt() method in JsonParser 1621 return getValueAsInt(0); in getValueAsInt() 1635 public int getValueAsInt(int def) throws IOException { return def; } in getValueAsInt() method in JsonParser
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/filter/ |
D | FilteringParserDelegate.java | 890 @Override public int getValueAsInt() throws IOException { return delegate.getValueAsInt(); } in getValueAsInt() method in FilteringParserDelegate 891 …@Override public int getValueAsInt(int defaultValue) throws IOException { return delegate.getValue… in getValueAsInt() method in FilteringParserDelegate
|
/external/clang/utils/TableGen/ |
D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 59 uint64_t CodePoint = Tag.getValueAsInt("CodePoint"); in EmitClangCommentHTMLNamedCharacterReferences()
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/base/ |
D | ParserMinimalBase.java | 364 public int getValueAsInt() throws IOException in getValueAsInt() method in ParserMinimalBase 370 return getValueAsInt(0); in getValueAsInt() 374 public int getValueAsInt(int defaultValue) throws IOException in getValueAsInt() method in ParserMinimalBase
|