Home
last modified time | relevance | path

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

12

/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.runtime.pass.cpp53 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 Dpointer.pass.cpp160 using UB = std::unique_ptr<B[]>; in test_sfinae_runtime() typedef
H A Dmove_convert.single.pass.cpp102 using UB = std::unique_ptr<B>; in test_sfinae() typedef
/llvm-project/polly/lib/CodeGen/
H A DLoopGeneratorsGOMP.cpp147 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 DLoopGeneratorsKMP.cpp22 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 DLoopGenerators.cpp83 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 DIslNodeBuilder.cpp177 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 DObjCARCAliasAnalysis.cpp61 const Value *UB = GetUnderlyingObjCPtr(SB); alias() local
H A DDependenceAnalysis.cpp981 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 DExecutionUtils.cpp293 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 Dmove_convert.single.pass.cpp81 using UB = std::unique_ptr<B>; in test_sfinae() typedef
/llvm-project/openmp/runtime/test/tasking/
H A Dkmp_taskloop_5.c10 #define UB 118 macro
/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp159 if (UB != LR.begin()) { in isDefOnEntry() local
/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp2113 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 Dxcore-stringtype.c163 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 DDylibReader.cpp383 auto *UB = cast<MachOUniversalBinary>(&Bin); in readFile() local
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp792 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 DIntegerRelation.h43 enum class BoundType { EQ, LB, UB }; enumerator
/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp353 const CFGBlock *UB = I->getPossiblyUnreachableBlock(); in scanFromBlock() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1008 if (auto UB = Subrange->getUpperBound()) dependencies() local
1021 if (auto UB = GenericSubrange->getUpperBound()) dependencies() local
/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp474 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 Dllvm-size.cpp580 } else if (MachOUniversalBinary *UB = printFileSectionSizes() local
/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp560 if (MachOUniversalBinary *UB = dyn_cast_or_null<MachOUniversalBinary>(Bin)) { getOrCreateObject() local
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h916 llvm::Value *UB = nullptr; global() member
[all...]

12