Home
last modified time | relevance | path

Searched refs:UB (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp61 const Value *UB = GetUnderlyingObjCPtr(SB); in alias() local
62 if (UA != SA || UB != SB) { in alias()
64 MemoryLocation::getBeforeOrAfter(UB), AAQI, in alias()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp24 std::optional<uint64_t> UB; in appendArrayType() local
31 UB = UpperV->getAsUnsignedConstant(); in appendArrayType()
39 if (!LB && !Count && !UB) in appendArrayType()
41 else if (!LB && (Count || UB) && DefaultLB) in appendArrayType()
42 OS << '[' << (Count ? *Count : *UB - *DefaultLB + 1) << ']'; in appendArrayType()
55 else if (UB) in appendArrayType()
56 OS << *UB + 1; in appendArrayType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp353 Dir->setUpperBoundVariable(Exprs.UB); in Create()
469 Dir->setUpperBoundVariable(Exprs.UB); in Create()
616 Dir->setUpperBoundVariable(Exprs.UB); in Create()
661 Dir->setUpperBoundVariable(Exprs.UB); in Create()
993 Dir->setUpperBoundVariable(Exprs.UB); in Create()
1097 Dir->setUpperBoundVariable(Exprs.UB); in Create()
1142 Dir->setUpperBoundVariable(Exprs.UB); in Create()
1185 Dir->setUpperBoundVariable(Exprs.UB); in Create()
1230 Dir->setUpperBoundVariable(Exprs.UB); in Create()
1275 Dir->setUpperBoundVariable(Exprs.UB); in Create()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp293 if (auto *UB = dyn_cast<object::MachOUniversalBinary>(B->getBinary())) { in Load() local
297 auto SliceRange = getSliceRangeForArch(*UB, TT); in Load()
356 if (auto *UB = dyn_cast<object::MachOUniversalBinary>(B->get())) { in Create() local
360 auto SliceRange = getSliceRangeForArch(*UB, TT); in Create()
453 object::MachOUniversalBinary &UB, const Triple &TT) { in getSliceRangeForArch() argument
455 for (const auto &Obj : UB.objects()) { in getSliceRangeForArch()
466 return make_error<StringError>(Twine("Universal binary ") + UB.getFileName() + in getSliceRangeForArch()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp520 Metadata *UB = getRawUpperBound(); in getUpperBound() local
521 if (!UB) in getUpperBound()
524 assert((isa<ConstantAsMetadata>(UB) || isa<DIVariable>(UB) || in getUpperBound()
525 isa<DIExpression>(UB)) && in getUpperBound()
531 if (auto *MD = dyn_cast<DIVariable>(UB)) in getUpperBound()
534 if (auto *MD = dyn_cast<DIExpression>(UB)) in getUpperBound()
610 Metadata *UB = getRawUpperBound(); in getUpperBound() local
611 if (!UB) in getUpperBound()
614 assert((isa<DIVariable>(UB) || isa<DIExpression>(UB)) && in getUpperBound()
617 if (auto *MD = dyn_cast<DIVariable>(UB)) in getUpperBound()
[all …]
H A DDIBuilder.cpp701 Metadata *UB, Metadata *Stride) { in getOrCreateSubrange() argument
702 return DISubrange::get(VMContext, CountNode, LB, UB, Stride); in getOrCreateSubrange()
707 DIGenericSubrange::BoundType UB, DIGenericSubrange::BoundType Stride) { in getOrCreateGenericSubrange() argument
713 ConvToMetadata(LB), ConvToMetadata(UB), in getOrCreateGenericSubrange()
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp580 } else if (MachOUniversalBinary *UB = in printFileSectionSizes() local
588 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in printFileSectionSizes()
589 E = UB->end_objects(); in printFileSectionSizes()
680 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in printFileSectionSizes()
681 E = UB->end_objects(); in printFileSectionSizes()
755 bool MoreThanOneArch = UB->getNumberOfObjects() > 1; in printFileSectionSizes()
756 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in printFileSectionSizes()
757 E = UB->end_objects(); in printFileSectionSizes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h916 llvm::Value *UB = nullptr; member
921 DispatchRTInput(llvm::Value *LB, llvm::Value *UB, llvm::Value *Chunk) in DispatchRTInput()
922 : LB(LB), UB(UB), Chunk(Chunk) {} in DispatchRTInput()
965 Address UB = Address::invalid();
973 Address LB, Address UB, Address ST,
976 UB(UB), ST(ST), Chunk(Chunk) {} in IVSize()
1048 Address UB, Address ST);
1904 Address LB, Address UB, Address ST) override;
H A DCGStmtOpenMP.cpp3063 OuterLoopArgs.UB = LoopArgs.UB; in EmitOMPDistributeOuterLoop()
3095 LValue UB = in emitDistributeParallelForInnerBounds() local
3120 CGF.EmitStoreOfScalar(PrevUBVal, UB); in emitDistributeParallelForInnerBounds()
3122 return {LB, UB}; in emitDistributeParallelForInnerBounds()
3160 LValue UB = in emitDistributeParallelForDistributeInnerBoundParams() local
3320 LValue UB = Bounds.second; in EmitOMPWorksharingLoop() local
3512 LValue UB = in emitForLoopBounds() local
3514 return {LB, UB}; in emitForLoopBounds()
3991 LValue UB = in EmitSections() local
4076 CGF.EmitStoreOfScalar(MinUBGlobalUB, UB); in EmitSections()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_div_impl.inc26 // 1 <= sr <= N - 1. Shifts do not trigger UB.
55 // 1 <= sr <= N - 1. Shifts do not trigger UB.
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp2116 MachOUniversalBinary *UB, std::vector<NMSymbol> &SymbolList, in dumpMachOUniversalBinaryMatchArchFlags() argument
2122 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in dumpMachOUniversalBinaryMatchArchFlags()
2123 E = UB->end_objects(); in dumpMachOUniversalBinaryMatchArchFlags()
2198 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in dumpMachOUniversalBinaryMatchHost()
2199 E = UB->end_objects(); in dumpMachOUniversalBinaryMatchHost()
2244 static void dumpMachOUniversalBinaryArchAll(MachOUniversalBinary *UB, in dumpMachOUniversalBinaryArchAll() argument
2248 bool moreThanOneArch = UB->getNumberOfObjects() > 1; in dumpMachOUniversalBinaryArchAll()
2249 for (const MachOUniversalBinary::ObjectForArch &O : UB->objects()) { in dumpMachOUniversalBinaryArchAll()
2297 static void dumpMachOUniversalBinary(MachOUniversalBinary *UB, in dumpMachOUniversalBinary() argument
2303 dumpMachOUniversalBinaryMatchArchFlags(UB, SymbolList, Filename, in dumpMachOUniversalBinary()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSlotTracker.h104 void collectMDNodes(MachineMDNodeListType &L, unsigned LB, unsigned UB) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp159 LiveRange::iterator UB = upper_bound(LR, End.getPrevSlot()); in isDefOnEntry() local
160 if (UB != LR.begin()) { in isDefOnEntry()
161 LiveRange::Segment &Seg = *std::prev(UB); in isDefOnEntry()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp378 auto *UB = cast<MachOUniversalBinary>(&Bin); in readFile() local
380 for (auto OI = UB->begin_objects(), OE = UB->end_objects(); OI != OE; ++OI) { in readFile()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.h74 void parseInputMachO(object::MachOUniversalBinary *UB);
H A DMachODump.cpp2352 if (UB->getMagic() == MachO::FAT_MAGIC) in printMachOUniversalHeaders()
2359 uint32_t nfat_arch = UB->getNumberOfObjects(); in printMachOUniversalHeaders()
2360 StringRef Buf = UB->getData(); in printMachOUniversalHeaders()
2364 outs() << "nfat_arch " << UB->getNumberOfObjects(); in printMachOUniversalHeaders()
2373 MachOUniversalBinary::ObjectForArch OFA(UB, i); in printMachOUniversalHeaders()
2566 parseInputMachO(UB); in parseInputMachO()
2583 void objdump::parseInputMachO(MachOUniversalBinary *UB) { in parseInputMachO() argument
2587 auto Filename = UB->getFileName(); in parseInputMachO()
2590 printMachOUniversalHeaders(UB, Verbose); in parseInputMachO()
2716 bool moreThanOneArch = UB->getNumberOfObjects() > 1; in parseInputMachO()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp352 const CFGBlock *UB = I->getPossiblyUnreachableBlock(); in scanFromBlock() local
353 if (!UB) in scanFromBlock()
363 B = UB; in scanFromBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp770 unsigned UB = getScoreUB(T); in updateByEvent() local
771 unsigned CurrScore = UB + 1; in updateByEvent()
1053 const unsigned UB = getScoreUB(T); in determineWait() local
1054 if ((UB >= ScoreToWait) && (ScoreToWait > LB)) { in determineWait()
1069 unsigned NeededWait = std::min(UB - ScoreToWait, getWaitCountMax(T) - 1); in determineWait()
1086 const unsigned UB = getScoreUB(T); in applyWaitcnt() local
1087 if (Count >= UB) in applyWaitcnt()
1092 setScoreLB(T, std::max(getScoreLB(T), UB - Count)); in applyWaitcnt()
1094 setScoreLB(T, UB); in applyWaitcnt()
/freebsd/libexec/getty/
H A Dgettytab.h165 #define UB gettyflags[18].value macro
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1988 Value *UB = ConstantInt::get(I32Ty, SectionCBs.size()); in createSections() local
2398 Value *UB = Builder.CreateSelect(IsNeg, Start, Stop); in createCanonicalLoop() local
2399 Span = Builder.CreateSub(UB, LB, "", false, true); in createCanonicalLoop()
4659 int32_t LB, UB; in readThreadBoundsForKernel() local
4660 if (!llvm::to_integer(UBStr, UB, 10)) in readThreadBoundsForKernel()
4662 UB = ThreadLimit ? std::min(ThreadLimit, UB) : UB; in readThreadBoundsForKernel()
4664 return {0, UB}; in readThreadBoundsForKernel()
4665 return {LB, UB}; in readThreadBoundsForKernel()
4671 return {0, ThreadLimit ? std::min(ThreadLimit, UB) : UB}; in readThreadBoundsForKernel()
4687 updateNVPTXMetadata(Kernel, "maxntidx", UB, true); in writeThreadBoundsForKernel()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp748 for (auto UB : UndefBlks) { in setPhiValues() local
754 [&](BasicBlock *CP) { return DT->dominates(CP, UB); })) in setPhiValues()
756 Updater.AddAvailableValue(UB, Undef); in setPhiValues()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h323 getSliceRangeForArch(object::MachOUniversalBinary &UB, const Triple &TT);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp993 if (auto UB = Subrange->getUpperBound()) in dependencies() local
994 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(UB)) in dependencies()
1006 if (auto UB = GenericSubrange->getUpperBound()) in dependencies() local
1007 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(UB)) in dependencies()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp560 if (MachOUniversalBinary *UB = dyn_cast_or_null<MachOUniversalBinary>(Bin)) { in getOrCreateObject() local
566 UB->getMachOObjectForArch(ArchName); in getOrCreateObject()
/freebsd/secure/caroot/trusted/
H A DUCA_Global_G2_Root.pem133 UB+K+wb1whnw0A==

123