/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
H A D | move_convert.runtime.pass.cpp | 53 using UB = std::unique_ptr<B[]>; in test_sfinae() typedef 58 using UB = std::unique_ptr<B[], GenericConvertingDeleter<1> >; in test_sfinae() typedef
|
H A D | pointer.pass.cpp | 160 using UB = std::unique_ptr<B[]>; in test_sfinae_runtime() typedef
|
H A D | move_convert.single.pass.cpp | 102 using UB = std::unique_ptr<B>; in test_sfinae() typedef
|
/llvm-project/polly/lib/CodeGen/ |
H A D | LoopGeneratorsGOMP.cpp | 147 Value *UB = Builder.CreateLoad(LongType, UBPtr, "polly.par.UB"); in createSubFn() local 22 createCallSpawnThreads(Value * SubFn,Value * SubFnParam,Value * LB,Value * UB,Value * Stride) createCallSpawnThreads() argument 53 deployParallelExecution(Function * SubFn,Value * SubFnParam,Value * LB,Value * UB,Value * Stride) deployParallelExecution() argument
|
H A D | LoopGeneratorsKMP.cpp | 22 createCallSpawnThreads(Value * SubFn,Value * SubFnParam,Value * LB,Value * UB,Value * Stride) createCallSpawnThreads() argument 66 deployParallelExecution(Function * SubFn,Value * SubFnParam,Value * LB,Value * UB,Value * Stride) deployParallelExecution() argument 172 Value *UB = &*AI; createSubFn() local 425 createCallDispatchInit(Value * GlobalThreadID,Value * LB,Value * UB,Value * Inc,Value * ChunkSize) createCallDispatchInit() argument [all...] |
H A D | LoopGenerators.cpp | 83 createLoop(Value * LB,Value * UB,Value * Stride,PollyIRBuilder & Builder,LoopInfo & LI,DominatorTree & DT,BasicBlock * & ExitBB,ICmpInst::Predicate Predicate,ScopAnnotator * Annotator,bool Parallel,bool UseGuard,bool LoopVectDisabled) createLoop() argument 177 createParallelLoop(Value * LB,Value * UB,Value * Stride,SetVector<Value * > & UsedValues,ValueMapT & Map,BasicBlock::iterator * LoopBody) createParallelLoop() argument [all...] |
H A D | IslNodeBuilder.cpp | 177 isl::ast_expr UB = getUpperBound(For, Predicate); getNumberOfIterations() local 471 isl::ast_expr UB = getUpperBound(For, Predicate); createForSequential() local 555 isl_ast_expr *Init, *Inc, *Iterator, *UB; createForParallel() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ObjCARCAliasAnalysis.cpp | 61 const Value *UB = GetUnderlyingObjCPtr(SB); alias() local
|
H A D | DependenceAnalysis.cpp | 981 const SCEV *UB = SE->getBackedgeTakenCount(AddRec->getLoop()); checkSubscript() local 1156 const SCEV *UB = SE->getBackedgeTakenCount(L); collectUpperBound() local 1167 if (const SCEV *UB = collectUpperBound(L, T)) collectConstantUpperBound() local [all...] |
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ExecutionUtils.cpp | 293 if (auto *UB = dyn_cast<object::MachOUniversalBinary>(B->getBinary())) { Load() local 356 if (auto *UB = dyn_cast<object::MachOUniversalBinary>(B->get())) { Create() local 453 getSliceRangeForArch(object::MachOUniversalBinary & UB,const Triple & TT) getSliceRangeForArch() argument
|
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/ |
H A D | move_convert.single.pass.cpp | 81 using UB = std::unique_ptr<B>; in test_sfinae() typedef
|
/llvm-project/openmp/runtime/test/tasking/ |
H A D | kmp_taskloop_5.c | 10 #define UB 118 macro
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRangeCalc.cpp | 159 if (UB != LR.begin()) { in isDefOnEntry() local
|
/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 2113 dumpMachOUniversalBinaryMatchArchFlags(MachOUniversalBinary * UB,std::vector<NMSymbol> & SymbolList,StringRef Filename,LLVMContext * ContextPtr) dumpMachOUniversalBinaryMatchArchFlags() argument 2189 dumpMachOUniversalBinaryMatchHost(MachOUniversalBinary * UB,std::vector<NMSymbol> & SymbolList,StringRef Filename,LLVMContext * ContextPtr) dumpMachOUniversalBinaryMatchHost() argument 2241 dumpMachOUniversalBinaryArchAll(MachOUniversalBinary * UB,std::vector<NMSymbol> & SymbolList,StringRef Filename,LLVMContext * ContextPtr) dumpMachOUniversalBinaryArchAll() argument 2294 dumpMachOUniversalBinary(MachOUniversalBinary * UB,std::vector<NMSymbol> & SymbolList,StringRef Filename,LLVMContext * ContextPtr) dumpMachOUniversalBinary() argument 2377 else if (MachOUniversalBinary *UB = dyn_cast<MachOUniversalBinary>(&Bin)) dumpSymbolNamesFromFile() local [all...] |
/llvm-project/clang/test/CodeGen/ |
H A D | xcore-stringtype.c | 163 union UB{int:4; int:2; int N4:4; int N2:2; unsigned int:4; signed int:4; union
|
/llvm-project/llvm/lib/TextAPI/BinaryReader/ |
H A D | DylibReader.cpp | 383 auto *UB = cast<MachOUniversalBinary>(&Bin); in readFile() local
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFTypePrinter.cpp |
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInsertWaitcnts.cpp | 792 unsigned UB = getScoreUB(T); updateByEvent() local 1063 const unsigned UB = getScoreUB(T); determineWait() local 1096 const unsigned UB = getScoreUB(T); applyWaitcnt() local [all...] |
/llvm-project/mlir/include/mlir/Analysis/Presburger/ |
H A D | IntegerRelation.h | 43 enum class BoundType { EQ, LB, UB }; enumerator
|
/llvm-project/clang/lib/Analysis/ |
H A D | ReachableCode.cpp | 353 const CFGBlock *UB = I->getPossiblyUnreachableBlock(); in scanFromBlock() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 1008 if (auto UB = Subrange->getUpperBound()) dependencies() local 1021 if (auto UB = GenericSubrange->getUpperBound()) dependencies() local
|
/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 474 Metadata *LB, Metadata *UB, Metadata *Stride, in getImpl() argument 524 Metadata *UB = getRawUpperBound(); in getUpperBound() local 571 getImpl(LLVMContext & Context,Metadata * CountNode,Metadata * LB,Metadata * UB,Metadata * Stride,StorageType Storage,bool ShouldCreate) getImpl() argument 614 Metadata *UB = getRawUpperBound(); getUpperBound() local [all...] |
/llvm-project/llvm/tools/llvm-size/ |
H A D | llvm-size.cpp | 580 } else if (MachOUniversalBinary *UB = printFileSectionSizes() local
|
/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 560 if (MachOUniversalBinary *UB = dyn_cast_or_null<MachOUniversalBinary>(Bin)) { getOrCreateObject() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 916 llvm::Value *UB = nullptr; global() member [all...] |