Home
last modified time | relevance | path

Searched defs:UB (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp58 const Value *UB = GetUnderlyingObjCPtr(SB); in alias() local
H A DDependenceAnalysis.cpp896 const SCEV *UB = SE->getBackedgeTakenCount(AddRec->getLoop()); in checkSubscript() local
1071 const SCEV *UB = SE->getBackedgeTakenCount(L); in collectUpperBound() local
1082 if (const SCEV *UB = collectUpperBound(L, T)) in collectConstantUpperBound() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp316 unsigned UB = ScoreUBs[T] - getWaitCountMax(EXP_CNT); in setScoreUB() local
664 unsigned UB = getScoreUB(T); in print() local
725 const unsigned UB = getScoreUB(T); in simplifyWaitcnt() local
739 const unsigned UB = getScoreUB(T); in determineWait() local
770 const unsigned UB = getScoreUB(T); in applyWaitcnt() local
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Daarch64-reloc-property.cc140 #define ARD(rname, type, class, is_implemented, group_index, LB, UB, BSL, BSH, RFLAGS, inst) \ in AArch64_reloc_property_table() argument
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Daarch64-reloc-property.cc140 #define ARD(rname, type, class, is_implemented, group_index, LB, UB, BSL, BSH, RFLAGS, inst) \ in AArch64_reloc_property_table() argument
/netbsd-src/external/gpl2/groff/dist/font/devlj4/generate/
H A DMakefile142 UB: $(AUTOFONT)/9nb00088.tfm $(TEXTMAP) target
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp161 LiveRange::iterator UB = upper_bound(LR, End.getPrevSlot()); in isDefOnEntry() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp294 if (auto *UB = cast<object::MachOUniversalBinary>(B->getBinary())) { in Load() local
/netbsd-src/libexec/getty/
H A Dgettytab.h163 #define UB gettyflags[18].value macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp362 Metadata *LB, Metadata *UB, Metadata *Stride, in getImpl()
412 Metadata *UB = getRawUpperBound(); in getUpperBound() local
455 Metadata *UB, Metadata *Stride, in getImpl()
498 Metadata *UB = getRawUpperBound(); in getUpperBound() local
H A DDIBuilder.cpp672 Metadata *UB, Metadata *Stride) { in getOrCreateSubrange()
678 DIGenericSubrange::BoundType UB, DIGenericSubrange::BoundType Stride) { in getOrCreateGenericSubrange()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp914 if (auto UB = Subrange->getUpperBound()) in dependencies() local
927 if (auto UB = GenericSubrange->getUpperBound()) in dependencies() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-size/
H A Dllvm-size.cpp593 } else if (MachOUniversalBinary *UB = in printFileSectionSizes() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp120 Optional<uint64_t> UB; in dumpArrayType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp514 if (MachOUniversalBinary *UB = dyn_cast_or_null<MachOUniversalBinary>(Bin)) { in getOrCreateObject() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DReachableCode.cpp345 const CFGBlock *UB = I->getPossiblyUnreachableBlock(); in scanFromBlock() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2876 LValue UB = in emitDistributeParallelForInnerBounds() local
2916 Address LB, Address UB) { in emitDistributeParallelForDispatchBounds()
2941 LValue UB = in emitDistributeParallelForDistributeInnerBoundParams() local
3101 LValue UB = Bounds.second; in EmitOMPWorksharingLoop() local
3291 LValue UB = in emitForLoopBounds() local
3302 Address LB, Address UB) { in emitDispatchForLoopBounds()
3664 LValue UB = in EmitSections() local
5088 LValue UB = EmitOMPHelperVar( in EmitOMPDistributeLoop() local
H A DCGOpenMPRuntime.h1104 llvm::Value *UB = nullptr; member
H A DCGOpenMPRuntimeGPU.cpp4115 llvm::Value *UB = CGF.EmitLoadOfScalar( in createParallelDataSharingWrapper() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h707 Expr *UB; member
757 Expr *UB; member
1116 void setUpperBoundVariable(Expr *UB) { in setUpperBoundVariable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp951 Value *UB = ConstantInt::get(I32Ty, SectionCBs.size()); in createSections() local
1201 Value *UB = Builder.CreateSelect(IsNeg, Start, Stop); in createCanonicalLoop() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1988 if (MachOUniversalBinary *UB = dyn_cast<MachOUniversalBinary>(&Bin)) { in dumpSymbolNamesFromFile() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp7620 SmallString<128> UB; in ConstructJob() local
7695 SmallString<128> UB; in ConstructJobMultipleOutputs() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp2130 static void printMachOUniversalHeaders(const object::MachOUniversalBinary *UB, in printMachOUniversalHeaders()
2347 if (MachOUniversalBinary *UB = dyn_cast<MachOUniversalBinary>(&Bin)) { in parseInputMachO() local
2365 void objdump::parseInputMachO(MachOUniversalBinary *UB) { in parseInputMachO()
7392 else if (auto UB = dyn_cast<MachOUniversalBinary>(DSYMBinary.get())){ in DisassembleMachO() local
H A Dllvm-objdump.cpp2337 else if (MachOUniversalBinary *UB = dyn_cast<MachOUniversalBinary>(&Binary)) in dumpInput() local

12