Home
last modified time | relevance | path

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

/external/llvm/lib/Target/
DTargetSubtargetInfo.cpp24 const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, in TargetSubtargetInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLateEHPrepare.cpp64 SmallVector<MachineBasicBlock *, 2> WL; in GetMatchingEHPad() local
89 SmallVector<MachineBasicBlock *, 8> WL; in EraseBBAndChildren() local
DWebAssemblyExceptionInfo.cpp115 SmallVector<MachineBasicBlock *, 8> WL; in discoverAndMapException() local
/external/u-boot/drivers/ddr/microchip/
Dddr2_timing.h19 #define WL 4 macro
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetSubtargetInfo.cpp30 const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, in TargetSubtargetInfo()
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp43 const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, in MCSubtargetInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSubtargetInfo.cpp46 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-7.0/llvm/lib/IR/
DInstruction.cpp642 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/rcar/ddr/ddr_b/
Dboot_init_dram.c866 uint8_t WL; member
992 static uint8_t WL; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h855 unsigned WL[4] = {LLVMContext::MD_prof, LLVMContext::MD_unpredictable, in CreateCondBr() local
/external/clang/lib/AST/
DStmt.cpp863 SourceLocation WL) in WhileStmt()
/external/clang/tools/libclang/
DCIndex.cpp1886 VisitorWorkList &WL; member in __anon5dda5a870211::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 __anon1ac6f48d0611::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()