Home
last modified time | relevance | path

Searched refs:PRE (Results 1 – 25 of 114) sorted by relevance

12345

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dassertzext-trunc.ll2 ; 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/
Dassertzext-trunc.ll2 ; 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/
Dtxt2html247 $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/
Dpre-load-guards.ll38 ; 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 …]
Dpre-load.ll19 %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 …]
Dpre-load-implicit-cf-updates.ll8 ; 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.
Dlocal-pre.ll31 ; 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
Dload-metadata.ll18 %PRE = load i32, i32* %p, !range !0, !invariant.group !1
19 ret i32 %PRE
Dpreserve-tbaa.ll5 ; GVN should preserve the TBAA tag on loads when doing PRE.
/external/llvm/test/CodeGen/X86/
Dvirtual-registers-cleared-in-machine-functions-liveins.ll1 …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/
Dvirtual-registers-cleared-in-machine-functions-liveins.ll1 …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/
Dpre-load.ll19 %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 …]
Dphi-translate-partial-alias.ll5 ; GVN shouldn't PRE the load around the loop backedge because it's
/external/llvm/test/Transforms/GVN/
Dpre-load.ll19 %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 …]
Dload-metadata.ll18 %PRE = load i32, i32* %p, !range !0, !invariant.group !1
19 ret i32 %PRE
Dpreserve-tbaa.ll5 ; GVN should preserve the TBAA tag on loads when doing PRE.
Dphi-translate-partial-alias.ll5 ; GVN shouldn't PRE the load around the loop backedge because it's
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DInstrBuilder.cpp52 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/
Dthumb-hints.s4 @ 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/
Dthumb-hints.s4 @ 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/
Dtest32031 <hr><P>Your HTTP header was:<PRE>Host: localhost:9011
35 </PRE></P>
/external/lua/src/
Dlobject.c482 #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/
DSemaPseudoObject.cpp109 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/
DTargetSchedule.cpp293 *PRE = STI->getWriteProcResEnd(SCDesc); PRI != PRE; ++PRI) { in computeOutputLatency() local
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dphi-translate-partial-alias.ll5 ; GVN shouldn't PRE the load around the loop backedge because it's

12345