/external/llvm/test/Linker/ |
D | subprogram-linkonce-weak.ll | 4 ; 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-project/llvm/test/Linker/ |
D | subprogram-linkonce-weak.ll | 4 ; RUN: FileCheck %s -check-prefix=WL -check-prefix=CHECK <%t2 20 ; The WL prefix means weak (the other file) first, then linkonce (this file). 31 ; WL: define weak i32 @foo({{.*}} !dbg ![[WEAKFOOSP:[0-9]+]] 32 ; WL: %sum = call i32 @fastadd(i32 %a, i32 %b), !dbg ![[FOOCALL:[0-9]+]] 33 ; WL: ret i32 %sum, !dbg ![[FOORET:[0-9]+]] 34 ; WL: define i32 @bar({{.*}} !dbg ![[BARSP:[0-9]+]] 35 ; WL: %sum = add i32 %a, %b, !dbg ![[FOOINBAR:[0-9]+]] 36 ; WL: ret i32 %sum, !dbg ![[BARRET:[0-9]+]] 56 ; WL-SAME: !{![[WCU:[0-9]+]], ![[LCU:[0-9]+]]} 71 ; WL: ![[WCU]] = distinct !DICompileUnit( [all …]
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyExceptionInfo.cpp | 107 SmallVector<MachineBasicBlock *, 8> WL; in discoverAndMapException() local 108 WL.push_back(EHPad); in discoverAndMapException() 109 while (!WL.empty()) { in discoverAndMapException() 110 MachineBasicBlock *MBB = WL.pop_back_val(); in discoverAndMapException() 126 WL.push_back(Frontier); in discoverAndMapException() 138 WL.push_back(Succ); in discoverAndMapException()
|
D | WebAssemblyLateEHPrepare.cpp | 68 SmallVector<MachineBasicBlock *, 2> WL; in getMatchingEHPad() local 70 WL.push_back(MI->getParent()); in getMatchingEHPad() 72 while (!WL.empty()) { in getMatchingEHPad() 73 MachineBasicBlock *MBB = WL.pop_back_val(); in getMatchingEHPad() 87 WL.push_back(Pred); in getMatchingEHPad() 96 SmallVector<MachineBasicBlock *, 8> WL(MBBs.begin(), MBBs.end()); in eraseDeadBBsAndChildren() local 97 while (!WL.empty()) { in eraseDeadBBsAndChildren() 98 MachineBasicBlock *MBB = WL.pop_back_val(); in eraseDeadBBsAndChildren() 103 WL.append(MBB->succ_begin(), MBB->succ_end()); in eraseDeadBBsAndChildren()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyExceptionInfo.cpp | 104 SmallVector<MachineBasicBlock *, 8> WL; in discoverAndMapException() local 105 WL.push_back(EHPad); in discoverAndMapException() 106 while (!WL.empty()) { in discoverAndMapException() 107 MachineBasicBlock *MBB = WL.pop_back_val(); in discoverAndMapException() 123 WL.push_back(Frontier); in discoverAndMapException() 135 WL.push_back(Succ); in discoverAndMapException()
|
D | WebAssemblyLateEHPrepare.cpp | 62 SmallVector<MachineBasicBlock *, 2> WL; in getMatchingEHPad() local 64 WL.push_back(MI->getParent()); in getMatchingEHPad() 66 while (!WL.empty()) { in getMatchingEHPad() 67 MachineBasicBlock *MBB = WL.pop_back_val(); in getMatchingEHPad() 79 WL.append(MBB->pred_begin(), MBB->pred_end()); in getMatchingEHPad() 88 SmallVector<MachineBasicBlock *, 8> WL(MBBs.begin(), MBBs.end()); in eraseDeadBBsAndChildren() local 89 while (!WL.empty()) { in eraseDeadBBsAndChildren() 90 MachineBasicBlock *MBB = WL.pop_back_val(); in eraseDeadBBsAndChildren() 95 WL.append(MBB->succ_begin(), MBB->succ_end()); in eraseDeadBBsAndChildren()
|
/external/llvm/lib/Target/ |
D | TargetSubtargetInfo.cpp | 24 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-10.0/llvm/lib/CodeGen/ |
D | TargetSubtargetInfo.cpp | 21 const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, in TargetSubtargetInfo() argument 23 : MCSubtargetInfo(TT, CPU, FS, PF, PD, WPR, WL, RA, IS, OC, FP) { in TargetSubtargetInfo()
|
D | WasmEHPrepare.cpp | 157 SmallVector<BasicBlock *, 8> WL(BBs.begin(), BBs.end()); in eraseDeadBBsAndChildren() local 158 while (!WL.empty()) { in eraseDeadBBsAndChildren() 159 auto *BB = WL.pop_back_val(); in eraseDeadBBsAndChildren() 162 WL.append(succ_begin(BB), succ_end(BB)); in eraseDeadBBsAndChildren()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetSubtargetInfo.cpp | 20 const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, in TargetSubtargetInfo() argument 23 : MCSubtargetInfo(TT, CPU, TuneCPU, FS, PF, PD, WPR, WL, RA, IS, OC, FP) {} in TargetSubtargetInfo()
|
D | WasmEHPrepare.cpp | 168 SmallVector<BasicBlock *, 8> WL(BBs.begin(), BBs.end()); in eraseDeadBBsAndChildren() local 169 while (!WL.empty()) { in eraseDeadBBsAndChildren() 170 auto *BB = WL.pop_back_val(); in eraseDeadBBsAndChildren() 173 WL.append(succ_begin(BB), succ_end(BB)); in eraseDeadBBsAndChildren()
|
/external/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 43 const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, in MCSubtargetInfo() argument 46 ProcSchedModels(ProcSched), WriteProcResTable(WPR), WriteLatencyTable(WL), in MCSubtargetInfo()
|
/external/clang/lib/Analysis/ |
D | ReachableCode.cpp | 274 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-project/clang/lib/Analysis/ |
D | ReachableCode.cpp | 316 SmallVector<const CFGBlock*, 32> WL; in scanFromBlock() local 325 WL.push_back(Start); in scanFromBlock() 328 while (!WL.empty()) { in scanFromBlock() 329 const CFGBlock *item = WL.pop_back_val(); in scanFromBlock() 366 WL.push_back(B); in scanFromBlock()
|
/external/llvm/include/llvm/Support/ |
D | GenericDomTree.h | 401 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | GenericDomTree.h | 356 SmallVector<const DomTreeNodeBase<NodeT> *, 8> WL; 357 WL.push_back(RN); 359 while (!WL.empty()) { 360 const DomTreeNodeBase<NodeT> *N = WL.pop_back_val(); 362 WL.append(N->begin(), N->end());
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1886 VisitorWorkList &WL; member in __anon1913f2e30211::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 …]
|
D | CursorVisitor.h | 265 bool RunVisitorWorkList(VisitorWorkList &WL); 266 void EnqueueWorkList(VisitorWorkList &WL, const Stmt *S);
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | GenericDomTree.h | 379 SmallVector<const DomTreeNodeBase<NodeT> *, 8> WL; 380 WL.push_back(RN); 382 while (!WL.empty()) { 383 const DomTreeNodeBase<NodeT> *N = WL.pop_back_val(); 385 WL.append(N->begin(), N->end());
|
/external/llvm-project/clang/tools/libclang/ |
D | CursorVisitor.h | 267 bool RunVisitorWorkList(VisitorWorkList &WL); 268 void EnqueueWorkList(VisitorWorkList &WL, const Stmt *S);
|
D | CIndex.cpp | 1988 VisitorWorkList &WL; member in __anon7c00c9d10211::EnqueueVisitor 1993 : WL(wl), Parent(parent) {} in EnqueueVisitor() 2128 WL.push_back(DeclarationNameInfoVisit(S, Parent)); in AddDeclarationNameInfo() 2134 WL.push_back(NestedNameSpecifierLocVisit(Qualifier, Parent)); in AddNestedNameSpecifierLoc() 2139 WL.push_back(StmtVisit(S, Parent)); in AddStmt() 2143 WL.push_back(DeclVisit(D, Parent, isFirst)); in AddDecl() 2147 WL.push_back(ExplicitTemplateArgsVisit(A, A + NumTemplateArgs, Parent)); in AddExplicitTemplateArgs() 2151 WL.push_back(MemberRefVisit(D, L, Parent)); in AddMemberRef() 2155 WL.push_back(TypeLocVisit(TI->getTypeLoc(), Parent)); in AddTypeLoc() 2158 unsigned size = WL.size(); in EnqueueChildren() [all …]
|
/external/llvm-project/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 226 const MCWriteLatencyEntry *WL, in MCSubtargetInfo() argument 232 WriteLatencyTable(WL), ReadAdvanceTable(RA), Stages(IS), in MCSubtargetInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 213 const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, in MCSubtargetInfo() argument 216 WriteProcResTable(WPR), WriteLatencyTable(WL), in MCSubtargetInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 710 ArrayRef<unsigned> WL) { in copyMetadata() argument 715 for (unsigned M : WL) in copyMetadata() 723 if (WL.empty() || WLS.count(MD.first)) in copyMetadata() 726 if (WL.empty() || WLS.count(LLVMContext::MD_dbg)) in copyMetadata()
|
/external/llvm-project/llvm/lib/IR/ |
D | Instruction.cpp | 747 ArrayRef<unsigned> WL) { in copyMetadata() argument 752 for (unsigned M : WL) in copyMetadata() 760 if (WL.empty() || WLS.count(MD.first)) in copyMetadata() 763 if (WL.empty() || WLS.count(LLVMContext::MD_dbg)) in copyMetadata()
|