| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | NVPTX.cpp | 360 *MaxThreadsVal = MaxThreads.getExtValue(); in handleCUDALaunchBoundsAttr() 362 F->addFnAttr("nvvm.maxntid", llvm::utostr(MaxThreads.getExtValue())); in handleCUDALaunchBoundsAttr() 373 *MinBlocksVal = MinBlocks.getExtValue(); in handleCUDALaunchBoundsAttr() 375 F->addFnAttr("nvvm.minctasm", llvm::utostr(MinBlocks.getExtValue())); in handleCUDALaunchBoundsAttr() 383 *MaxClusterRankVal = MaxBlocks.getExtValue(); in handleCUDALaunchBoundsAttr() 386 llvm::utostr(MaxBlocks.getExtValue())); in handleCUDALaunchBoundsAttr()
|
| H A D | AMDGPU.cpp | 391 .getExtValue(); in setFunctionDeclAttributes() 396 .getExtValue() in setFunctionDeclAttributes() 401 .getExtValue() in setFunctionDeclAttributes() 718 return E->EvaluateKnownConstInt(getContext()).getExtValue(); in handleAMDGPUFlatWorkGroupSizeAttr() 745 Attr->getMin()->EvaluateKnownConstInt(getContext()).getExtValue(); in handleAMDGPUWavesPerEUAttr() 748 ? Attr->getMax()->EvaluateKnownConstInt(getContext()).getExtValue() in handleAMDGPUWavesPerEUAttr()
|
| H A D | SPIR.cpp | 288 N = FlatWGS->getMax()->EvaluateKnownConstInt(M.getContext()).getExtValue(); in setTargetAttributes()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BitwiseShiftChecker.cpp | 180 LowerBoundStr = formatv(" >= {0},", MinRight->getExtValue()); in checkOvershift() 276 const int64_t RHS = ConcreteRight->getValue()->getExtValue(); in checkLeftShiftOverflow()
|
| H A D | CStringChecker.cpp | 539 OS << IdxInt->getExtValue(); in checkInit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APSInt.h | 99 int64_t getExtValue() const { in getExtValue() function 105 return isRepresentableByInt64() ? std::optional<int64_t>(getExtValue()) in tryExtValue()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseHLSLRootSignature.cpp | 1266 return Val.getExtValue(); in handleUIntLiteral() 1287 Overflowed |= (Negated && MaxNegativeMagnitude < Val.getExtValue()); in handleIntLiteral() 1290 Overflowed |= (!Negated && MaxPositiveMagnitude < Val.getExtValue()); in handleIntLiteral() 1302 return int32_t(Val.getExtValue()); in handleIntLiteral()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.cpp | 170 Value = N.getExtValue(); in mapEncodedInteger()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACCClause.cpp | 1178 << ICE.has_value() << ICE.value_or(llvm::APSInt{}).getExtValue(); in CheckGangDimExpr() 2001 << ICE.has_value() << ICE.value_or(llvm::APSInt{}).getExtValue(); in CheckTileSizeExpr() 2029 << ICE.has_value() << ICE.value_or(llvm::APSInt{}).getExtValue(); in CheckCollapseLoopCount()
|
| H A D | SemaX86.cpp | 464 int ArgExtValue = Result.getExtValue(); in CheckBuiltinTileDuplicate()
|
| H A D | SemaTemplateVariadic.cpp | 1232 Index = Value.getExtValue(); in BuildPackIndexingExpr()
|
| H A D | SemaARM.cpp | 836 int64_t CoprocNo = CoprocNoAP.getExtValue(); in CheckARMCoprocessorImmediate()
|
| H A D | SemaChecking.cpp | 1591 << Result->getExtValue(); in checkPointerAuthDiscriminatorArg() 1594 << Result->getExtValue() << Max; in checkPointerAuthDiscriminatorArg() 12038 return llvm::IsSingleCodeUnitUTF8Codepoint(Value.getExtValue()); in DiagnoseMixedUnicodeImplicitConversion() 12040 return llvm::IsSingleCodeUnitUTF16Codepoint(Value.getExtValue()); in DiagnoseMixedUnicodeImplicitConversion() 12042 return llvm::IsSingleCodeUnitUTF32Codepoint(Value.getExtValue()); in DiagnoseMixedUnicodeImplicitConversion() 12048 << FormatUTFCodeUnitAsCodepoint(Value.getExtValue(), E->getType()); in DiagnoseMixedUnicodeImplicitConversion() 14275 CharUnits Offset = EltSize * IdxRes->getExtValue(); in getAlignmentAndOffsetFromBinAddOrSub()
|
| H A D | SemaExpr.cpp | 1577 return llvm::IsSingleCodeUnitUTF8Codepoint(Value.getExtValue()); in CheckUnicodeArithmeticConversions() 1579 return llvm::IsSingleCodeUnitUTF16Codepoint(Value.getExtValue()); in CheckUnicodeArithmeticConversions() 1581 return llvm::IsSingleCodeUnitUTF32Codepoint(Value.getExtValue()); in CheckUnicodeArithmeticConversions() 1620 << FormatUTFCodeUnitAsCodepoint(LHSValue.getExtValue(), LHSType) in CheckUnicodeArithmeticConversions() 1621 << FormatUTFCodeUnitAsCodepoint(RHSValue.getExtValue(), RHSType); in CheckUnicodeArithmeticConversions()
|
| H A D | SemaHLSL.cpp | 3117 if (!Offset.has_value() || std::abs(Offset->getExtValue()) != 1) { in CheckBuiltinFunctionCall()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 102 CharacterLiteral::print(Val.getExtValue(), Kind, Out); in printIntegral()
|
| H A D | APValue.cpp | 672 int64_t Char64 = Val.getInt().getExtValue(); in TryPrintAsStringLiteral()
|
| H A D | Stmt.cpp | 526 auto Ch = static_cast<char>(C.getInt().getExtValue()); in ExtractStringFromGCCAsmStmtComponent()
|
| H A D | ExprConstant.cpp | 9273 VT->getNumElements(), Index.getExtValue()); in VisitArraySubscriptExpr() 11591 int64_t index = IndexVal.getExtValue(); in handleVectorShuffle() 18020 StringResult->push_back(Char.getInt().getExtValue()); in EvaluateBuiltinStrLen() 18083 Result.push_back(static_cast<char>(C.getExtValue())); in EvaluateCharRangeAsStringImpl()
|
| H A D | Type.cpp | 4179 return static_cast<unsigned>(Index.getExtValue()); in getSelectedIndex()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 2470 Offset = (int)Token.integerValue().getExtValue(); in parseCFIOffset() 2778 ShufMask.push_back(Int.getExtValue()); in parseShuffleMaskOperand() 3058 Offset = Token.integerValue().getExtValue(); in parseOffset()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Z3Solver.cpp | 751 const int64_t BitReprAsSigned = Int.getExtValue(); in mkBitvector()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 658 return E->EvaluateKnownConstInt(FD->getASTContext()).getExtValue(); in EmitKernelMetadata() 669 return E->EvaluateKnownConstInt(FD->getASTContext()).getExtValue(); in EmitKernelMetadata()
|
| H A D | CGDecl.cpp | 2949 Alignment->EvaluateKnownConstInt(getContext()).getExtValue(); in getOMPAllocateAlignment()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 4574 return static_cast<unsigned>(Index.getExtValue()); in getSelectedIndex()
|