Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp61 const Value *UB = GetUnderlyingObjCPtr(SB); in alias() local
H A DDependenceAnalysis.cpp981 const SCEV *UB = SE->getBackedgeTakenCount(AddRec->getLoop()); in checkSubscript() local
1156 const SCEV *UB = SE->getBackedgeTakenCount(L); in collectUpperBound() local
1167 if (const SCEV *UB = collectUpperBound(L, T)) in collectConstantUpperBound() local
[all...]
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp2116 dumpMachOUniversalBinaryMatchArchFlags(MachOUniversalBinary * UB,std::vector<NMSymbol> & SymbolList,StringRef Filename,LLVMContext * ContextPtr) dumpMachOUniversalBinaryMatchArchFlags() argument
2192 dumpMachOUniversalBinaryMatchHost(MachOUniversalBinary * UB,std::vector<NMSymbol> & SymbolList,StringRef Filename,LLVMContext * ContextPtr) dumpMachOUniversalBinaryMatchHost() argument
2244 dumpMachOUniversalBinaryArchAll(MachOUniversalBinary * UB,std::vector<NMSymbol> & SymbolList,StringRef Filename,LLVMContext * ContextPtr) dumpMachOUniversalBinaryArchAll() argument
2297 dumpMachOUniversalBinary(MachOUniversalBinary * UB,std::vector<NMSymbol> & SymbolList,StringRef Filename,LLVMContext * ContextPtr) dumpMachOUniversalBinary() argument
2380 else if (MachOUniversalBinary *UB = dyn_cast<MachOUniversalBinary>(&Bin)) dumpSymbolNamesFromFile() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp378 auto *UB = cast<MachOUniversalBinary>(&Bin); readFile() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp159 LiveRange::iterator UB = upper_bound(LR, End.getPrevSlot()); in isDefOnEntry() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp24 std::optional<uint64_t> UB; in appendArrayType() local
/freebsd-src/libexec/getty/
H A Dgettytab.h165 #define UB gettyflags[18].value macro
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp770 unsigned UB = getScoreUB(T); updateByEvent() local
1053 const unsigned UB = getScoreUB(T); determineWait() local
1086 const unsigned UB = getScoreUB(T); applyWaitcnt() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp352 const CFGBlock *UB = I->getPossiblyUnreachableBlock(); scanFromBlock() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp470 getImpl(LLVMContext & Context,Metadata * CountNode,Metadata * LB,Metadata * UB,Metadata * Stride,StorageType Storage,bool ShouldCreate) getImpl() argument
520 Metadata *UB = getRawUpperBound(); getUpperBound() local
567 getImpl(LLVMContext & Context,Metadata * CountNode,Metadata * LB,Metadata * UB,Metadata * Stride,StorageType Storage,bool ShouldCreate) getImpl() argument
610 Metadata *UB = getRawUpperBound(); getUpperBound() local
[all...]
H A DDIBuilder.cpp701 getOrCreateSubrange(Metadata * CountNode,Metadata * LB,Metadata * UB,Metadata * Stride) getOrCreateSubrange() argument
707 getOrCreateGenericSubrange(DIGenericSubrange::BoundType CountNode,DIGenericSubrange::BoundType LB,DIGenericSubrange::BoundType UB,DIGenericSubrange::BoundType Stride) getOrCreateGenericSubrange() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp993 if (auto UB = Subrange->getUpperBound()) dependencies() local
1006 if (auto UB = GenericSubrange->getUpperBound()) dependencies() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp580 } else if (MachOUniversalBinary *UB = in printFileSectionSizes() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp560 if (MachOUniversalBinary *UB = dyn_cast_or_null<MachOUniversalBinary>(Bin)) { in getOrCreateObject() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h916 llvm::Value *UB = nullptr; member
[all...]
H A DCGStmtOpenMP.cpp3095 LValue UB = emitDistributeParallelForInnerBounds() local
3135 emitDistributeParallelForDispatchBounds(CodeGenFunction & CGF,const OMPExecutableDirective & S,Address LB,Address UB) emitDistributeParallelForDispatchBounds() argument
3160 LValue UB = emitDistributeParallelForDistributeInnerBoundParams() local
3320 LValue UB = Bounds.second; EmitOMPWorksharingLoop() local
3512 LValue UB = emitForLoopBounds() local
3523 emitDispatchForLoopBounds(CodeGenFunction & CGF,const OMPExecutableDirective & S,Address LB,Address UB) emitDispatchForLoopBounds() argument
3991 LValue UB = EmitSections() local
5649 LValue UB = EmitOMPHelperVar( EmitOMPDistributeLoop() local
[all...]
H A DCGOpenMPRuntimeGPU.cpp3150 llvm::Value *UB = CGF.EmitLoadOfScalar( createParallelDataSharingWrapper() local
H A DCGOpenMPRuntime.cpp2690 emitForNext(CodeGenFunction & CGF,SourceLocation Loc,unsigned IVSize,bool IVSigned,Address IL,Address LB,Address UB,Address ST) emitForNext() argument
12037 emitForNext(CodeGenFunction & CGF,SourceLocation Loc,unsigned IVSize,bool IVSigned,Address IL,Address LB,Address UB,Address ST) emitForNext() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp748 for (auto UB : UndefBlks) { in setPhiValues() local
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1988 Value *UB = ConstantInt::get(I32Ty, SectionCBs.size()); createSections() local
2398 Value *UB = Builder.CreateSelect(IsNeg, Start, Stop); createCanonicalLoop() local
4659 int32_t LB, UB; readThreadBoundsForKernel() local
4670 int32_t UB = cast<ConstantInt>(OldVal->getValue())->getZExtValue(); readThreadBoundsForKernel() local
4678 writeThreadBoundsForKernel(const Triple & T,Function & Kernel,int32_t LB,int32_t UB) writeThreadBoundsForKernel() argument
4697 writeTeamsForKernel(const Triple & T,Function & Kernel,int32_t LB,int32_t UB) writeTeamsForKernel() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h728 Expr *UB; member
778 Expr *UB; member
1209 setUpperBoundVariable(Expr * UB) setUpperBoundVariable() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp2348 static void printMachOUniversalHeaders(const object::MachOUniversalBinary *UB, in printMachOUniversalHeaders() argument
2565 if (MachOUniversalBinary *UB = dyn_cast<MachOUniversalBinary>(&Bin)) { in parseInputMachO() local
2583 parseInputMachO(MachOUniversalBinary * UB) parseInputMachO() argument
7087 } else if (auto *UB = dyn_cast<MachOUniversalBinary>(DSYMBinary.get())) { getMachODSymObject() local
[all...]
H A Dllvm-objdump.cpp3248 else if (MachOUniversalBinary *UB = dyn_cast<MachOUniversalBinary>(&Binary)) dumpInput() local
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp8604 SmallString<128> UB; ConstructJob() local
8703 SmallString<128> UB; ConstructJobMultipleOutputs() local

12