Home
last modified time | relevance | path

Searched refs:UR (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DCGSCCPassManager.h139 LazyCallGraph &G, CGSCCUpdateResult &UR);
363 CGSCCUpdateResult UR = {RCWorklist, CWorklist, InvalidRefSCCSet,
429 UR.UpdatedRC = nullptr;
430 UR.UpdatedC = nullptr;
431 PreservedAnalyses PassPA = Pass.run(*C, CGAM, CG, UR);
434 C = UR.UpdatedC ? UR.UpdatedC : C;
435 RC = UR.UpdatedRC ? UR.UpdatedRC : RC;
439 if (UR.InvalidatedSCCs.count(C)) {
468 if (UR.UpdatedC)
472 << *UR.UpdatedC << "\n");
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCGSCCPassManager.cpp56 LazyCallGraph &G, CGSCCUpdateResult &UR) { in run() argument
70 PreservedAnalyses PassPA = Pass->run(*C, AM, G, UR); in run()
73 C = UR.UpdatedC ? UR.UpdatedC : C; in run()
77 if (UR.InvalidatedSCCs.count(C)) { in run()
348 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) { in incorporateNewSCCRange() argument
355 UR.CWorklist.insert(C); in incorporateNewSCCRange()
392 UR.CWorklist.insert(&NewC); in incorporateNewSCCRange()
408 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) { in updateCGAndAnalysisManagerForFunctionPass() argument
498 G, N, C, AM, UR); in updateCGAndAnalysisManagerForFunctionPass()
528 UR.InvalidatedRefSCCs.insert(RC); in updateCGAndAnalysisManagerForFunctionPass()
[all …]
/external/clang/test/Lexer/
Dstring_concat.cpp17 …const char* e = u8"abc" UR"(abc)"; // expected-error {{unsupported non-standard concatenation of s… in f()
26 …const char16_t* k = u"abc" UR"(abc)"; // expected-error {{unsupported non-standard concatenation o… in f()
45 …const wchar_t* x = L"abc" UR"(abc)"; // expected-error {{unsupported non-standard concatenation of… in f()
Dstring-literal-encoding.c14 …char32_t const *f = UR"(�����)"; // expected-error {{illegal character encoding in string literal}} in f()
28 …char32_t const *f = UR"(foo �����)"; // expected-error {{illegal character encoding in string lite… in g()
Dpragma-operators.cpp26 #define pragma_UR _Pragma(UR"(clang diagnostic error "-Wunused")")
/external/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp61 User *UR = U.getUser(); in PropagateConstantsIntoArguments() local
63 if (isa<BlockAddress>(UR)) continue; in PropagateConstantsIntoArguments()
67 if (!isa<CallInst>(UR) && !isa<InvokeInst>(UR)) in PropagateConstantsIntoArguments()
70 CallSite CS(cast<Instruction>(UR)); in PropagateConstantsIntoArguments()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp61 User *UR = U.getUser(); in PropagateConstantsIntoArguments() local
63 if (isa<BlockAddress>(UR)) continue; in PropagateConstantsIntoArguments()
67 if (!isa<CallInst>(UR) && !isa<InvokeInst>(UR)) in PropagateConstantsIntoArguments()
70 CallSite CS(cast<Instruction>(UR)); in PropagateConstantsIntoArguments()
DInliner.cpp806 CGSCCUpdateResult &UR) { in run() argument
965 UR.InlinedInternalEdges.count({&N, C})) { in run()
1089 C = &updateCGAndAnalysisManagerForFunctionPass(CG, *C, N, AM, UR); in run()
1110 UR.InlinedInternalEdges.insert({&N, OldC}); in run()
1136 UR.InvalidatedSCCs.insert(&DeadC); in run()
1137 UR.InvalidatedRefSCCs.insert(&DeadRC); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp69 const User *UR = U.getUser(); in analyzeGlobalAux() local
70 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(UR)) { in analyzeGlobalAux()
81 } else if (const Instruction *I = dyn_cast<Instruction>(UR)) { in analyzeGlobalAux()
175 } else if (const Constant *C = dyn_cast<Constant>(UR)) { in analyzeGlobalAux()
/external/python/cpython2/Lib/test/
Dtokenize_tests.txt115 x = ur'abc' + Ur'ABC' + uR'ABC' + UR'ABC'
116 y = ur"abc" + Ur"ABC" + uR"ABC" + UR"ABC"
117 x = ur'\\' + UR'\\'
121 baz''' + UR'''
/external/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp57 const User *UR = U.getUser(); in analyzeGlobalAux() local
58 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(UR)) { in analyzeGlobalAux()
68 } else if (const Instruction *I = dyn_cast<Instruction>(UR)) { in analyzeGlobalAux()
164 } else if (const Constant *C = dyn_cast<Constant>(UR)) { in analyzeGlobalAux()
/external/clang/test/CodeGen/
Dstring-literal.c83 const char32_t *k = UR"bar(IJ)bar"; in main()
118 const char32_t *u = UR\ in main()
Dstring-literal-unicode-conversion.c57 char32_t const *h = UR"(6Кошка)"; in f()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DHWEventListener.h65 llvm::ArrayRef<std::pair<ResourceRef, double>> UR) in HWInstructionIssuedEvent() argument
66 : HWInstructionEvent(HWInstructionEvent::Issued, IR), UsedResources(UR) {} in HWInstructionIssuedEvent()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DCGSCCPassManagerTest.cpp141 LazyCallGraph &CG, CGSCCUpdateResult &UR) { in run()
142 return Func(C, AM, CG, UR); in run()
274 LazyCallGraph &CG, CGSCCUpdateResult &UR) { in TEST_F() argument
351 LazyCallGraph &CG, CGSCCUpdateResult &UR) { in TEST_F() argument
370 LazyCallGraph &CG, CGSCCUpdateResult &UR) { in TEST_F() argument
392 LazyCallGraph &CG, CGSCCUpdateResult &UR) { in TEST_F() argument
1147 LazyCallGraph &CG, CGSCCUpdateResult &UR) { in TEST_F() argument
1172 updateCGAndAnalysisManagerForFunctionPass(CG, C, H2N, AM, UR); in TEST_F()
1196 LazyCallGraph &CG, CGSCCUpdateResult &UR) { in TEST_F() argument
1218 updateCGAndAnalysisManagerForFunctionPass(CG, C, H2N, AM, UR); in TEST_F()
/external/llvm/lib/Support/
DScaledNumber.cpp28 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); in multiply64() local
31 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR; in multiply64()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DScaledNumber.cpp28 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); in multiply64() local
31 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR; in multiply64()
/external/llvm/lib/IR/
DConstantRange.cpp714 ConstantRange UR = Result_zext.truncate(getBitWidth()); in multiply() local
720 if (!UR.isWrappedSet() && UR.getLower().isNonNegative()) in multiply()
721 return UR; in multiply()
740 return UR.getSetSize().ult(SR.getSetSize()) ? UR : SR; in multiply()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DArgumentPromotion.h31 LazyCallGraph &CG, CGSCCUpdateResult &UR);
DFunctionAttrs.h52 LazyCallGraph &CG, CGSCCUpdateResult &UR);
/external/clang/test/SemaCXX/
Dcxx0x-type-convert-construct.cpp20 …URstr = UR"foo(a UTF-32 raw string)foo"; // expected-error {{assigning to 'char32_t *' from incomp… in f()
/external/clang/test/CXX/lex/lex.literal/lex.ext/
Dp12.cpp20 int f = UR"("тест ��)"_x;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantRange.cpp837 ConstantRange UR = Result_zext.truncate(getBitWidth()); in multiply() local
843 if (!UR.isWrappedSet() && in multiply()
844 (UR.getUpper().isNonNegative() || UR.getUpper().isMinSignedValue())) in multiply()
845 return UR; in multiply()
864 return UR.isSizeStrictlySmallerThan(SR) ? UR : SR; in multiply()
/external/icu/icu4j/perf-tests/data/collation/
DTestNames_SerbianSH.txt772 ČOMIĆ ĐURĐINA
1033 ČURČIĆ DUŠAN
1034 ČURČIĆ ILIJA
1035 ČURČIĆ LAZAR
1036 ČURČIĆ SLOBODANKA
1741 ŠIJAČKI ĐURĐINKA
2191 ŠMIT-PROKIN ĐURĐINA
2330 ŠOPALO ĐURĐINA
2331 ŠOPALO ĐURĐINA
2842 ŠUVAKOVIĆ ĐURĐICA
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp397 RegisterRef UR = UA.Addr->getRegRef(DFG); in getAllReachedUses() local
398 if (PRI.alias(RefRR, UR) && !DefRRs.hasCoverOf(UR)) in getAllReachedUses()
561 RegisterRef UR = PUA.Addr->getRegRef(DFG); in computePhiInfo() local
562 NodeList Ds = getAllReachingDefs(UR, PUA, true, false, NoRegs); in computePhiInfo()
624 RegisterRef UR = PRI.normalize(UA.Addr->getRegRef(DFG)); in computePhiInfo() local
633 if (MidDefs.hasCoverOf(UR)) in computePhiInfo()

12345678910>>...14