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

1 2

  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 315 for (ParseHelper PH(S); !PH.Done();) {
317 if (!PH.Search("expected", true))
319 PH.Advance();
322 if (!PH.Next("-"))
324 PH.Advance();
328 if (PH.Next("error"))
330 else if (PH.Next("warning"))
332 else if (PH.Next("remark"))
334 else if (PH.Next("note")
    [all...]
  /external/llvm/lib/ObjectYAML/
COFFYAML.cpp 368 COFFYAML::PEHeader &PH) {
370 PH.Header.Subsystem);
372 IO, PH.Header.DLLCharacteristics);
374 IO.mapRequired("AddressOfEntryPoint", PH.Header.AddressOfEntryPoint);
375 IO.mapRequired("ImageBase", PH.Header.ImageBase);
376 IO.mapRequired("SectionAlignment", PH.Header.SectionAlignment);
377 IO.mapRequired("FileAlignment", PH.Header.FileAlignment);
379 PH.Header.MajorOperatingSystemVersion);
381 PH.Header.MinorOperatingSystemVersion);
382 IO.mapRequired("MajorImageVersion", PH.Header.MajorImageVersion)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp 411 // loop before PH along with adding a preheader for the cloned loop. Then
412 // update PH to point to the newly added preheader.
604 BasicBlock *PH = L->getLoopPreheader();
605 if (!PH)
709 // rely on PH having a predecessor.)
710 if (!PH->getSinglePredecessor() || &*PH->begin() != PH->getTerminator())
711 SplitBlock(PH, PH->getTerminator(), DT, LI)
    [all...]
LoopLoadElimination.cpp 386 // ph:
389 // %x.storeforward = phi [%x.initial, %ph] [%y, %loop]
396 auto *PH = L->getLoopPreheader();
398 PH->getTerminator());
400 new LoadInst(InitialPtr, "load_initial", PH->getTerminator());
403 PHI->addIncoming(Initial, PH);
424 // ph:
427 // %x.storeforward = phi [%x.initial, %ph] [%y, %loop]
LoopIdiomRecognize.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LoopVersioning.cpp 95 BasicBlock *PH =
97 PH->setName(VersionedLoop->getHeader()->getName() + ".ph");
105 cloneLoopWithPreheader(PH, RuntimeCheckBB, VersionedLoop, VMap,
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p256_asm_s390x.s 82 #define PH V31
92 VL 0(CPOOL), PH
103 VSBIQ PH, Y1H, CAR1, T1H
119 #undef PH
406 #define PH V14
416 VL 0(CPOOL), PH
483 VSBCBIQ T1, PH, CAR1, CAR2
484 VSBIQ T1, PH, CAR1, TT1
511 #undef PH
1291 VACQ T1, PH, CAR1, TT1
    [all...]
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p256_asm_s390x.s 82 #define PH V31
92 VL 0(CPOOL), PH
103 VSBIQ PH, Y1H, CAR1, T1H
119 #undef PH
406 #define PH V14
416 VL 0(CPOOL), PH
483 VSBCBIQ T1, PH, CAR1, CAR2
484 VSBIQ T1, PH, CAR1, TT1
511 #undef PH
1291 VACQ T1, PH, CAR1, TT1
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 790 MachineBasicBlock *PH = Loop->getLoopPreheader();
791 assert (PH && "Should have a preheader by now");
792 MachineBasicBlock::iterator InsertPos = PH->getFirstTerminator();
794 if (InsertPos != PH->end())
877 BuildMI(*PH, InsertPos, DL, SubD, SubR);
897 BuildMI(*PH, InsertPos, DL, SubD, SubR);
    [all...]
  /external/llvm/include/llvm/ObjectYAML/
COFFYAML.h 172 static void mapping(IO &IO, COFFYAML::PEHeader &PH);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h 172 static void mapping(IO &IO, COFFYAML::PEHeader &PH);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h 172 static void mapping(IO &IO, COFFYAML::PEHeader &PH);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h 172 static void mapping(IO &IO, COFFYAML::PEHeader &PH);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h 172 static void mapping(IO &IO, COFFYAML::PEHeader &PH);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h 172 static void mapping(IO &IO, COFFYAML::PEHeader &PH);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h 172 static void mapping(IO &IO, COFFYAML::PEHeader &PH);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h 172 static void mapping(IO &IO, COFFYAML::PEHeader &PH);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h 172 static void mapping(IO &IO, COFFYAML::PEHeader &PH);
  /external/llvm/lib/IR/
Metadata.cpp 129 if (auto *PH = dyn_cast<DistinctMDOperandPlaceholder>(&MD)) {
130 assert(!PH->Use && "Placeholders can only be used once");
132 PH->Use = static_cast<Metadata **>(Ref);
142 else if (auto *PH = dyn_cast<DistinctMDOperandPlaceholder>(&MD))
143 PH->Use = nullptr;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/pcre/dist2/
RunTest.bat 25 @rem The file was converted for PCRE2 by PH, February 2015.
27 @rem Tidied and updated for new tests 21, 22, 23 by PH, October 2015.
28 @rem PH added missing "set type" for test 22, April 2016.
  /external/valgrind/none/tests/mips32/
mips32_dspr2.stdout.exp 42 -------- ADDQH.PH --------
43 addqh.ph $t0, $t1, $t2 :: rs 0x00000000 rt 0x00000000 out 0x00000000
44 addqh.ph $t2, $t3, $t4 :: rs 0x00045fb2 rt 0x00000286 out 0x0002311c
45 addqh.ph $t4, $t1, $t5 :: rs 0x00002435 rt 0xffff3421 out 0xffff2c2b
46 addqh.ph $t6, $t7, $t3 :: rs 0x07654cb8 rt 0x734680bc out 0x3d55e6ba
47 addqh.ph $t5, $t3, $t2 :: rs 0xf973437b rt 0x80000000 out 0xbcb921bd
48 addqh.ph $t2, $t4, $t8 :: rs 0x00010001 rt 0xffffffff out 0x00000000
49 addqh.ph $t0, $t8, $t0 :: rs 0x7fff7fff rt 0x7fff7fff out 0x7fff7fff
50 addqh.ph $t4, $t6, $t1 :: rs 0x0000c420 rt 0x00000555 out 0x0000e4ba
51 addqh.ph $t2, $t3, $t4 :: rs 0x00000004 rt 0x40000000 out 0x2000000
    [all...]

Completed in 463 milliseconds

1 2