/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | NVPTX.cpp | 324 *MaxThreadsVal = MaxThreads.getExtValue(); in handleCUDALaunchBoundsAttr() 328 MaxThreads.getExtValue()); in handleCUDALaunchBoundsAttr() 340 *MinBlocksVal = MinBlocks.getExtValue(); in handleCUDALaunchBoundsAttr() 344 MinBlocks.getExtValue()); in handleCUDALaunchBoundsAttr() 353 *MaxClusterRankVal = MaxBlocks.getExtValue(); in handleCUDALaunchBoundsAttr() 357 MaxBlocks.getExtValue()); in handleCUDALaunchBoundsAttr()
|
H A D | AMDGPU.cpp | 380 .getExtValue(); in setFunctionDeclAttributes() 385 .getExtValue() in setFunctionDeclAttributes() 390 .getExtValue() in setFunctionDeclAttributes() 651 Min = FlatWGS->getMin()->EvaluateKnownConstInt(getContext()).getExtValue(); in handleAMDGPUFlatWorkGroupSizeAttr() 652 Max = FlatWGS->getMax()->EvaluateKnownConstInt(getContext()).getExtValue(); in handleAMDGPUFlatWorkGroupSizeAttr() 674 Attr->getMin()->EvaluateKnownConstInt(getContext()).getExtValue(); in handleAMDGPUWavesPerEUAttr() 677 ? Attr->getMax()->EvaluateKnownConstInt(getContext()).getExtValue() in handleAMDGPUWavesPerEUAttr()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocOverflowSecurityChecker.cpp | 207 auto denomExtVal = denomVal.getExtValue(); in CheckAssignmentExpr() 219 (numeratorKnown && (denomExtVal >= Check.maxVal.getExtValue())); in CheckAssignmentExpr()
|
H A D | CStringChecker.cpp | 537 OS << IdxInt->getExtValue(); in checkInit()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 98 int64_t getExtValue() const { in getExtValue() function 104 return isRepresentableByInt64() ? std::optional<int64_t>(getExtValue()) in tryExtValue()
|
/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/AST/ |
H A D | TemplateBase.cpp | 106 CharacterLiteral::print(Val.getExtValue(), Kind, Out); in printIntegral()
|
H A D | APValue.cpp | 662 int64_t Char64 = Val.getInt().getExtValue(); in TryPrintAsStringLiteral()
|
H A D | Type.cpp | 4008 return static_cast<unsigned>(Index.getExtValue()); in getSelectedIndex()
|
H A D | ExprConstant.cpp | 11062 int64_t index = IndexVal.getExtValue(); in handleVectorShuffle() 17098 StringResult->push_back(Char.getInt().getExtValue()); in EvaluateBuiltinStrLen() 17141 Result.push_back(static_cast<char>(C.getExtValue())); in EvaluateCharRangeAsString()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaX86.cpp | 430 int ArgExtValue = Result.getExtValue(); in CheckBuiltinTileDuplicate()
|
H A D | SemaTemplateVariadic.cpp | 1110 Index = Value.getExtValue(); in BuildPackIndexingExpr()
|
H A D | SemaARM.cpp | 853 int64_t CoprocNo = CoprocNoAP.getExtValue(); in CheckARMCoprocessorImmediate()
|
H A D | SemaTemplate.cpp | 3140 int64_t N = Index.getExtValue(); in checkBuiltinTemplateIdType()
|
H A D | SemaType.cpp | 9516 Index = Value.getExtValue(); in BuildPackIndexingType()
|
H A D | SemaOpenMP.cpp | 15499 DSAStack->setAssociatedLoops(Result.getExtValue()); in VerifyPositiveIntegerConstantInClause() 15501 DSAStack->setAssociatedLoops(Result.getExtValue()); in VerifyPositiveIntegerConstantInClause()
|
H A D | SemaChecking.cpp | 12842 CharUnits Offset = EltSize * IdxRes->getExtValue(); in getAlignmentAndOffsetFromBinAddOrSub()
|
H A D | SemaDeclCXX.cpp | 17018 int64_t BoolValue = V.getInt().getExtValue(); in ConvertAPValueToString()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 2437 Offset = (int)Token.integerValue().getExtValue(); in parseCFIOffset() 2746 ShufMask.push_back(Int.getExtValue()); in parseShuffleMaskOperand() 3025 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 | CGDecl.cpp | 2851 Alignment->EvaluateKnownConstInt(getContext()).getExtValue(); in getOMPAllocateAlignment()
|
H A D | CGOpenMPRuntime.cpp | 6044 MinTeamsVal = MaxTeamsVal = Constant->getExtValue(); in getNumTeamsExprForTargetDirective() 6073 MinTeamsVal = MaxTeamsVal = Constant->getExtValue(); in getNumTeamsExprForTargetDirective() 11098 unsigned VLEN = VLENVal.getExtValue(); in emitDeclareSimdFunction()
|
H A D | CGDebugInfo.cpp | 3371 Count = Result.Val.getInt().getExtValue(); in CreateType()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 4455 return static_cast<unsigned>(Index.getExtValue()); in getSelectedIndex()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 4988 Result.assign(S.getExtValue()); in parseMDField()
|