/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | assertzext-trunc.ll | 2 ; RUN: FileCheck %s -check-prefixes=ALL,PRE-R6 4 ; RUN: FileCheck %s -check-prefixes=ALL,PRE-R6 6 ; RUN: FileCheck %s -check-prefixes=ALL,PRE-R6 8 ; RUN: FileCheck %s -check-prefixes=ALL,PRE-R6 10 ; RUN: FileCheck %s -check-prefixes=ALL,PRE-R6 12 ; RUN: FileCheck %s -check-prefixes=ALL,PRE-R6 22 ; PRE-R6-NOT: sll {{.*}} 23 ; PRE-R6: divu $zero, $4, $5 24 ; PRE-R6: teq $5, $zero, 7 25 ; PRE-R6: mflo $2
|
/external/llvm/test/CodeGen/Mips/ |
D | assertzext-trunc.ll | 2 ; RUN: FileCheck %s -check-prefixes=ALL,PRE-R6 4 ; RUN: FileCheck %s -check-prefixes=ALL,PRE-R6 6 ; RUN: FileCheck %s -check-prefixes=ALL,PRE-R6 8 ; RUN: FileCheck %s -check-prefixes=ALL,PRE-R6 10 ; RUN: FileCheck %s -check-prefixes=ALL,PRE-R6 12 ; RUN: FileCheck %s -check-prefixes=ALL,PRE-R6 22 ; PRE-R6-NOT: sll {{.*}} 23 ; PRE-R6: divu $zero, $4, $5 24 ; PRE-R6: teq $5, $zero, 7 25 ; PRE-R6: mflo $2
|
/external/ImageMagick/scripts/ |
D | txt2html | 247 $PRE = 8; 511 if (!($mode & $PRE) && 674 $mode ^= ($PRE & $mode); 688 $mode |= $PRE; 689 $line_action |= $PRE; 880 &endpreformat if (($mode & $PRE) && ($preformat_trigger_lines != 0)); 882 &hrule if !($mode & $PRE); 884 &heading if (!($mode & $PRE) && 887 &caps if !($mode & $PRE); 889 &liststuff if (!($mode & $PRE) && [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/PRE/ |
D | pre-load-guards.ll | 38 ; CHECK-NEXT: %PRE = load i32, i32* %P2 39 ; CHECK: ret i32 %PRE 46 %PRE = load i32, i32* %P2 47 ret i32 %PRE 50 ; Guard in load's block that is above the load should prohibit the PRE. 77 %PRE = load i32, i32* %P2 78 ret i32 %PRE 81 ; Guard in load's block that is below the load should not prohibit the PRE. 108 %PRE = load i32, i32* %P2 110 ret i32 %PRE [all …]
|
D | pre-load.ll | 19 %PRE = load i32, i32* %p 20 ret i32 %PRE 43 %PRE = load i32, i32* %P2 44 ret i32 %PRE 51 ; This is a PRE case that requires phi translation through a GEP. 72 %PRE = load i32, i32* %P3 73 ret i32 %PRE 104 %PRE = load i32, i32* %P3 105 ret i32 %PRE 263 %PRE = load i32, i32* %P3 [all …]
|
D | pre-load-implicit-cf-updates.ll | 8 ; face crashes and are still able to perform PRE correctly. 14 ; c2 only throws if c1 throws, so it can be safely removed and then PRE can 39 ; PRE is not allowed because c2 may throw. 64 ; PRE of load is allowed because c2 only throws if c1 throws. c3 should 93 ; PRE is not allowed even after we remove c2 because now c3 prevents us from it.
|
D | local-pre.ll | 31 ; Don't PRE across implicit control flow. 59 ; Don't PRE across implicit control flow. 90 ; It's OK to PRE an instruction that is guaranteed to be safe to execute 120 ; It is OK to PRE across implicit control flow if we don't insert new
|
D | load-metadata.ll | 18 %PRE = load i32, i32* %p, !range !0, !invariant.group !1 19 ret i32 %PRE
|
D | preserve-tbaa.ll | 5 ; GVN should preserve the TBAA tag on loads when doing PRE.
|
/external/llvm/test/CodeGen/X86/ |
D | virtual-registers-cleared-in-machine-functions-liveins.ll | 1 …e=x86_64-unknown-unknown -o - -stop-after machine-scheduler %s | FileCheck %s --check-prefix=PRE-RA 13 ; PRE-RA: liveins: 14 ; PRE-RA-NEXT: - { reg: '%edi', virtual-reg: '%0' } 15 ; PRE-RA-NEXT: - { reg: '%esi', virtual-reg: '%1' }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | virtual-registers-cleared-in-machine-functions-liveins.ll | 1 …e=x86_64-unknown-unknown -o - -stop-after machine-scheduler %s | FileCheck %s --check-prefix=PRE-RA 13 ; PRE-RA: liveins: 14 ; PRE-RA-NEXT: - { reg: '$edi', virtual-reg: '%0' } 15 ; PRE-RA-NEXT: - { reg: '$esi', virtual-reg: '%1' }
|
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/ |
D | pre-load.ll | 19 %PRE = load i32* %p 20 ret i32 %PRE 43 %PRE = load i32* %P2 44 ret i32 %PRE 51 ; This is a PRE case that requires phi translation through a GEP. 72 %PRE = load i32* %P3 73 ret i32 %PRE 104 %PRE = load i32* %P3 105 ret i32 %PRE 263 %PRE = load i32* %P3 [all …]
|
D | phi-translate-partial-alias.ll | 5 ; GVN shouldn't PRE the load around the loop backedge because it's
|
/external/llvm/test/Transforms/GVN/ |
D | pre-load.ll | 19 %PRE = load i32, i32* %p 20 ret i32 %PRE 43 %PRE = load i32, i32* %P2 44 ret i32 %PRE 51 ; This is a PRE case that requires phi translation through a GEP. 72 %PRE = load i32, i32* %P3 73 ret i32 %PRE 104 %PRE = load i32, i32* %P3 105 ret i32 %PRE 263 %PRE = load i32, i32* %P3 [all …]
|
D | load-metadata.ll | 18 %PRE = load i32, i32* %p, !range !0, !invariant.group !1 19 ret i32 %PRE
|
D | preserve-tbaa.ll | 5 ; GVN should preserve the TBAA tag on loads when doing PRE.
|
D | phi-translate-partial-alias.ll | 5 ; GVN shouldn't PRE the load around the loop backedge because it's
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
D | InstrBuilder.cpp | 52 const MCWriteProcResEntry *PRE = STI.getWriteProcResBegin(&SCDesc) + I; in initializeUsedResources() local 53 const MCProcResourceDesc &PR = *SM.getProcResource(PRE->ProcResourceIdx); in initializeUsedResources() 54 uint64_t Mask = ProcResourceMasks[PRE->ProcResourceIdx]; in initializeUsedResources() 57 CycleSegment RCy(0, PRE->Cycles, false); in initializeUsedResources() 61 SuperResources[Super] += PRE->Cycles; in initializeUsedResources()
|
/external/llvm/test/MC/ARM/ |
D | thumb-hints.s | 4 @ RUN: FileCheck %s --check-prefix=CHECK-EVIL-PRE-UAL < %t 20 @ CHECK-EVIL-PRE-UAL: mov r8, r8 @ encoding: [0xc0,0x46]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | thumb-hints.s | 4 @ RUN: FileCheck %s --check-prefix=CHECK-EVIL-PRE-UAL < %t 20 @ CHECK-EVIL-PRE-UAL: mov r8, r8 @ encoding: [0xc0,0x46]
|
/external/curl/tests/data/ |
D | test320 | 31 <hr><P>Your HTTP header was:<PRE>Host: localhost:9011 35 </PRE></P>
|
/external/lua/src/ |
D | lobject.c | 482 #define PRE "[string \"" macro 508 addstr(out, PRE, LL(PRE)); /* add prefix */ in luaO_chunkid() 509 bufflen -= LL(PRE RETS POS) + 1; /* save space for prefix+suffix+'\0' */ in luaO_chunkid()
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 109 if (auto *PRE = dyn_cast<ObjCPropertyRefExpr>(e)) in rebuild() local 110 return rebuildObjCPropertyRefExpr(PRE); in rebuild() 543 const ObjCPropertyRefExpr *PRE) { in LookupMethodInReceiverType() argument 544 if (PRE->isObjectReceiver()) { in LookupMethodInReceiverType() 546 PRE->getBase()->getType()->castAs<ObjCObjectPointerType>(); in LookupMethodInReceiverType() 550 S.isSelfExpr(const_cast<Expr*>(PRE->getBase()))) { in LookupMethodInReceiverType() 563 if (PRE->isSuperReceiver()) { in LookupMethodInReceiverType() 565 PRE->getSuperReceiverType()->getAs<ObjCObjectPointerType>()) in LookupMethodInReceiverType() 568 return S.LookupMethodInObjectType(sel, PRE->getSuperReceiverType(), false); in LookupMethodInReceiverType() 571 assert(PRE->isClassReceiver() && "Invalid expression"); in LookupMethodInReceiverType() [all …]
|
/external/llvm/lib/CodeGen/ |
D | TargetSchedule.cpp | 293 *PRE = STI->getWriteProcResEnd(SCDesc); PRI != PRE; ++PRI) { in computeOutputLatency() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/ |
D | phi-translate-partial-alias.ll | 5 ; GVN shouldn't PRE the load around the loop backedge because it's
|