HomeSort by relevance Sort by last modified time
    Searched refs:PH (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 285 for (ParseHelper PH(S); !PH.Done();) {
287 if (!PH.Search("expected", true))
289 PH.Advance();
292 if (!PH.Next("-"))
294 PH.Advance();
298 if (PH.Next("error"))
300 else if (PH.Next("warning"))
302 else if (PH.Next("note"))
304 else if (PH.Next("no-diagnostics"))
    [all...]
  /external/arduino/hardware/arduino/cores/arduino/
pins_arduino.c 75 #define PH 8
139 PH , // PH 3 ** 6 ** PWM6
140 PH , // PH 4 ** 7 ** PWM7
141 PH , // PH 5 ** 8 ** PWM8
142 PH , // PH 6 ** 9 ** PWM9
149 PH , // PH 1 ** 16 ** USART2_TX
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 268 BasicBlock *PH = L->getLoopPreheader();
273 BasicBlock *PEnd = SplitEdge(PH, Header, LPM->getAsPass());
275 BranchInst *PreHeaderBR = cast<BranchInst>(PH->getTerminator());
305 BasicBlock *LastLoopBB = PH;
353 PH->getTerminator()->setSuccessor(0, NewBB);
370 ConnectProlog(L, TripCount, Count, LastLoopBB, PEnd, PH, NewPH, LVMap,
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 707 MachineBasicBlock *PH = Loop->getLoopPreheader();
708 assert (PH && "Should have a preheader by now");
709 MachineBasicBlock::iterator InsertPos = PH->getFirstTerminator();
710 DebugLoc DL = (InsertPos != PH->end()) ? InsertPos->getDebugLoc()
792 BuildMI(*PH, InsertPos, DL, SubD, SubR);
818 BuildMI(*PH, InsertPos, DL, AddD, AddR)
839 BuildMI(*PH, InsertPos, DL, LsrD, LsrR)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
IndVarSimplify.cpp 105 void HandleFloatingPointIV(Loop *L, PHINode *PH);
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]

Completed in 327 milliseconds