Home
last modified time | relevance | path

Searched refs:getExtValue (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/Targets/
HDNVPTX.cpp324 *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()
HDAMDGPU.cpp380 .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-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDMallocOverflowSecurityChecker.cpp207 auto denomExtVal = denomVal.getExtValue(); in CheckAssignmentExpr()
219 (numeratorKnown && (denomExtVal >= Check.maxVal.getExtValue())); in CheckAssignmentExpr()
HDBitwiseShiftChecker.cpp181 LowerBoundStr = formatv(" >= {0},", MinRight->getExtValue()); in checkOvershift()
277 const unsigned RHS = ConcreteRight->getValue().getExtValue(); in checkLeftShiftOverflow()
HDCStringChecker.cpp537 OS << IdxInt->getExtValue(); in checkInit()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPSInt.h98 int64_t getExtValue() const { in getExtValue() function
104 return isRepresentableByInt64() ? std::optional<int64_t>(getExtValue()) in tryExtValue()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDCodeViewRecordIO.cpp170 Value = N.getExtValue(); in mapEncodedInteger()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDTemplateBase.cpp106 CharacterLiteral::print(Val.getExtValue(), Kind, Out); in printIntegral()
HDAPValue.cpp662 int64_t Char64 = Val.getInt().getExtValue(); in TryPrintAsStringLiteral()
HDType.cpp4008 return static_cast<unsigned>(Index.getExtValue()); in getSelectedIndex()
HDExprConstant.cpp11062 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-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaX86.cpp430 int ArgExtValue = Result.getExtValue(); in CheckBuiltinTileDuplicate()
HDSemaTemplateVariadic.cpp1110 Index = Value.getExtValue(); in BuildPackIndexingExpr()
HDSemaARM.cpp853 int64_t CoprocNo = CoprocNoAP.getExtValue(); in CheckARMCoprocessorImmediate()
HDSemaTemplate.cpp3140 int64_t N = Index.getExtValue(); in checkBuiltinTemplateIdType()
HDSemaType.cpp9516 Index = Value.getExtValue(); in BuildPackIndexingType()
HDSemaOpenMP.cpp15499 DSAStack->setAssociatedLoops(Result.getExtValue()); in VerifyPositiveIntegerConstantInClause()
15501 DSAStack->setAssociatedLoops(Result.getExtValue()); in VerifyPositiveIntegerConstantInClause()
HDSemaChecking.cpp12842 CharUnits Offset = EltSize * IdxRes->getExtValue(); in getAlignmentAndOffsetFromBinAddOrSub()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
HDMIParser.cpp2437 Offset = (int)Token.integerValue().getExtValue(); in parseCFIOffset()
2746 ShufMask.push_back(Int.getExtValue()); in parseShuffleMaskOperand()
3025 Offset = Token.integerValue().getExtValue(); in parseOffset()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDZ3Solver.cpp751 const int64_t BitReprAsSigned = Int.getExtValue(); in mkBitvector()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDecl.cpp2851 Alignment->EvaluateKnownConstInt(getContext()).getExtValue(); in getOMPAllocateAlignment()
HDCGOpenMPRuntime.cpp6044 MinTeamsVal = MaxTeamsVal = Constant->getExtValue(); in getNumTeamsExprForTargetDirective()
6073 MinTeamsVal = MaxTeamsVal = Constant->getExtValue(); in getNumTeamsExprForTargetDirective()
11098 unsigned VLEN = VLENVal.getExtValue(); in emitDeclareSimdFunction()
HDCGDebugInfo.cpp3371 Count = Result.Val.getInt().getExtValue(); in CreateType()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprCXX.h4455 return static_cast<unsigned>(Index.getExtValue()); in getSelectedIndex()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp4988 Result.assign(S.getExtValue()); in parseMDField()

12