Home
last modified time | relevance | path

Searched refs:WL (Results 1 – 25 of 243) sorted by relevance

12345678910

/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Dsubprogram-linkonce-weak.ll4 ; RUN: FileCheck %s -check-prefix=WL -check-prefix=CHECK <%t2
17 ; The WL prefix means weak (the other file) first, then linkonce (this file).
28 ; WL: define weak i32 @foo({{.*}} !dbg ![[WEAKFOOSP:[0-9]+]]
29 ; WL: %sum = call i32 @fastadd(i32 %a, i32 %b), !dbg ![[FOOCALL:[0-9]+]]
30 ; WL: ret i32 %sum, !dbg ![[FOORET:[0-9]+]]
31 ; WL: define i32 @bar({{.*}} !dbg ![[BARSP:[0-9]+]]
32 ; WL: %sum = add i32 %a, %b, !dbg ![[FOOINBAR:[0-9]+]]
33 ; WL: ret i32 %sum, !dbg ![[BARRET:[0-9]+]]
53 ; WL-SAME: !{![[WCU:[0-9]+]], ![[LCU:[0-9]+]]}
68 ; WL: ![[WCU]] = distinct !DICompileUnit(
[all …]
/external/llvm/test/Linker/
Dsubprogram-linkonce-weak.ll4 ; RUN: FileCheck %s -check-prefix=WL -check-prefix=CHECK <%t2
17 ; The WL prefix means weak (the other file) first, then linkonce (this file).
28 ; WL: define weak i32 @foo({{.*}} !dbg ![[WEAKFOOSP:[0-9]+]]
29 ; WL: %sum = call i32 @fastadd(i32 %a, i32 %b), !dbg ![[FOOCALL:[0-9]+]]
30 ; WL: ret i32 %sum, !dbg ![[FOORET:[0-9]+]]
31 ; WL: define i32 @bar({{.*}} !dbg ![[BARSP:[0-9]+]]
32 ; WL: %sum = add i32 %a, %b, !dbg ![[FOOINBAR:[0-9]+]]
33 ; WL: ret i32 %sum, !dbg ![[BARRET:[0-9]+]]
53 ; WL-SAME: !{![[WCU:[0-9]+]], ![[LCU:[0-9]+]]}
68 ; WL: ![[WCU]] = distinct !DICompileUnit(
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLateEHPrepare.cpp64 SmallVector<MachineBasicBlock *, 2> WL; in GetMatchingEHPad() local
66 WL.push_back(MI->getParent()); in GetMatchingEHPad()
68 while (!WL.empty()) { in GetMatchingEHPad()
69 MachineBasicBlock *MBB = WL.pop_back_val(); in GetMatchingEHPad()
81 WL.append(MBB->pred_begin(), MBB->pred_end()); in GetMatchingEHPad()
89 SmallVector<MachineBasicBlock *, 8> WL; in EraseBBAndChildren() local
90 WL.push_back(MBB); in EraseBBAndChildren()
91 while (!WL.empty()) { in EraseBBAndChildren()
92 MachineBasicBlock *MBB = WL.pop_back_val(); in EraseBBAndChildren()
96 WL.push_back(Succ); in EraseBBAndChildren()
DWebAssemblyExceptionInfo.cpp115 SmallVector<MachineBasicBlock *, 8> WL; in discoverAndMapException() local
116 WL.push_back(EHPad); in discoverAndMapException()
117 while (!WL.empty()) { in discoverAndMapException()
118 MachineBasicBlock *MBB = WL.pop_back_val(); in discoverAndMapException()
134 WL.push_back(Frontier); in discoverAndMapException()
146 WL.push_back(Succ); in discoverAndMapException()
/external/u-boot/drivers/ddr/microchip/
Dddr2.c42 writel(SCL_CSEN | SCL_WCAS_LAT(WL), &ddr2_phy->scl_config_2); in ddr2_phy_init()
151 DIV_ROUND_UP(T_WTR_TCK, 2)) + WL + BL; in ddr2_ctrl_init()
153 wr2prech = DIV_ROUND_UP(T_WR, T_CK_CTRL) + WL + BL; in ddr2_ctrl_init()
168 ((RL - WL + 3) << 28)), &ctrl->dlycfg0); in ddr2_ctrl_init()
196 writel(ODTRDLY(RL - 3) | ODTWDLY(WL - 3) | ODTRLEN(2) | ODTWLEN(3), in ddr2_ctrl_init()
Dddr2_timing.h19 #define WL 4 macro
/external/llvm/lib/Target/
DTargetSubtargetInfo.cpp24 const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, in TargetSubtargetInfo() argument
26 : MCSubtargetInfo(TT, CPU, FS, PF, PD, ProcSched, WPR, WL, RA, IS, OC, FP) { in TargetSubtargetInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetSubtargetInfo.cpp30 const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, in TargetSubtargetInfo() argument
32 : MCSubtargetInfo(TT, CPU, FS, PF, PD, ProcSched, WPR, WL, RA, IS, OC, FP) { in TargetSubtargetInfo()
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp43 const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, in MCSubtargetInfo() argument
46 ProcSchedModels(ProcSched), WriteProcResTable(WPR), WriteLatencyTable(WL), in MCSubtargetInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSubtargetInfo.cpp46 const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, in MCSubtargetInfo() argument
49 ProcSchedModels(ProcSched), WriteProcResTable(WPR), WriteLatencyTable(WL), in MCSubtargetInfo()
/external/clang/lib/Analysis/
DReachableCode.cpp274 SmallVector<const CFGBlock*, 32> WL; in scanFromBlock() local
283 WL.push_back(Start); in scanFromBlock()
286 while (!WL.empty()) { in scanFromBlock()
287 const CFGBlock *item = WL.pop_back_val(); in scanFromBlock()
324 WL.push_back(B); in scanFromBlock()
/external/llvm/include/llvm/Support/
DGenericDomTree.h401 SmallVector<const DomTreeNodeBase<NodeT> *, 8> WL; in getDescendants() local
402 WL.push_back(RN); in getDescendants()
404 while (!WL.empty()) { in getDescendants()
405 const DomTreeNodeBase<NodeT> *N = WL.pop_back_val(); in getDescendants()
407 WL.append(N->begin(), N->end()); in getDescendants()
/external/clang/tools/libclang/
DCIndex.cpp1886 VisitorWorkList &WL; member in __anon5dda5a870211::EnqueueVisitor
1890 : WL(wl), Parent(parent) {} in EnqueueVisitor()
1997 WL.push_back(DeclarationNameInfoVisit(S, Parent)); in AddDeclarationNameInfo()
2003 WL.push_back(NestedNameSpecifierLocVisit(Qualifier, Parent)); in AddNestedNameSpecifierLoc()
2008 WL.push_back(StmtVisit(S, Parent)); in AddStmt()
2012 WL.push_back(DeclVisit(D, Parent, isFirst)); in AddDecl()
2016 WL.push_back(ExplicitTemplateArgsVisit(A, A + NumTemplateArgs, Parent)); in AddExplicitTemplateArgs()
2020 WL.push_back(MemberRefVisit(D, L, Parent)); in AddMemberRef()
2024 WL.push_back(TypeLocVisit(TI->getTypeLoc(), Parent)); in AddTypeLoc()
2027 unsigned size = WL.size(); in EnqueueChildren()
[all …]
DCursorVisitor.h265 bool RunVisitorWorkList(VisitorWorkList &WL);
266 void EnqueueWorkList(VisitorWorkList &WL, const Stmt *S);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTree.h382 SmallVector<const DomTreeNodeBase<NodeT> *, 8> WL;
383 WL.push_back(RN);
385 while (!WL.empty()) {
386 const DomTreeNodeBase<NodeT> *N = WL.pop_back_val();
388 WL.append(N->begin(), N->end());
/external/libkmsxx/kmscube/
DCMakeLists.txt8 pkg_check_modules(WL wayland-client REQUIRED)
/external/u-boot/arch/arm/dts/
Dsun50i-a64-amarula-relic.dts29 reset-gpios = <&r_pio 0 2 GPIO_ACTIVE_LOW>; /* WL-PMU-EN: PL2 */
56 interrupts = <0 3 IRQ_TYPE_LEVEL_LOW>; /* WL-WAKE-AP: PL3 */
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp642 ArrayRef<unsigned> WL) { in copyMetadata() argument
647 for (unsigned M : WL) in copyMetadata()
655 if (WL.empty() || WLS.count(MD.first)) in copyMetadata()
658 if (WL.empty() || WLS.count(LLVMContext::MD_dbg)) in copyMetadata()
/external/honggfuzz/examples/apache-httpd/corpus_http2/
Daa92394318cf93e1c6ea140629d9d816.0000056c.honggfuzz.cov13 …E��u۲�%��K.�T��m��H����Y���PT�TY�b����ٌ ��Cx`�Q��D�".͙v�L�ek�QB5WL�*���G�JS=Jϟ�F����k�…
/external/honggfuzz/examples/apache-httpd/corpus_http1/
Daa92394318cf93e1c6ea140629d9d816.0000056c.honggfuzz.cov13 …E��u۲�%��K.�T��m��H����Y���PT�TY�b����ٌ ��Cx`�Q��D�".͙v�L�ek�QB5WL�*���G�JS=Jϟ�F����k�…
/external/llvm/include/llvm/Target/
DTargetSubtargetInfo.h60 const MCWriteLatencyEntry *WL,
/external/python/cryptography/vectors/cryptography_vectors/x509/PKITS_data/smime/
DSignedInvalidEEnotBeforeDateTest2.eml48 2WL/8c7e+VjKJFi/jSFnBpO3jWblxDbXFN8U5r85GwJr3qwAvZNHrixP+7gNZyT/
/external/llvm/include/llvm/MC/
DMCSubtargetInfo.h58 const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSubtargetInfo.h60 const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetSubtargetInfo.h68 const MCWriteLatencyEntry *WL,

12345678910