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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp58 const Value *UB = GetUnderlyingObjCPtr(SB, DL); local
H A DDependenceAnalysis.cpp894 const SCEV *UB = SE->getBackedgeTakenCount(AddRec->getLoop()); local
1069 const SCEV *UB = SE->getBackedgeTakenCount(L); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp161 LiveRange::iterator UB = std::upper_bound(LR.begin(), LR.end(), local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp345 const CFGBlock *UB = I->getPossiblyUnreachableBlock(); local
/freebsd-13-stable/libexec/getty/
H A Dgettytab.h168 #define UB gettyflags[18].value macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1069 llvm::Value *UB = nullptr; member in struct:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::DispatchRTInput
1074 DispatchRTInput(llvm::Value *LB, llvm::Value *UB, llvm::Value *Chunk) argument
1118 Address UB = Address::invalid(); member in struct:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::StaticRTInput
1125 StaticRTInput(unsigned IVSize, bool IVSigned, bool Ordered, Address IL, Address LB, Address UB, Address ST, llvm::Value *Chunk = nullptr) argument
[all...]
H A DCGStmtOpenMP.cpp2689 LValue UB = local
2727 emitDistributeParallelForDispatchBounds(CodeGenFunction &CGF, const OMPExecutableDirective &S, Address LB, Address UB) argument
2754 LValue UB = local
2914 LValue UB = Bounds.second; local
3104 LValue UB = local
3114 emitDispatchForLoopBounds(CodeGenFunction &CGF, const OMPExecutableDirective &S, Address LB, Address UB) argument
4571 LValue UB = EmitOMPHelperVar( local
[all...]
H A DCodeGenFunction.h3512 Address UB = Address::invalid(); member in struct:clang::CodeGen::CodeGenFunction::OMPLoopArguments
3532 OMPLoopArguments(Address LB, Address UB, Address ST, Address IL, argument
H A DCGOpenMPRuntime.cpp2800 emitForNext(CodeGenFunction &CGF, SourceLocation Loc, unsigned IVSize, bool IVSigned, Address IL, Address LB, Address UB, Address ST) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp641 getOrCreateSubrange(Metadata *CountNode, Metadata *LB, Metadata *UB, Metadata *Stride) argument
H A DDebugInfoMetadata.cpp397 Metadata *UB = getRawUpperBound(); local
354 getImpl(LLVMContext &Context, Metadata *CountNode, Metadata *LB, Metadata *UB, Metadata *Stride, StorageType Storage, bool ShouldCreate) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h635 void setUpperBoundVariable(Expr *UB) { argument
761 Expr *UB; member in struct:clang::OMPLoopDirective::DistCombinedHelperExprs
811 Expr *UB; member in struct:clang::OMPLoopDirective::HelperExprs
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp572 auto UB = Temporaries.upper_bound(MapKeyTy(Key, UINT_MAX)); local
580 auto UB = Temporaries.upper_bound(MapKeyTy(Key, UINT_MAX)); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp7052 SmallString<128> UB; local
7127 SmallString<128> UB; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp2138 static void printMachOUniversalHeaders(const object::MachOUniversalBinary *UB, argument
2373 parseInputMachO(MachOUniversalBinary *UB) argument
[all...]

Completed in 211 milliseconds