Home
last modified time | relevance | path

Searched defs:WL (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/Target/
DTargetSubtargetInfo.cpp24 const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, in TargetSubtargetInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLateEHPrepare.cpp62 SmallVector<MachineBasicBlock *, 2> WL; in getMatchingEHPad() local
88 SmallVector<MachineBasicBlock *, 8> WL(MBBs.begin(), MBBs.end()); in eraseDeadBBsAndChildren() local
DWebAssemblyExceptionInfo.cpp104 SmallVector<MachineBasicBlock *, 8> WL; in discoverAndMapException() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSubtargetInfo.cpp21 const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, in TargetSubtargetInfo()
DWasmEHPrepare.cpp157 SmallVector<BasicBlock *, 8> WL(BBs.begin(), BBs.end()); in eraseDeadBBsAndChildren() local
/external/python/bumble/bumble/
Ddecoder.py20 WL = [-60, -30, 58, 172, 334, 538, 1198, 3042] variable
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp43 const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, in MCSubtargetInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSubtargetInfo.cpp213 const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, in MCSubtargetInfo()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h146 InstCombineIRInserter(InstCombineWorklist &WL, AssumptionCache *AC) in InstCombineIRInserter()
/external/clang/lib/Analysis/
DReachableCode.cpp274 SmallVector<const CFGBlock*, 32> WL; in scanFromBlock() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp710 ArrayRef<unsigned> WL) { in copyMetadata()
/external/llvm/include/llvm/Support/
DGenericDomTree.h401 SmallVector<const DomTreeNodeBase<NodeT> *, 8> WL; in getDescendants() local
/external/arm-trusted-firmware/drivers/renesas/common/ddr/ddr_b/
Dboot_init_dram.c878 uint8_t WL; member
1008 static uint8_t WL; variable
/external/clang/lib/AST/
DStmt.cpp863 SourceLocation WL) in WhileStmt()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h990 unsigned WL[4] = {LLVMContext::MD_prof, LLVMContext::MD_unpredictable, in CreateCondBr() local
/external/clang/tools/libclang/
DCIndex.cpp1886 VisitorWorkList &WL; member in __anonb4dac6810211::EnqueueVisitor
2758 void CursorVisitor::EnqueueWorkList(VisitorWorkList &WL, const Stmt *S) { in EnqueueWorkList()
2771 bool CursorVisitor::RunVisitorWorkList(VisitorWorkList &WL) { in RunVisitorWorkList()
2979 VisitorWorkList *WL = nullptr; in Visit() local
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp647 WorkList WL; member in __anon0067ce070611::ClusterAnalysis
DBugReporter.cpp3334 DFSWorkList WL; in FindReportInEquivalenceClass() local
/external/clang/include/clang/AST/
DStmt.h1110 DoStmt(Stmt *body, Expr *cond, SourceLocation DL, SourceLocation WL, in DoStmt()