HomeSort by relevance Sort by last modified time
    Searched refs:WL (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 43 const MCWriteLatencyEntry *WL,
54 WriteLatencyTable = WL;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/linalg/tests/
test_laplacian.py 40 WL=0.5*NL
46 assert_equal(nx.laplacian_matrix(self.WG),WL)
  /external/llvm/include/llvm/MC/
MCSubtargetInfo.h 53 const MCWriteLatencyEntry *WL,
  /external/clang/tools/libclang/
CursorVisitor.h 261 bool RunVisitorWorkList(VisitorWorkList &WL);
262 void EnqueueWorkList(VisitorWorkList &WL, const Stmt *S);
CIndex.cpp     [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 723 .macro WL V, R, P
808 WL v16, r9, r4
809 WL v17, r9, r4
810 WL v18, r9, r4
811 WL v19, r9, r4
812 WL v20, r9, r4
813 WL v21, r9, r4
814 WL v22, r9, r4
815 WL v23, r9, r4
816 WL v24, r9, r
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 723 .macro WL V, R, P
808 WL v16, r9, r4
809 WL v17, r9, r4
810 WL v18, r9, r4
811 WL v19, r9, r4
812 WL v20, r9, r4
813 WL v21, r9, r4
814 WL v22, r9, r4
815 WL v23, r9, r4
816 WL v24, r9, r
    [all...]
  /external/clang/lib/Analysis/
ReachableCode.cpp 274 SmallVector<const CFGBlock*, 32> WL;
283 WL.push_back(Start);
286 while (!WL.empty()) {
287 const CFGBlock *item = WL.pop_back_val();
324 WL.push_back(B);
  /external/llvm/include/llvm/Support/
GenericDomTree.h 401 SmallVector<const DomTreeNodeBase<NodeT> *, 8> WL;
402 WL.push_back(RN);
404 while (!WL.empty()) {
405 const DomTreeNodeBase<NodeT> *N = WL.pop_back_val();
407 WL.append(N->begin(), N->end());
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 156 InstCombineIRInserter(InstCombineWorklist &WL, AssumptionCache *AC)
157 : Worklist(WL), AC(AC) {}
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
RegionStore.cpp 651 WorkList WL;
714 WL.push_back(E);
724 while (!WL.empty()) {
725 WorkListElement E = WL.pop_back_val();
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/clang/lib/AST/
Stmt.cpp     [all...]

Completed in 1594 milliseconds