HomeSort by: relevance | last modified time | path
    Searched refs:Ph (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafetyTIL.cpp 63 if (auto *Ph = dyn_cast<Phi>(E)) {
64 Ph->values().reserveCheck(1, Arena);
65 Ph->values().push_back(nullptr);
74 if (auto *Ph = dyn_cast<Phi>(E)) {
75 Ph->values().reserve(NumPreds, Arena);
90 if (const auto *Ph = dyn_cast<Phi>(E)) {
91 if (Ph->status() == Phi::PH_SingleVal) {
92 E = Ph->values()[0];
117 if (auto *Ph = dyn_cast<Phi>(E)) {
118 if (Ph->status() == Phi::PH_Incomplete
    [all...]
ThreadSafetyCommon.cpp 64 if (const auto *Ph = dyn_cast<til::Phi>(E))
65 return Ph->status() == til::Phi::PH_Incomplete;
313 if (const auto *Ph = dyn_cast<til::Phi>(E))
314 return Ph->clangDecl();
701 auto *Ph = dyn_cast<til::Phi>(CurrE);
702 assert(Ph && "Expecting Phi node.");
704 Ph->values()[ArgIndex] = E;
710 til::Phi *Ph = new (Arena) til::Phi(Arena, NPreds);
711 Ph->values().setValues(NPreds, nullptr);
713 Ph->values()[PIdx] = CurrE
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_div_macros.h 44 UINT64 Rh, R, B2, B4, Ph, Ql, Ql2, carry, Qh;
107 __mul_64x128_full (Ph, CQB, (pCQ->w[0]), CY);
122 __mul_64x128_full (Ph, CQB, (pCQ->w[0]), CY);
bid_internal.h 231 #define __imul_64x128_full(Ph, Ql, A, B) \
243 Ph = QM2.w[1]; \
252 UINT64 CXH, CXL, CYH,CYL,PL,PH,PM,PM2;\
259 PH = CXH*CYH; \
262 PH += (PM>>32); \
265 (P).w[1] = PH + (PM>>32); \
274 UINT64 CXH, CXL, CYH, CYL, PL, PH, PM; \
282 PH = CXH*CYH; \
286 (P).w[1] = PH + (PM>>32); \
292 UINT64 CXH, CXL, PL, PH, PM;
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_div_macros.h 44 UINT64 Rh, R, B2, B4, Ph, Ql, Ql2, carry, Qh;
107 __mul_64x128_full (Ph, CQB, (pCQ->w[0]), CY);
122 __mul_64x128_full (Ph, CQB, (pCQ->w[0]), CY);
bid_internal.h 231 #define __imul_64x128_full(Ph, Ql, A, B) \
243 Ph = QM2.w[1]; \
252 UINT64 CXH, CXL, CYH,CYL,PL,PH,PM,PM2;\
259 PH = CXH*CYH; \
262 PH += (PM>>32); \
265 (P).w[1] = PH + (PM>>32); \
274 UINT64 CXH, CXL, CYH, CYL, PL, PH, PM; \
282 PH = CXH*CYH; \
286 (P).w[1] = PH + (PM>>32); \
292 UINT64 CXH, CXL, PL, PH, PM;
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp 2822 for (auto Ph : Phases) {
2824 if (Ph < CurPhase)
2827 if (Ph > FinalPhase)
2831 C, Args, Ph, CudaDeviceActions[I], Action::OFK_Cuda);
2833 if (Ph == phases::Assemble)
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1905 void simplifyIncompleteArg(til::Phi *Ph);
  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evppkey_kas.txt 7393 6oIrUCJ05QfIfSQp3Yu9um64q0M7HuHK06l8fSRBlP2aQ/Ph/zMUTi24CGQHD0UI
7401 /4Cw313S6oIrUCJ05QfIfSQp3Yu9um64q0M7HuHK06l8fSRBlP2aQ/Ph/zMUTi24
  /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evppkey_kas.txt 7393 6oIrUCJ05QfIfSQp3Yu9um64q0M7HuHK06l8fSRBlP2aQ/Ph/zMUTi24CGQHD0UI
7401 /4Cw313S6oIrUCJ05QfIfSQp3Yu9um64q0M7HuHK06l8fSRBlP2aQ/Ph/zMUTi24
  /src/share/terminfo/
terminfo 16921 clear=^^PH, cub1=^^PD, cud1=^^PB, cuf1=^^PC, cuu1=^^PA,
16924 kRIT=^^Pc, kclr=^^PH, kcub1=^^PD, kcud1=^^PB, kcuf1=^^PC,
17173 clear=\036FG\036PH, fsl=\036F}01\022,
18669 rmir=\Er, rmso=\E[%gh%{4}%^%Ph%gh%dZZ,
18670 rmul=\E[%gh%{8}%^%Ph%gh%dZZ, rs2=\Eo1,
24263 bold=%?%gH%{0}%=%t\E&dH%{1}%PH%;, cbt=\Ei,
24282 sgr=\E&d@%{0}%PA%{0}%PB%{0}%PD%{0}%PH%?%p1%p3%p5%|%|%t\E&dB
24283 %{1}%PB%;%?%p4%t\E&dA%{1}%PA%;%?%p6%t\E&dH%{1}%PH%;%?%p2
24285 sgr0=\E&d@%{0}%PA%{0}%PB%{0}%PH, smir=\EQ, smkx=\E&jB,
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/
evppkey.txt 13115 6oIrUCJ05QfIfSQp3Yu9um64q0M7HuHK06l8fSRBlP2aQ/Ph/zMUTi24CGQHD0UI
13123 /4Cw313S6oIrUCJ05QfIfSQp3Yu9um64q0M7HuHK06l8fSRBlP2aQ/Ph/zMUTi24

Completed in 171 milliseconds