Searched refs:UR (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/gnu/usr.bin/groff/font/devlj4/
H A DMakefile11 UB UBI UI UR \
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp91 User *UR = U.getUser(); local
93 if (isa<BlockAddress>(UR)) continue;
97 if (!isa<CallInst>(UR) && !isa<InvokeInst>(UR))
100 CallSite CS(cast<Instruction>(UR));
H A DArgumentPromotion.cpp505 User *UR = U.getUser(); local
507 if (LoadInst *LI = dyn_cast<LoadInst>(UR)) {
513 } else if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(UR)) {
/freebsd-11.0-release/contrib/groff/font/devlj4/
H A DMakefile.sub14 UB UBI UI UR \
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp57 const User *UR = U.getUser(); local
58 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(UR)) {
68 } else if (const Instruction *I = dyn_cast<Instruction>(UR)) {
164 } else if (const Constant *C = dyn_cast<Constant>(UR)) {
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DScaledNumber.cpp27 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); local
30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR;
/freebsd-11.0-release/contrib/groff/font/devlj4/generate/
H A DMakefile58 UB UBI UI UR \
134 UR: $(AUTOFONT)/9nb00094.tfm $(TEXTMAP)
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1706 const User *UR = U.getUser(); local
1707 if (const StoreInst *SI = dyn_cast<StoreInst>(UR)) {
1710 } else if (isa<InvokeInst>(UR) || isa<CallInst>(UR)) {
1712 ImmutableCallSite CS(cast<Instruction>(UR));
1715 } else if (const LoadInst *LI = dyn_cast<LoadInst>(UR)) {
1718 } else if (isa<BlockAddress>(UR)) {
H A DLoopStrengthReduce.cpp792 for (User *UR : UVal->users()) {
794 Instruction *UI = dyn_cast<Instruction>(UR);
/freebsd-11.0-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c2079 #define UR(field) __mf_unregister(last->field, strlen (last->field)+1, __MF_TYPE_STATIC) macro
2082 UR (mnt_fsname);
2083 UR (mnt_dir);
2084 UR (mnt_type);
2085 UR (mnt_opts);
2088 #undef UR macro
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DConstantRange.cpp668 ConstantRange UR = Result_zext.truncate(getBitWidth()); local
687 return UR.getSetSize().ult(SR.getSetSize()) ? UR : SR;
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1169 BitTracker::RegisterRef UR = *I;
1171 if (!HBS::getSubregMask(UR, B, W, MRI))

Completed in 226 milliseconds