Searched defs:UB (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.fortran/appendix-a/
H A Da.21.1.f909 INTEGER LB, UB, STRIDE local in subroutine:SUBA21
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dbitfld-3.c24 union UB union in struct:B
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp56 const Value *UB = GetUnderlyingObjCPtr(SB); local
H A DDependenceAnalysis.cpp981 const SCEV *UB = SE->getBackedgeTakenCount(AddRec->getLoop()); local
1156 const SCEV *UB = SE->getBackedgeTakenCount(L); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp24 std::optional<uint64_t> UB; local
56 OS << *UB + 1; local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp159 LiveRange::iterator UB = upper_bound(LR, End.getPrevSlot()); local
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DReachableCode.cpp351 const CFGBlock *UB = I->getPossiblyUnreachableBlock(); local
/openbsd-current/libexec/getty/
H A Dgettytab.h148 #define UB gettyflags[18].value macro
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h910 llvm::Value *UB = nullptr; member in struct:clang::CodeGen::CGOpenMPRuntime::DispatchRTInput
915 DispatchRTInput(llvm::Value *LB, llvm::Value *UB, llvm::Value *Chunk) argument
959 Address UB = Address::invalid(); member in struct:clang::CodeGen::CGOpenMPRuntime::StaticRTInput
966 StaticRTInput(unsigned IVSize, bool IVSigned, bool Ordered, Address IL, Address LB, Address UB, Address ST, llvm::Value *Chunk = nullptr) argument
[all...]
H A DCGOpenMPRuntimeGPU.cpp3228 llvm::Value *UB = CGF.EmitLoadOfScalar( local
H A DCodeGenFunction.h3688 Address UB = Address::invalid(); member in struct:clang::CodeGen::CodeGenFunction::OMPLoopArguments
3708 OMPLoopArguments(Address LB, Address UB, Address ST, Address IL, argument
H A DCGStmtOpenMP.cpp3095 LValue UB = local
3133 emitDistributeParallelForDispatchBounds(CodeGenFunction &CGF, const OMPExecutableDirective &S, Address LB, Address UB) argument
3160 LValue UB = local
3320 LValue UB = Bounds.second; local
3512 LValue UB = local
3522 emitDispatchForLoopBounds(CodeGenFunction &CGF, const OMPExecutableDirective &S, Address LB, Address UB) argument
5615 LValue UB = EmitOMPHelperVar( local
[all...]
H A DCGOpenMPRuntime.cpp2854 emitForNext(CodeGenFunction &CGF, SourceLocation Loc, unsigned IVSize, bool IVSigned, Address IL, Address LB, Address UB, Address ST) argument
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp786 const unsigned UB = getScoreUB(T); local
817 const unsigned UB = getScoreUB(T); local
/openbsd-current/gnu/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp2095 static bool dumpMachOUniversalBinaryMatchHost(MachOUniversalBinary *UB, argument
2147 static void dumpMachOUniversalBinaryArchAll(MachOUniversalBinary *UB, argument
2200 static void dumpMachOUniversalBinary(MachOUniversalBinary *UB, argument
2018 dumpMachOUniversalBinaryMatchArchFlags( MachOUniversalBinary *UB, std::vector<NMSymbol> &SymbolList, StringRef Filename, LLVMContext *ContextPtr) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp453 Metadata *UB = getRawUpperBound(); local
402 getImpl(LLVMContext &Context, Metadata *CountNode, Metadata *LB, Metadata *UB, Metadata *Stride, StorageType Storage, bool ShouldCreate) argument
498 getImpl(LLVMContext &Context, Metadata *CountNode, Metadata *LB, Metadata *UB, Metadata *Stride, StorageType Storage, bool ShouldCreate) argument
543 Metadata *UB = getRawUpperBound(); local
[all...]
H A DDIBuilder.cpp714 getOrCreateSubrange(Metadata *CountNode, Metadata *LB, Metadata *UB, Metadata *Stride) argument
719 getOrCreateGenericSubrange( DIGenericSubrange::BoundType CountNode, DIGenericSubrange::BoundType LB, DIGenericSubrange::BoundType UB, DIGenericSubrange::BoundType Stride) argument
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp600 auto UB = Temporaries.upper_bound(MapKeyTy(Key, UINT_MAX)); local
608 auto UB = Temporaries.upper_bound(MapKeyTy(Key, UINT_MAX)); local
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h713 Expr *UB; member in struct:clang::OMPLoopBasedDirective::DistCombinedHelperExprs
763 Expr *UB; member in struct:clang::OMPLoopBasedDirective::HelperExprs
1194 setUpperBoundVariable(Expr *UB) argument
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp2386 static void printMachOUniversalHeaders(const object::MachOUniversalBinary *UB, argument
2621 parseInputMachO(MachOUniversalBinary *UB) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1651 Value *UB = ConstantInt::get(I32Ty, SectionCBs.size()); local
2067 Value *UB = Builder.CreateSelect(IsNeg, Start, Stop); local

Completed in 577 milliseconds