/external/llvm-project/llvm/test/Object/ |
D | nm-pe-image.test | 11 RUN: | FileCheck %s -check-prefix PE-EXE 13 PE-EXE: 00401000 t .bss 14 PE-EXE: 00401000 t .data 15 PE-EXE: 00401000 t .text 16 PE-EXE: 00401000 T _main 26 RUN: | FileCheck %s -check-prefix PE-DLL 28 PE-DLL: 10001000 t .bss 29 PE-DLL: 10001000 t .data 30 PE-DLL: 10001000 t .text 31 PE-DLL: 10001000 T _DllMain
|
/external/llvm/test/Object/ |
D | nm-pe-image.test | 11 RUN: | FileCheck %s -check-prefix PE-EXE 13 PE-EXE: 00401000 t .bss 14 PE-EXE: 00401000 t .data 15 PE-EXE: 00401000 t .text 16 PE-EXE: 00401000 T _main 26 RUN: | FileCheck %s -check-prefix PE-DLL 28 PE-DLL: 10001000 t .bss 29 PE-DLL: 10001000 t .data 30 PE-DLL: 10001000 t .text 31 PE-DLL: 10001000 T _DllMain
|
/external/arm-optimized-routines/math/ |
D | erf.c | 21 #define PE __erf_data.erfc_poly_E macro 178 double r1 = fma (a, PE[1], PE[0]); in erf() 179 double r2 = fma (a, PE[3], PE[2]); in erf() 180 double r3 = fma (a, PE[5], PE[4]); in erf() 181 double r4 = fma (a, PE[7], PE[6]); in erf() 182 double r5 = fma (a, PE[9], PE[8]); in erf() 183 double r6 = fma (a, PE[11], PE[10]); in erf() 184 double r7 = fma (a, PE[13], PE[12]); in erf()
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | helloworld.ll | 3 …inux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=PE 29 ; PE: .ent main 30 ; PE: li $[[T1:[0-9]+]], %hi(_gp_disp) 31 ; PE-NEXT: addiu $[[T2:[0-9]+]], $pc, %lo(_gp_disp) 32 ; PE: sll $[[T3:[0-9]+]], $[[T1]], 16 40 ; PE: li $2, 0 41 ; PE: jrc $ra
|
/external/llvm/test/CodeGen/Mips/ |
D | helloworld.ll | 3 …inux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=PE 29 ; PE: .ent main 30 ; PE: li $[[T1:[0-9]+]], %hi(_gp_disp) 31 ; PE-NEXT: addiu $[[T2:[0-9]+]], $pc, %lo(_gp_disp) 32 ; PE: sll $[[T3:[0-9]+]], $[[T1]], 16 40 ; PE: li $2, 0 41 ; PE: jrc $ra
|
/external/angle/src/libANGLE/renderer/vulkan/doc/ |
D | PresentSemaphores.md | 5 - PE: Presentation Engine 29 PE: <-------- P ------> 32 finished. Note that Vulkan tries to abstract a large variety of PE architectures, some of which do 33 not behave in a straight-forward manner. As such, ANGLE cannot know what the PE is exactly doing 34 with the images or when the images are visible on the screen. The only signal out of the PE is 43 PE: <----- P I1 -----><----- P I2 -----><----- P I3 -----><----- P I1 -----> 46 faster than the GPU can render them or the PE can view them. This can cause the length of the 47 submit queue to grow indefinitely, resulting in larger and larger input lag. In FIFO mode, the PE 58 > Note: Ideally, the length of the PE present queue should also be kept at a maximum of 1 (i.e. one 60 > enough control to achieve this. In heavy application, the length of the PE present queue is [all …]
|
/external/llvm-project/llvm/utils/TableGen/ |
D | SubtargetEmitter.cpp | 566 PE = SchedModels.procModelEnd(); PI != PE; ++PI, ++ProcItinListsIter) { in EmitItineraries() local 1299 PE = SchedModels.procModelEnd(); PI != PE; ++PI) { in EmitSchedClassTables() local 1453 const CodeGenSchedClass &SC, PredicateExpander &PE, in emitPredicates() argument 1462 SS.indent(PE.getIndentLevel() * 2); in emitPredicates() 1468 PE.setIndentLevel(PE.getIndentLevel() + 2); in emitPredicates() 1479 SS.indent(PE.getIndentLevel() * 2); in emitPredicates() 1484 PE.expandPredicate(SS, Rec->getValueAsDef("Pred")); in emitPredicates() 1496 PE.decreaseIndentLevel(); in emitPredicates() 1497 SS.indent(PE.getIndentLevel() * 2); in emitPredicates() 1498 PE.decreaseIndentLevel(); in emitPredicates() [all …]
|
/external/llvm-project/clang/include/clang/AST/ |
D | IgnoreExpr.h | 132 if (auto *PE = dyn_cast<ParenExpr>(E)) in IgnoreParensOnlySingleStep() local 133 return PE->getSubExpr(); in IgnoreParensOnlySingleStep() 138 if (auto *PE = dyn_cast<ParenExpr>(E)) in IgnoreParensSingleStep() local 139 return PE->getSubExpr(); in IgnoreParensSingleStep()
|
/external/llvm/include/llvm/Analysis/ |
D | LoopInfoImpl.h | 139 PE = InvBlockTraits::child_end(Header); PI != PE; ++PI) { in getLoopPredecessor() local 161 typename InvBlockTraits::ChildIteratorType PE = in getLoopLatch() local 164 for (; PI != PE; ++PI) { in getLoopLatch() 257 InvBlockTraits::child_begin(BB), PE = InvBlockTraits::child_end(BB); in verifyLoop() local 258 PI != PE; ++PI) { in verifyLoop() 395 PE = InvBlockTraits::child_end(PredBB); PI != PE; ++PI) { in discoverAndMapSubloop() local 484 PE = InvBlockTraits::child_end(Header); PI != PE; ++PI) { in analyze() local
|
D | RegionInfoImpl.h | 167 PE = InvBlockTraits::child_end(entry); in getEnteringBlock() local 168 PI != PE; ++PI) { in getEnteringBlock() 191 PE = InvBlockTraits::child_end(exit); in getExitingBlock() local 192 PI != PE; ++PI) { in getExitingBlock() 450 PE = InvBlockTraits::child_end(getExit()); in getExpandedRegion() local 451 PI != PE; ++PI) in getExpandedRegion() 463 PE = InvBlockTraits::child_end(getExit()); in getExpandedRegion() local 464 PI != PE; ++PI) { in getExpandedRegion() 560 PE = InvBlockTraits::child_end(BB); in isCommonDomFrontier() local 561 PI != PE; ++PI) { in isCommonDomFrontier() [all …]
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZHazardRecognizer.cpp | 177 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in dumpSU() local 298 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in EmitInstruction() local 402 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) in resourcesCost() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZHazardRecognizer.cpp | 177 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in dumpSU() local 298 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in EmitInstruction() local 402 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) in resourcesCost() local
|
/external/clang/include/clang/Lex/ |
D | PreprocessingRecord.h | 152 static bool classof(const PreprocessedEntity *PE) { in classof() argument 153 return PE->getKind() == MacroDefinitionKind; in classof() 189 static bool classof(const PreprocessedEntity *PE) { in classof() argument 190 return PE->getKind() == MacroExpansionKind; in classof() 257 static bool classof(const PreprocessedEntity *PE) { in classof() argument 258 return PE->getKind() == InclusionDirectiveKind; in classof()
|
/external/clang/test/SemaCXX/ |
D | vla-consruct.cpp | 4 # ifndef PE 25 # ifdef PE in test()
|
D | for-range-dereference.cpp | 68 PrivateEnd PE; in f() local 71 for (auto i : PE) { } // expected-error{{'end' is a private member of 'PrivateEnd'}} in f()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | vla-construct.cpp | 4 # ifndef PE 25 # ifdef PE in test()
|
D | for-range-dereference.cpp | 68 PrivateEnd PE; in f() local 71 for (auto i : PE) { } // expected-error{{'end' is a private member of 'PrivateEnd'}} in f()
|
/external/llvm-project/clang/include/clang/Lex/ |
D | PreprocessingRecord.h | 164 static bool classof(const PreprocessedEntity *PE) { in classof() argument 165 return PE->getKind() == MacroDefinitionKind; in classof() 201 static bool classof(const PreprocessedEntity *PE) { in classof() argument 202 return PE->getKind() == MacroExpansionKind; in classof() 272 static bool classof(const PreprocessedEntity *PE) { in classof() argument 273 return PE->getKind() == InclusionDirectiveKind; in classof()
|
/external/harfbuzz_ng/ |
D | mingw-ldd.py | 15 pe = pefile.PE(filename) 47 pe = pefile.PE(filename)
|
/external/arm-trusted-firmware/docs/components/ |
D | platform-interrupt-controller-API.rst | 17 This API should return the priority of the interrupt the PE is currently 34 associated to system-wide peripherals, and these interrupts can target any PE in 47 associated with peripherals that are private to each PE. Interrupts from private 48 peripherals target to that PE only. 60 explicit programming by software, and are typically used in inter-PE 208 target PE. 230 - ``INTR_ROUTING_MODE_ANY`` means the interrupt can be routed to any PE in the 233 - ``INTR_ROUTING_MODE_PE`` means the interrupt is routed to the PE whose MPIDR 281 may be signalled to the PE. The API should return the current priority value
|
/external/llvm-project/llvm/tools/llvm-opt-report/ |
D | OptReport.cpp | 159 handleAllErrors(Format.takeError(), [&](const ErrorInfoBase &PE) { in readLocationInfo() argument 160 PE.log(WithColor::error()); in readLocationInfo() 169 handleAllErrors(MaybeParser.takeError(), [&](const ErrorInfoBase &PE) { in readLocationInfo() argument 170 PE.log(WithColor::error()); in readLocationInfo() 186 handleAllErrors(std::move(E), [&](const ErrorInfoBase &PE) { in readLocationInfo() argument 187 PE.log(WithColor::error()); in readLocationInfo()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | ErlangGCPrinter.cpp | 82 for (GCFunctionInfo::iterator PI = MD.begin(), PE = MD.end(); PI != PE; in finishAssembly() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | ErlangGCPrinter.cpp | 82 for (GCFunctionInfo::iterator PI = MD.begin(), PE = MD.end(); PI != PE; in finishAssembly() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | ErlangGCPrinter.cpp | 86 for (GCFunctionInfo::iterator PI = MD.begin(), PE = MD.end(); PI != PE; in finishAssembly() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SimplifyCFGPass.cpp | 108 pred_iterator PB = pred_begin(RetBlock), PE = pred_end(RetBlock); in mergeEmptyReturnBlocks() local 110 std::distance(PB, PE), "merge", in mergeEmptyReturnBlocks() 113 for (pred_iterator PI = PB; PI != PE; ++PI) in mergeEmptyReturnBlocks()
|