| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LibCallsShrinkWrap.cpp | 341 LowerBound = -710.0f; in generateTwoRangeCond() 346 LowerBound = -89.0f; in generateTwoRangeCond() 351 LowerBound = -11357.0f; in generateTwoRangeCond() 355 LowerBound = -745.0f; in generateTwoRangeCond() 359 LowerBound = -103.0f; in generateTwoRangeCond() 363 LowerBound = -11399.0f; in generateTwoRangeCond() 367 LowerBound = -323.0f; in generateTwoRangeCond() 371 LowerBound = -45.0f; in generateTwoRangeCond() 375 LowerBound = -4950.0f; in generateTwoRangeCond() 379 LowerBound = -1074.0f; in generateTwoRangeCond() [all …]
|
| H A D | LowerSwitch.cpp | 156 BasicBlock *NewLeafBlock(CaseRange &Leaf, Value *Val, ConstantInt *LowerBound, in NewLeafBlock() argument 171 if (Leaf.Low == LowerBound) { in NewLeafBlock() 233 assert(LowerBound && UpperBound && "Bounds must be initialized"); in SwitchConvert() 241 if (Begin->Low == LowerBound && Begin->High == UpperBound) { in SwitchConvert() 242 APInt NumMergedCases = UpperBound->getValue() - LowerBound->getValue(); in SwitchConvert() 246 return NewLeafBlock(*Begin, Val, LowerBound, UpperBound, OrigBlock, in SwitchConvert() 280 LLVM_DEBUG(dbgs() << "LHS Bounds ==> [" << LowerBound->getValue() << ", " in SwitchConvert() 293 SwitchConvert(LHS.begin(), LHS.end(), LowerBound, NewUpperBound, Val, in SwitchConvert() 389 ConstantInt *LowerBound = nullptr; in ProcessSwitchInst() local 397 LowerBound = Cases.front().Low; in ProcessSwitchInst() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVType.h | 245 int64_t LowerBound = 0; // DW_AT_lower_bound or DW_AT_count value. variable 258 return getIsSubrangeCount() ? LowerBound : 0; in getCount() 261 LowerBound = Value; in setCount() 265 int64_t getLowerBound() const override { return LowerBound; } in getLowerBound() 266 void setLowerBound(int64_t Value) override { LowerBound = Value; } in setLowerBound() 272 return {LowerBound, UpperBound}; in getBounds() 275 LowerBound = Lower; in setBounds()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ScheduleDAG.cpp | 550 int UpperBound, LowerBound; in AddPred() local 551 LowerBound = Node2Index[Y->NodeNum]; in AddPred() 555 if (LowerBound < UpperBound) { in AddPred() 561 Shift(Visited, LowerBound, UpperBound); in AddPred() 602 int LowerBound = Node2Index[StartSU.NodeNum]; in GetSubGraph() local 608 if (LowerBound > UpperBound) { in GetSubGraph() 662 if (Node2Index[s] == LowerBound) { in GetSubGraph() 685 for (i = LowerBound; i <= UpperBound; ++i) { in Shift() 731 int UpperBound, LowerBound; in IsReachable() local 732 LowerBound = Node2Index[TargetSU->NodeNum]; in IsReachable() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 364 Metadata *LowerBound; 370 : CountNode(CountNode), LowerBound(LowerBound), UpperBound(UpperBound), 373 : CountNode(N->getRawCountNode()), LowerBound(N->getRawLowerBound()), 393 BoundsEqual(LowerBound, RHS->getRawLowerBound()) && 402 LowerBound, UpperBound, Stride); 403 return hash_combine(CountNode, LowerBound, UpperBound, Stride); 409 Metadata *LowerBound; 415 : CountNode(CountNode), LowerBound(LowerBound), UpperBound(UpperBound), 423 (LowerBound == RHS->getRawLowerBound()) && 432 LowerBound, UpperBound, Stride); [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 685 const ObjCObjectPointerType *LowerBound = DestObjectPtrType; in checkPostStmt() local 688 std::swap(LowerBound, UpperBound); in checkPostStmt() 691 LowerBound = LowerBound->isObjCIdType() ? UpperBound : LowerBound; in checkPostStmt() 692 UpperBound = UpperBound->isObjCIdType() ? LowerBound : UpperBound; in checkPostStmt() 694 if (storeWhenMoreInformative(State, Sym, TrackedType, LowerBound, UpperBound, in checkPostStmt()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILResource.cpp | 61 LowerBound(R.getResourceIndex()), RangeSize(1) { in ResourceBase() 223 Bind += std::to_string(LowerBound); in print() 294 Entries[4] = ConstantAsMetadata::get(B.getInt32(LowerBound)); in write()
|
| H A D | DXILResource.h | 36 uint32_t LowerBound; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFrameLowering.cpp | 2151 int64_t LowerBound = 0; in processFunctionBeforeFrameFinalized() local 2157 LowerBound = TCSPDelta; in processFunctionBeforeFrameFinalized() 2166 MFI.setObjectOffset(FI, LowerBound + MFI.getObjectOffset(FI)); in processFunctionBeforeFrameFinalized() 2169 LowerBound -= (31 - TRI->getEncodingValue(MinFPR) + 1) * 8; in processFunctionBeforeFrameFinalized() 2177 MFI.setObjectOffset(FI, LowerBound + MFI.getObjectOffset(FI)); in processFunctionBeforeFrameFinalized() 2185 MFI.setObjectOffset(FI, LowerBound + MFI.getObjectOffset(FI)); in processFunctionBeforeFrameFinalized() 2195 MFI.setObjectOffset(FI, LowerBound + MFI.getObjectOffset(FI)); in processFunctionBeforeFrameFinalized() 2233 LowerBound -= (31 - MinReg + 1) * GPRegSize; in processFunctionBeforeFrameFinalized() 2251 LowerBound -= 4; // The CR save area is always 4 bytes long. in processFunctionBeforeFrameFinalized() 2263 LowerBound &= ~(15); in processFunctionBeforeFrameFinalized() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | GIMatchTableExecutorImpl.h | 230 uint16_t LowerBound = readU16(); in executeMatchTable() local 239 << LowerBound << ", " << UpperBound << "), Default=" << Default in executeMatchTable() 242 if (Opcode < LowerBound || UpperBound <= Opcode) { in executeMatchTable() 246 const auto EntryIdx = (Opcode - LowerBound); in executeMatchTable() 261 uint16_t LowerBound = readU16(); in executeMatchTable() local 270 << "]->getOperand(" << OpIdx << "), [" << LowerBound << ", " in executeMatchTable() 289 if (TypeID < LowerBound || UpperBound <= TypeID) { in executeMatchTable() 293 const auto NumEntry = (TypeID - LowerBound); in executeMatchTable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | DXContainer.h | 316 uint32_t LowerBound; member 322 sys::swapByteOrder(LowerBound); in swapBytes()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprOpenMP.h | 64 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, Expr *Stride, in OMPArraySectionExpr() argument 72 SubExprs[LOWER_BOUND] = LowerBound; in OMPArraySectionExpr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 543 int64_t LowerBound = 0; in getTypeSizeImpl() local 545 LowerBound = LowerBoundAttr->getAsSignedConstant().value_or(0); in getTypeSizeImpl() 546 Size *= *UpperBound - LowerBound + 1; in getTypeSizeImpl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGHLSLRuntime.cpp | 139 unsigned LowerBound = HasUserOffset ? Offset : UINT_MAX; in addConstant() local 140 CB.Constants.emplace_back(std::make_pair(GV, LowerBound)); in addConstant()
|
| H A D | CGExpr.cpp | 4385 if (auto *LowerBound = E->getLowerBound()) { in EmitOMPArraySectionExpr() local 4387 EmitScalarExpr(LowerBound), IntPtrTy, in EmitOMPArraySectionExpr() 4404 auto *LowerBound = E->getLowerBound(); in EmitOMPArraySectionExpr() local 4406 if (LowerBound) { in EmitOMPArraySectionExpr() 4408 LowerBound->getIntegerConstantExpr(C)) { in EmitOMPArraySectionExpr() 4410 LowerBound = nullptr; in EmitOMPArraySectionExpr() 4415 else if (!LowerBound) in EmitOMPArraySectionExpr() 4418 if (Length || LowerBound) { in EmitOMPArraySectionExpr() 4420 LowerBound in EmitOMPArraySectionExpr() 4422 EmitScalarExpr(LowerBound), IntPtrTy, in EmitOMPArraySectionExpr() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 2168 std::string LowerBound, UpperBound; in genIntrinsicRangeCheckCode() local 2173 LowerBound = "0"; in genIntrinsicRangeCheckCode() 2178 LowerBound = "1"; in genIntrinsicRangeCheckCode() 2192 LowerBound = "1"; in genIntrinsicRangeCheckCode() 2201 LowerBound = "1"; in genIntrinsicRangeCheckCode() 2224 if (!LowerBound.empty()) in genIntrinsicRangeCheckCode() 2225 OS << " l = " << LowerBound << ";"; in genIntrinsicRangeCheckCode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemorySSA.cpp | 1299 unsigned long LowerBound; member 1389 LocInfo.LowerBound = 0; in optimizeUsesInBlock() 1407 assert(LocInfo.LowerBound < VersionStack.size() && in optimizeUsesInBlock() 1414 if (UpperBound - LocInfo.LowerBound > MaxCheckLimit) { in optimizeUsesInBlock() 1418 << UpperBound - LocInfo.LowerBound in optimizeUsesInBlock() 1427 while (UpperBound > LocInfo.LowerBound) { in optimizeUsesInBlock() 1462 LocInfo.LowerBound = VersionStack.size() - 1; in optimizeUsesInBlock()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 356 int64_t LowerBound, StorageType Storage, 360 int64_t LowerBound, StorageType Storage, 364 Metadata *LowerBound, Metadata *UpperBound, 374 DEFINE_MDNODE_GET(DISubrange, (int64_t Count, int64_t LowerBound = 0), 375 (Count, LowerBound)) 377 DEFINE_MDNODE_GET(DISubrange, (Metadata * CountNode, int64_t LowerBound = 0), 378 (CountNode, LowerBound)) 381 (Metadata * CountNode, Metadata *LowerBound, 383 (CountNode, LowerBound, UpperBound, Stride)) 431 (Metadata * CountNode, Metadata *LowerBound, [all …]
|
| H A D | DIBuilder.h | 661 DISubrange *getOrCreateSubrange(Metadata *Count, Metadata *LowerBound, 666 DIGenericSubrange::BoundType LowerBound,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.cpp | 1136 unsigned LowerBound; in resolveExtra() local 1138 std::tie(LowerBound, UpperBound) = Type->getBounds(); in resolveExtra() 1144 if (LowerBound) in resolveExtra() 1145 ArrayInfo << "[" << LowerBound << ".." << UpperBound << "]"; in resolveExtra()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAG.h | 727 void Shift(BitVector& Visited, int LowerBound, int UpperBound);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | DXContainerYAML.cpp | 202 IO.mapRequired("LowerBound", Res.LowerBound); in mapping()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 1095 int64_t LowerBound,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1406 DISubrange::BoundType LowerBound = N->getLowerBound(); in writeDISubrange() local 1407 assert((LowerBound.isNull() || LowerBound.is<ConstantInt *>()) && in writeDISubrange() 1410 LowerBound ? rotateSign(LowerBound.get<ConstantInt *>()->getValue()) : 0); in writeDISubrange()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelMatchTable.cpp | 654 const int64_t LowerBound = Values.begin()->getRawValue(); in emit() local 659 Table << MatchTable::Comment("[") << MatchTable::IntValue(2, LowerBound) in emit() 663 int64_t J = LowerBound; in emit()
|