Home
last modified time | relevance | path

Searched refs:PB (Results 1 – 25 of 37) sorted by relevance

12

/external/harfbuzz/src/
Dharfbuzz-shaper.cpp80 #define PB ProhibitedBreak macro
85 /* OP */ { PB, PB, PB, PB, PB, PB, PB, PB, PB, PB, PB, PB, PB, PB, PB, PB, PB, PB, PB, CP, PB, PB,
86 /* CL */ { DB, PB, IB, IB, PB, PB, PB, PB, IB, IB, IB, IB, DB, DB, IB, IB, DB, DB, PB, CI, PB, DB, …
87 /* QU */ { PB, PB, IB, IB, IB, PB, PB, PB, IB, IB, IB, IB, IB, IB, IB, IB, IB, IB, PB, CI, PB, IB, …
88 /* GL */ { IB, PB, IB, IB, IB, PB, PB, PB, IB, IB, IB, IB, IB, IB, IB, IB, IB, IB, PB, CI, PB, IB, …
89 /* NS */ { DB, PB, IB, IB, IB, PB, PB, PB, DB, DB, DB, DB, DB, DB, IB, IB, DB, DB, PB, CI, PB, DB, …
90 /* EX */ { DB, PB, IB, IB, IB, PB, PB, PB, DB, IB, DB, IB, DB, DB, IB, IB, DB, DB, PB, CI, PB, DB, …
91 /* SY */ { IB, PB, IB, IB, IB, PB, PB, PB, IB, IB, IB, IB, DB, DB, IB, IB, DB, DB, PB, CI, PB, DB, …
92 /* IS */ { DB, PB, IB, IB, IB, PB, PB, PB, DB, DB, IB, IB, DB, DB, IB, IB, DB, DB, PB, CI, PB, DB, …
93 /* PR */ { IB, PB, IB, IB, IB, PB, PB, PB, IB, IB, IB, IB, IB, DB, IB, IB, DB, DB, PB, CI, PB, IB, …
[all …]
/external/llvm/lib/Analysis/
DProfileDataLoaderPass.cpp94 ProfileData &PB, ProfileData::Edge e, in readEdge() argument
100 PB.addEdgeWeight(e, weight); in readEdge()
104 << PB.getEdgeWeight(e) << "\n"); in readEdge()
108 unsigned ProfileMetadataLoaderPass::matchEdges(Module &M, ProfileData &PB, in matchEdges() argument
117 readEdge(ReadCount++, PB, PB.getEdge(0, &F->getEntryBlock()), Counters); in matchEdges()
121 readEdge(ReadCount++, PB, PB.getEdge(BB,TI->getSuccessor(s)), in matchEdges()
134 ProfileData &PB) { in setBranchWeightMetadata() argument
152 ProfileData::Edge edge = PB.getEdge(BB, TI->getSuccessor(s)); in setBranchWeightMetadata()
153 Weights[s] = (uint32_t)PB.getEdgeWeight(edge); in setBranchWeightMetadata()
173 ProfileData PB; in runOnModule() local
[all …]
/external/arduino/hardware/arduino/cores/arduino/
Dpins_arduino.c69 #define PB 2 macro
143 PB , // PB 4 ** 10 ** PWM10
144 PB , // PB 5 ** 11 ** PWM11
145 PB , // PB 6 ** 12 ** PWM12
146 PB , // PB 7 ** 13 ** PWM13
183 PB , // PB 3 ** 50 ** SPI_MISO
184 PB , // PB 2 ** 51 ** SPI_MOSI
185 PB , // PB 1 ** 52 ** SPI_SCK
186 PB , // PB 0 ** 53 ** SPI_SS
391 PB, /* 8 */
[all …]
/external/llvm/test/Transforms/EarlyCSE/
Dcommute.ll4 define void @test1(float %A, float %B, float* %PA, float* %PB) {
12 store float %D, float* %PB
17 define void @test2(float %A, float %B, i1* %PA, i1* %PB) {
25 store i1 %D, i1* %PB
30 define void @test3(float %A, float %B, i1* %PA, i1* %PB) {
38 store i1 %D, i1* %PB
43 define void @test4(i32 %A, i32 %B, i1* %PA, i1* %PB) {
51 store i1 %D, i1* %PB
56 define void @test5(i32 %A, i32 %B, i1* %PA, i1* %PB) {
64 store i1 %D, i1* %PB
/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp215 pred_iterator PB = pred_begin(BB), PE = pred_end(BB); in processSwitch() local
216 if (PB == PE) return false; in processSwitch()
228 for (pred_iterator PI = PB; PI != PE; ++PI) { in processSwitch()
240 if (PI == PB) { in processSwitch()
DSimplifyCFGPass.cpp280 pred_iterator PB = pred_begin(RetBlock), PE = pred_end(RetBlock); in mergeEmptyReturnBlocks() local
282 std::distance(PB, PE), "merge", in mergeEmptyReturnBlocks()
285 for (pred_iterator PI = PB; PI != PE; ++PI) in mergeEmptyReturnBlocks()
DTailRecursionElimination.cpp545 pred_iterator PB = pred_begin(OldEntry), PE = pred_end(OldEntry); in EliminateRecursiveTailCall() local
548 std::distance(PB, PE) + 1, in EliminateRecursiveTailCall()
557 for (pred_iterator PI = PB; PI != PE; ++PI) { in EliminateRecursiveTailCall()
DJumpThreading.cpp972 pred_iterator PB = pred_begin(LoadBB), PE = pred_end(LoadBB); in SimplifyPartiallyRedundantLoad() local
973 PHINode *PN = PHINode::Create(LI->getType(), std::distance(PB, PE), "", in SimplifyPartiallyRedundantLoad()
980 for (pred_iterator PI = PB; PI != PE; ++PI) { in SimplifyPartiallyRedundantLoad()
/external/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp142 const MCExpr *PB = MCSymbolRefExpr::Create(MF->getPICBaseSymbol(), Ctx); in GetSymbolRef() local
143 Expr = MCBinaryExpr::CreateSub(Expr, PB, Ctx); in GetSymbolRef()
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1446 MachineBasicBlock *PB = *I; in createPreheaderForLoop() local
1447 if (PB != Latch) { in createPreheaderForLoop()
1448 bool NotAnalyzed = TII->AnalyzeBranch(*PB, TB, FB, Tmp1, false); in createPreheaderForLoop()
1529 MachineBasicBlock *PB = *I; in createPreheaderForLoop() local
1530 if (PB != Latch) { in createPreheaderForLoop()
1532 bool NotAnalyzed = TII->AnalyzeBranch(*PB, TB, FB, Tmp2, false); in createPreheaderForLoop()
1536 TII->InsertBranch(*PB, NewPH, 0, EmptyCond, DL); in createPreheaderForLoop()
1537 PB->ReplaceUsesOfBlockWith(Header, NewPH); in createPreheaderForLoop()
/external/stlport/doc/
DREADME.wince30 - Platform Builders (PB): this tool is used to create a CE image. You can select the
68 particular because this information is not available outside PB, a header might
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_zl0_kpdf_dur.pkb4 …#a2��(ь��� ��,�� �ӻ�  @ @!q41�4RQPU�S!����� Pê�™��PB�s"p SA@p�P# �Z1�Z3…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kh0_kpdf_dur.pkb16 …1� ��!� � �0�P@���@�PQQ!Q"�j��+�BAr5r3!0�A!�a# � @b3`RPBA�@�A1�B0�A!1…
Den-GB_kdt_posd.pkb9 …��gD�-v������1̀�DFN�@@�����Ft�N��V7x4���f�7�^z��fd0�P�� $�(;Sh�D���\��I��PB����
/external/icu4c/data/locales/
Dnmg.txt118 "PB",
/external/llvm/test/Transforms/LoopVectorize/
Dglobal_alias.ll11 @PB = external global i32*
168 ; *(PA+i) = *(PB+i) + a;
192 %1 = load i32** @PB, align 4
491 ; *(PA+SIZE-i-1) = *(PB+SIZE-i-1) + a;
515 %1 = load i32** @PB, align 4
877 ; *(PA+i) = *(PB+SIZE-i-1) + a;
898 %1 = load i32** @PB, align 4
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_kdt_posd.pkb195 |X�b �&��G2��WQ͜<XPB����i�\� 5�d�@�� �����?IZ�[6��yR� F�%���?�@�"�����!#�����
196 �eg�jCl�o���I�����m� M,y�"��/�&V@2����������-�-�(�F�}@ $���PB�$B�@0�g�Q�����a��� <X�…
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/resources/
DReadMe.txt42 (Partial) History of PB/Xcode projects:
105 I also made changes and updates to the PB/Xcode project templates (see Developer ReadMe).
/external/llvm/lib/Transforms/Instrumentation/
DPathProfiling.cpp934 pred_iterator PB = pred_begin(node->getBlock()), in preparePHI() local
937 std::distance(PB, PE), "pathNumber", in preparePHI()
943 for(pred_iterator predIt = PB; predIt != PE; predIt++) { in preparePHI()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1884 static bool checkCSEInPredecessor(Instruction *Inst, BasicBlock *PB) { in checkCSEInPredecessor() argument
1887 for (BasicBlock::iterator I = PB->begin(), E = PB->end(); I != E; I++) { in checkCSEInPredecessor()
1913 if (BasicBlock *PB = BB->getSinglePredecessor()) in FoldBranchToCommonDest() local
1914 if (BranchInst *PBI = dyn_cast<BranchInst>(PB->getTerminator())) in FoldBranchToCommonDest()
1926 if (!checkCSEInPredecessor(Curr, PB)) in FoldBranchToCommonDest()
2243 pred_iterator PB = pred_begin(BB), PE = pred_end(BB); in SimplifyCondBranchToCondBranch() local
2245 std::distance(PB, PE), in SimplifyCondBranchToCondBranch()
2251 for (pred_iterator PI = PB; PI != PE; ++PI) { in SimplifyCondBranchToCondBranch()
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/
DReadme SDL Developer.txt89 .Nibs. (Each of these are demonstrated by the different PB/Xcode
96 we strongly recommend you look at the different PB/Xcode project
/external/qemu/distrib/jpeg-6b/
Dtestimg.ppm4PB<HD?F@;?<87;63;60<8/=9.;8/:70991;;3>;2?=1@<1?;/A;-F?/H?.K?/M@/O?0O?/P>0L?/@=*?>,@=.?;/?;2>93=:5:…
/external/jpeg/
Dtestimg.ppm4PB<HD?F@;?<87;63;60<8/=9.;8/:70991;;3>;2?=1@<1?;/A;-F?/H?.K?/M@/O?0O?/P>0L?/@=*?>,@=.?;/?;2>93=:5:…
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp854 static int TopoOrderRC(const void *PA, const void *PB) { in TopoOrderRC() argument
856 const CodeGenRegisterClass *B = *(const CodeGenRegisterClass* const*)PB; in TopoOrderRC()
/external/clang/lib/Serialization/
DASTReader.cpp7097 for (PendingBodiesMap::iterator PB = PendingBodies.begin(), in finishPendingActions() local
7099 PB != PBEnd; ++PB) { in finishPendingActions()
7100 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(PB->first)) { in finishPendingActions()
7104 FD->setLazyBody(PB->second); in finishPendingActions()
7108 ObjCMethodDecl *MD = cast<ObjCMethodDecl>(PB->first); in finishPendingActions()
7110 MD->setLazyBody(PB->second); in finishPendingActions()

12