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

/external/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp58 const Value *UB = GetUnderlyingObjCPtr(SB, DL); local
59 if (UA != SA || UB != SB) {
60 Result = AAResultBase::alias(MemoryLocation(UA), MemoryLocation(UB));
H A DDependenceAnalysis.cpp860 const SCEV *UB = SE->getBackedgeTakenCount(AddRec->getLoop()); local
861 if (!isa<SCEVCouldNotCompute>(UB)) {
863 SE->getTypeSizeInBits(UB->getType())) {
885 const SCEV *UB = SE->getBackedgeTakenCount(AddRec->getLoop()); local
886 if (!isa<SCEVCouldNotCompute>(UB)) {
888 SE->getTypeSizeInBits(UB->getType())) {
992 const SCEV *UB = SE->getBackedgeTakenCount(L); local
993 return SE->getTruncateOrZeroExtend(UB, T);
1003 if (const SCEV *UB = collectUpperBound(L, T))
1004 return dyn_cast<SCEVConstant>(UB);
[all...]
/external/clang/lib/Analysis/
H A DReachableCode.cpp303 const CFGBlock *UB = I->getPossiblyUnreachableBlock(); local
304 if (!UB)
314 B = UB;
/external/clang/test/CodeGen/
H A Dxcore-stringtype.c150 // CHECK: !{{[0-9]+}} = !{i32 (%union.UB*)* @unionTypeB,
151 // CHECK: !"f{si}(u(UB){m(N2){b(2:si)},m(N4){b(4:si)},m(){b(2:si)},
164 union UB{int:4; int:2; int N4:4; int N2:2; unsigned int:4; signed int:4; union
167 int unionTypeB(union UB ub) {return UnionAnon.A;}
/external/clang/include/clang/AST/
H A DStmtOpenMP.h448 void setUpperBoundVariable(Expr *UB) { argument
453 *std::next(child_begin(), UpperBoundVariableOffset) = UB;
535 Expr *UB; member in struct:clang::OMPLoopDirective::HelperExprs
583 UB = nullptr;
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_common.cc981 #define UB -128 /* max(-128, round(-2.018 * 64)) */ macro
987 #define BB (UB * 128 + YGB)
993 { -UB, -VR, -UB, -VR, -UB, -VR, -UB, -VR },
994 { -UB, -VR, -UB, -VR, -UB, -VR, -UB,
1052 #undef UB macro
1068 #define UB macro
1139 #undef UB macro
1156 #define UB macro
1227 #undef UB macro
[all...]
/external/libyuv/files/source/
H A Drow_common.cc990 #define UB -128 /* max(-128, round(-2.018 * 64)) */ macro
996 #define BB (UB * 128 + YGB)
1002 {-UB, -VR, -UB, -VR, -UB, -VR, -UB, -VR},
1003 {-UB, -VR, -UB, -VR, -UB, -VR, -UB,
1055 #undef UB macro
1071 #define UB macro
1136 #undef UB macro
1154 #define UB macro
1219 #undef UB macro
[all...]
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1673 Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) {
1689 // UB = min(UB, GlobalUB)
1693 // IV < UB
1697 LB, UB, ST);
1746 // Emit "LB = LB + Stride", "UB = UB + Stride".
1765 Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) {
1808 // while(__kmpc_dispatch_next(&LB, &UB)) {
1810 // while (idx <= UB) { BOD
1671 EmitOMPOuterLoop(bool DynamicOrOrdered, bool IsMonotonic, const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) argument
1762 EmitOMPForOuterLoop( const OpenMPScheduleTy &ScheduleKind, bool IsMonotonic, const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) argument
1844 EmitOMPDistributeOuterLoop( OpenMPDistScheduleClauseKind ScheduleKind, const OMPDistributeDirective &S, OMPPrivateScope &LoopScope, Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) argument
1988 LValue UB = local
2662 LValue UB = local
[all...]
H A DCGOpenMPRuntime.cpp2452 bool Ordered, llvm::Value *UB,
2475 UB, // Upper
2486 unsigned IVSize, bool Ordered, Address IL, Address LB, Address UB,
2521 UB.getPointer(), // &UB
2534 Address UB, Address ST,
2543 Ordered, IL, LB, UB, ST, Chunk);
2549 bool Ordered, Address IL, Address LB, Address UB, Address ST,
2558 UB, ST, Chunk);
2585 Address LB, Address UB,
2448 emitForDispatchInit(CodeGenFunction &CGF, SourceLocation Loc, const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, bool Ordered, llvm::Value *UB, llvm::Value *Chunk) argument
2482 emitForStaticInitCall( CodeGenFunction &CGF, llvm::Value *UpdateLocation, llvm::Value *ThreadId, llvm::Constant *ForStaticInitFunction, OpenMPSchedType Schedule, OpenMPScheduleClauseModifier M1, OpenMPScheduleClauseModifier M2, unsigned IVSize, bool Ordered, Address IL, Address LB, Address UB, Address ST, llvm::Value *Chunk) argument
2529 emitForStaticInit(CodeGenFunction &CGF, SourceLocation Loc, const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, bool Ordered, Address IL, Address LB, Address UB, Address ST, llvm::Value *Chunk) argument
2546 emitDistributeStaticInit( CodeGenFunction &CGF, SourceLocation Loc, OpenMPDistScheduleClauseKind SchedKind, unsigned IVSize, bool IVSigned, bool Ordered, Address IL, Address LB, Address UB, Address ST, llvm::Value *Chunk) argument
2582 emitForNext(CodeGenFunction &CGF, SourceLocation Loc, unsigned IVSize, bool IVSigned, Address IL, Address LB, Address UB, Address ST) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DObjCARC.cpp683 const Value *UB = GetUnderlyingObjCPtr(SB); local
684 if (UA != SA || UB != SB) {
685 Result = AliasAnalysis::alias(Location(UA), Location(UB));
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp1403 static void printMachOUniversalHeaders(const object::MachOUniversalBinary *UB, argument
1407 if (UB->getMagic() == MachO::FAT_MAGIC)
1409 else // UB->getMagic() == MachO::FAT_MAGIC_64
1414 uint32_t nfat_arch = UB->getNumberOfObjects();
1415 StringRef Buf = UB->getData();
1419 outs() << "nfat_arch " << UB->getNumberOfObjects();
1428 MachOUniversalBinary::ObjectForArch OFA(UB, i);
1433 MachOUniversalBinary::ObjectForArch other_OFA(UB, j);
1592 if (MachOUniversalBinary *UB = dyn_cast<MachOUniversalBinary>(&Bin))
1593 printMachOUniversalHeaders(UB, !NonVerbos
[all...]

Completed in 502 milliseconds