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

/freebsd-11-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-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp345 const CFGBlock *UB = I->getPossiblyUnreachableBlock(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp313 LiveRange::iterator UB = std::upper_bound(LR.begin(), LR.end(), local
/freebsd-11-stable/libexec/getty/
H A Dgettytab.h166 #define UB gettyflags[18].value macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp327 uint32_t UB = ScoreUBs[T] - getWaitCountMax(EXP_CNT); local
670 uint32_t UB = getScoreUB(T); local
731 const uint32_t UB = getScoreUB(T); local
744 const uint32_t UB = getScoreUB(T); local
775 const uint32_t UB = getScoreUB(T); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1028 llvm::Value *UB = nullptr; member in struct:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::DispatchRTInput
1033 DispatchRTInput(llvm::Value *LB, llvm::Value *UB, llvm::Value *Chunk) argument
1077 Address UB = Address::invalid(); member in struct:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::StaticRTInput
1084 StaticRTInput(unsigned IVSize, bool IVSigned, bool Ordered, Address IL, Address LB, Address UB, Address ST, llvm::Value *Chunk = nullptr) argument
[all...]
H A DCGStmtOpenMP.cpp2327 LValue UB = local
2365 emitDistributeParallelForDispatchBounds(CodeGenFunction &CGF, const OMPExecutableDirective &S, Address LB, Address UB) argument
2392 LValue UB = local
2552 LValue UB = Bounds.second; local
2738 LValue UB = local
2748 emitDispatchForLoopBounds(CodeGenFunction &CGF, const OMPExecutableDirective &S, Address LB, Address UB) argument
3657 LValue UB = EmitOMPHelperVar( local
[all...]
H A DCodeGenFunction.h3295 Address UB = Address::invalid(); member in struct:clang::CodeGen::CodeGenFunction::OMPLoopArguments
3315 OMPLoopArguments(Address LB, Address UB, Address ST, Address IL, argument
H A DCGOpenMPRuntime.cpp3823 emitForNext(CodeGenFunction &CGF, SourceLocation Loc, unsigned IVSize, bool IVSigned, Address IL, Address LB, Address UB, Address ST) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h622 void setUpperBoundVariable(Expr *UB) { argument
748 Expr *UB; member in struct:clang::OMPLoopDirective::DistCombinedHelperExprs
798 Expr *UB; member in struct:clang::OMPLoopDirective::HelperExprs
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp571 auto UB = Temporaries.upper_bound(MapKeyTy(Key, UINT_MAX)); local
579 auto UB = Temporaries.upper_bound(MapKeyTy(Key, UINT_MAX)); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp6858 SmallString<128> UB; local
6933 SmallString<128> UB; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp2144 static void printMachOUniversalHeaders(const object::MachOUniversalBinary *UB, argument
2379 parseInputMachO(MachOUniversalBinary *UB) argument
[all...]

Completed in 428 milliseconds