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

12

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DPredicateExpander.cpp309 return expandCheckIsRegOperand(OS, Rec->getValueAsInt("OpIndex"));
312 return expandCheckIsImmOperand(OS, Rec->getValueAsInt("OpIndex"));
315 return expandCheckRegOperand(OS, Rec->getValueAsInt("OpIndex"),
320 return expandCheckRegOperandSimple(OS, Rec->getValueAsInt("OpIndex"),
324 return expandCheckInvalidRegOperand(OS, Rec->getValueAsInt("OpIndex"));
327 return expandCheckImmOperand(OS, Rec->getValueAsInt("OpIndex"),
328 Rec->getValueAsInt("ImmVal"),
332 return expandCheckImmOperand(OS, Rec->getValueAsInt("OpIndex"),
337 return expandCheckImmOperandSimple(OS, Rec->getValueAsInt("OpIndex"),
341 return expandCheckSameRegOperand(OS, Rec->getValueAsInt("FirstInde
[all...]
H A DOptEmitter.cpp73 int APrec = A->getValueAsDef("Kind")->getValueAsInt("Precedence");
74 int BPrec = B->getValueAsDef("Kind")->getValueAsInt("Precedence");
H A DCallingConvEmitter.cpp187 int Size = Action->getValueAsInt("Size");
188 int Align = Action->getValueAsInt("Align");
212 int Size = Action->getValueAsInt("Size");
213 int Align = Action->getValueAsInt("Align");
276 int Size = Action->getValueAsInt("Size");
277 int Align = Action->getValueAsInt("Align");
H A DInfoByHwMode.cpp43 PtrAddrSpace = R->getValueAsInt("AddrSpace");
123 RegSize = R->getValueAsInt("RegSize");
124 SpillSize = R->getValueAsInt("SpillSize");
125 SpillAlignment = R->getValueAsInt("SpillAlignment");
H A DCodeGenTarget.cpp46 return (MVT::SimpleValueType)Rec->getValueAsInt("Value");
274 return TargetRec->getValueAsInt("AllowRegisterRenaming");
552 NumOperands = R->getValueAsInt("NumOperands");
560 int64_t RawComplexity = R->getValueAsInt("Complexity");
710 unsigned MatchTy = TyEl->getValueAsInt("Number");
741 unsigned MatchTy = TyEl->getValueAsInt("Number");
812 unsigned ArgNo = Property->getValueAsInt("ArgNo");
815 unsigned ArgNo = Property->getValueAsInt("ArgNo");
818 unsigned ArgNo = Property->getValueAsInt("ArgNo");
821 unsigned ArgNo = Property->getValueAsInt("ArgN
[all...]
H A DSubtargetEmitter.cpp308 int Cycles = Stage->getValueAsInt("Cycles");
321 int TimeInc = Stage->getValueAsInt("TimeInc");
324 int Kind = Stage->getValueAsInt("Kind");
517 int16_t NumUOps = ItinData ? ItinData->getValueAsInt("NumMicroOps") : 0;
612 int V = R ? R->getValueAsInt(Name) : -1;
634 for (unsigned J = 0; J < RU->getValueAsInt("NumUnits"); ++J) {
648 std::max(ReorderBufferSize, RCU->getValueAsInt("ReorderBufferSize"));
650 std::max(MaxRetirePerCycle, RCU->getValueAsInt("MaxRetirePerCycle"));
792 int BufferSize = PRDef->getValueAsInt("BufferSize");
796 NumUnits += RU->getValueAsInt("NumUnit
[all...]
H A DX86EVEX2VEXTablesEmitter.cpp163 return RegRec->getValueAsInt("Alignment");
165 return RegRec->getValueAsDef("RegClass")->getValueAsInt("Alignment");
H A DDAGISelEmitter.cpp66 Cost += Op->getValueAsInt("CodeSize");
H A DDirectiveEmitter.cpp229 const auto MinVersion = C->getValueAsInt("minVersion");
230 const auto MaxVersion = C->getValueAsInt("maxVersion");
H A DAsmWriterEmitter.cpp297 bool PassSubtarget = AsmWriter->getValueAsInt("PassSubtarget");
783 unsigned Variant = AsmWriter->getValueAsInt("Variant");
784 bool PassSubtarget = AsmWriter->getValueAsInt("PassSubtarget");
794 int Priority = R->getValueAsInt("EmitPriority");
1252 unsigned Variant = AsmWriter->getValueAsInt("Variant");
H A DCodeGenRegisters.cpp58 Size = R->getValueAsInt("Size");
59 Offset = R->getValueAsInt("Offset");
159 CostPerUse(R->getValueAsInt("CostPerUse")),
657 unsigned(Reg->getValueAsInt("CostPerUse")));
792 unsigned Size = R->getValueAsInt("Size");
799 RI.SpillAlignment = R->getValueAsInt("Alignment");
803 CopyCost = R->getValueAsInt("CopyCost");
806 int AllocationPriority = R->getValueAsInt("AllocationPriority");
862 return TheDef->getValueAsInt("Weight");
H A DCodeGenDAGPatterns.cpp1213 return R->getValueAsInt("MinAlignment");
1449 OperandNo = R->getValueAsInt("OperandNum");
1467 x.SDTCisSameAs_Info.OtherOperandNum = R->getValueAsInt("OtherOperandNum");
1471 R->getValueAsInt("OtherOperandNum");
1475 R->getValueAsInt("BigOperandNum");
1478 x.SDTCisEltOfVec_Info.OtherOperandNum = R->getValueAsInt("OtherOpNum");
1482 R->getValueAsInt("OtherOpNum");
1498 R->getValueAsInt("OtherOperandNum");
1502 R->getValueAsInt("OtherOperandNum");
1729 NumResults = TypeProfile->getValueAsInt("NumResult
[all...]
H A DDFAEmitter.cpp347 Actions.emplace_back(nullptr, R->getValueAsInt(A), "");
H A DOptParserEmitter.cpp405 OS << ", " << R.getValueAsInt("NumArgs");
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp58 uint64_t CodePoint = Tag.getValueAsInt("CodePoint");
H A DClangOpenCLBuiltinEmitter.cpp462 << T.first->getValueAsInt("VecWidth") << ", "
514 << Overload.first->getValueAsDef("MinVersion")->getValueAsInt("ID")
516 << Overload.first->getValueAsDef("MaxVersion")->getValueAsInt("ID")
538 Rec->getValueAsDef("MinVersion")->getValueAsInt("ID") ==
539 Rec2->getValueAsDef("MinVersion")->getValueAsInt("ID") &&
540 Rec->getValueAsDef("MaxVersion")->getValueAsInt("ID") ==
541 Rec2->getValueAsDef("MaxVersion")->getValueAsInt("ID") &&
H A DSveEmitter.cpp269 EltTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value");
271 MemEltTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value");
273 FlagTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value");
275 MergeTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value");
277 ImmCheckTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value");
999 uint64_t Merge = R->getValueAsInt("Merge");
1001 uint64_t MemEltType = R->getValueAsInt("MemEltType");
1007 Flags |= FlagRec->getValueAsInt("Value");
1037 int64_t Arg = R->getValueAsInt("Arg");
1038 int64_t EltSizeArg = R->getValueAsInt("EltSizeAr
[all...]
H A DClangCommentCommandInfoEmitter.cpp36 << Tag.getValueAsInt("NumArgs") << ", "
H A DMveEmitter.cpp248 Bits = Record->getValueAsInt("size");
1120 unsigned Registers = Op->getValueAsInt("n");
1143 int Num = Op->getValueAsInt("num"), Denom = Op->getValueAsInt("denom");
1236 unsigned Index = sp->getValueAsInt("index");
1334 for (unsigned i = 0, e = PolymorphicNameType->getValueAsInt(
1386 IA.i1 = Bounds->getValueAsInt("lo");
1387 IA.i2 = Bounds->getValueAsInt("hi");
1397 IA.i1 = Bounds->getValueAsInt("base");
H A DClangOptionDocEmitter.cpp160 .Case("KIND_MULTIARG", Option->getValueAsInt("NumArgs"))
/freebsd-13-stable/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp48 int GroupStart = Option->getValueAsInt("GroupStart");
49 int GroupEnd = Option->getValueAsInt("GroupEnd");
H A DLLDBPropertyDefEmitter.cpp83 OS << std::to_string(Property->getValueAsInt("DefaultUnsignedValue"));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp253 uint64_t Attribute::getValueAsInt() const { function in class:Attribute
257 return pImpl->getValueAsInt();
294 return MaybeAlign(pImpl->getValueAsInt());
300 return MaybeAlign(pImpl->getValueAsInt());
307 return pImpl->getValueAsInt();
314 return pImpl->getValueAsInt();
320 return unpackAllocSizeArgs(pImpl->getValueAsInt());
482 Result += utostr(getValueAsInt());
491 Result += utostr(getValueAsInt());
494 Result += utostr(getValueAsInt());
581 uint64_t AttributeImpl::getValueAsInt() const { function in class:AttributeImpl
[all...]
H A DAttributeImpl.h66 uint64_t getValueAsInt() const;
80 Profile(ID, getKindAsEnum(), getValueAsInt());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp155 Arg->getAttribute(RK.AttrKind).getValueAsInt() >= RK.ArgValue))
200 AttrArg = Attr.getValueAsInt();
394 Arg->getAttribute(RK.AttrKind).getValueAsInt() >=

Completed in 107 milliseconds

12