| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Coroutines/ |
| CoroSplit.h | 28 LazyCallGraph &CG, CGSCCUpdateResult &UR);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| CallGraphUpdater.h | 51 CGSCCUpdateResult *UR = nullptr; 67 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) { 71 this->UR = &UR;
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| CGSCCPassManager.cpp | 64 LazyCallGraph &G, CGSCCUpdateResult &UR) { 89 PassPA = Pass->run(*C, AM, G, UR); 92 if (UR.InvalidatedSCCs.count(C)) 98 C = UR.UpdatedC ? UR.UpdatedC : C; 99 if (UR.UpdatedC) { 108 if (UR.InvalidatedSCCs.count(C)) { 134 UR.CrossSCCPA.intersect(PA); 171 CGSCCUpdateResult UR = { 266 CGAM.invalidate(*C, UR.CrossSCCPA) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
| ArgumentPromotion.h | 42 LazyCallGraph &CG, CGSCCUpdateResult &UR);
|
| FunctionAttrs.h | 52 LazyCallGraph &CG, CGSCCUpdateResult &UR);
|
| OpenMPOpt.h | 79 LazyCallGraph &CG, CGSCCUpdateResult &UR);
|
| Inliner.h | 104 LazyCallGraph &CG, CGSCCUpdateResult &UR);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| TpiHashing.h | 33 explicit TagRecordHash(codeview::UnionRecord UR, uint32_t Full, 35 : FullRecordHash(Full), ForwardDeclHash(Forward), Union(std::move(UR)) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| GlobalStatus.cpp | 67 const User *UR = U.getUser(); 68 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(UR)) { 79 } else if (const Instruction *I = dyn_cast<Instruction>(UR)) { 174 } else if (const Constant *C = dyn_cast<Constant>(UR)) {
|
| CallGraphUpdater.cpp | 72 UR->InvalidatedSCCs.insert(DeadSCC); 73 UR->InvalidatedRefSCCs.insert(&DeadRC); 95 updateCGAndAnalysisManagerForCGSCCPass(*LCG, *C, N, *AM, *UR, *FAM);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/ |
| HWEventListener.h | 66 ArrayRef<std::pair<ResourceRef, ResourceCycles>> UR) 67 : HWInstructionEvent(HWInstructionEvent::Issued, IR), UsedResources(UR) {}
|
| /src/external/gpl2/groff/font/devlj4/ |
| Makefile | 15 UB UBI UI UR \
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| CGSCCPassManager.h | 139 LazyCallGraph &G, CGSCCUpdateResult &UR); 437 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR, 448 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR, 482 LazyCallGraph &CG, CGSCCUpdateResult &UR); 529 LazyCallGraph &CG, CGSCCUpdateResult &UR);
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| ScaledNumber.cpp | 27 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); 30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR;
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| NativeTypeUDT.cpp | 25 codeview::TypeIndex TI, codeview::UnionRecord UR) 27 Union(std::move(UR)), Tag(Union.getPointer()) {}
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| Inliner.cpp | 675 CGSCCUpdateResult &UR) { 809 UR.InlinedInternalEdges.count({&N, C})) { 922 C = &updateCGAndAnalysisManagerForCGSCCPass(CG, *C, N, AM, UR, FAM); 941 // UR.CWorklist again, we want to catch such cases too. 945 if ((C != OldC || UR.CWorklist.count(OldC)) && 951 UR.InlinedInternalEdges.insert({&N, OldC}); 974 UR.InvalidatedSCCs.insert(&DeadC); 975 UR.InvalidatedRefSCCs.insert(&DeadRC);
|
| ArgumentPromotion.cpp | 662 User *UR = U.getUser(); 664 if (LoadInst *LI = dyn_cast<LoadInst>(UR)) { 674 } else if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(UR)) { 1015 CGSCCUpdateResult &UR) {
|
| /src/external/gpl2/groff/dist/font/devlj4/generate/ |
| Makefile | 58 UB UBI UI UR \ 134 UR: $(AUTOFONT)/9nb00094.tfm $(TEXTMAP)
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| RDFLiveness.cpp | 435 RegisterRef UR = UA.Addr->getRegRef(DFG); 436 if (PRI.alias(RefRR, UR) && !DefRRs.hasCoverOf(UR)) 599 RegisterRef UR = PUA.Addr->getRegRef(DFG); 600 NodeList Ds = getAllReachingDefs(UR, PUA, true, false, NoRegs); 679 RegisterRef UR = UA.Addr->getRegRef(DFG); 687 if (MidDefs.hasCoverOf(UR))
|
| /src/external/mpl/bind/dist/bin/tests/system/upforwd/ |
| tests.sh | 49 | awk '$3 == "UQ" { UQ+=1 } $3 == "UR" { UR += 1 } END { print UQ+0, UR+0 }' >dnstapread.out$n 50 read UQ UR <dnstapread.out$n 51 echo_i "UQ=$UQ UR=$UR" 52 test $UQ -eq $UR || return 1
|
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| ConstantRange.cpp | 1028 ConstantRange UR = Result_zext.truncate(getBitWidth()); 1034 if (!UR.isUpperWrapped() && 1035 (UR.getUpper().isNonNegative() || UR.getUpper().isMinSignedValue())) 1036 return UR; 1055 return UR.isSizeStrictlySmallerThan(SR) ? UR : SR;
|
| /src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
| table.c | 554 " adde U1,UL,UR\n", }, 617 " subfe U1,UR,UL\n", }, 760 " li UL,UR\n", }, 775 " lis UL," HA16(UR) "\n" 776 " addi UL,UL," LO16(UR) "\n", }, 796 " lwz UL,UR\n" }, 804 " lis UL," HA16(UR) "\n" 805 " lwz UL," LO16(UR) "(UL)\n", }, 893 " stw UR,UL\n", }, 902 " stw UR," LO16(UL) "(U1)\n", } [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
| CoroSplit.cpp | 1824 LazyCallGraph &CG, CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR, 1854 updateCGAndAnalysisManagerForCGSCCPass(CG, C, N, AM, UR, FAM); 1860 updateCGAndAnalysisManagerForFunctionPass(CG, C, N, AM, UR, FAM); 2066 LazyCallGraph &CG, CGSCCUpdateResult &UR) { 2106 UR.CWorklist.insert(&C); 2114 updateCallGraphAfterCoroutineSplit(*N, Shape, Clones, C, CG, AM, UR, FAM); 2121 UR.RCWorklist.insert(CG.lookupRefSCC(CG.get(*Clones[0])));
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonOptAddrMode.cpp | 216 RegisterRef UR = UN.Addr->getRegRef(*DFG); 218 const auto &P = LV->getAllReachingDefsRec(UR, UN, Visited, Defs);
|
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| llvm_ocaml.c | 1151 LLVMValueRef llvm_user(LLVMUseRef UR) { return LLVMGetUser(UR); } 1154 LLVMValueRef llvm_used_value(LLVMUseRef UR) { return LLVMGetUsedValue(UR); }
|