Searched
full:basic (Results
976 -
1000 of
8959) sorted by null
<<31323334353637383940>>
/external/clang/include/clang/Basic/ |
PlistSupport.h | 13 #include "clang/Basic/FileManager.h" 14 #include "clang/Basic/SourceManager.h"
|
/external/clang/lib/Analysis/ |
CFGReachabilityAnalysis.cpp | 1 //==- CFGReachabilityAnalysis.cpp - Basic reachability analysis --*- C++ -*-==// 11 // analysis based on Clang's CFGs. Clients can query if a given basic block
|
/external/clang/lib/CodeGen/ |
README.txt | 39 We should try and avoid generating basic blocks which only contain 44 On 176.gcc:expr.ll, it looks like over 12% of basic blocks are just
|
/external/clang/lib/Headers/ |
Makefile | 18 $(PROJ_OBJ_DIR)/$(CLANG_LEVEL)/include/clang/Basic/Version.inc)) 62 $(ObjDir)/arm_neon.h.inc.tmp : $(CLANG_LEVEL)/include/clang/Basic/arm_neon.td $(CLANG_TBLGEN) $(ObjDir)/.dir
|
/external/clang/tools/diagtool/ |
ListWarnings.cpp | 18 #include "clang/Basic/AllDiagnostics.h" 19 #include "clang/Basic/Diagnostic.h"
|
/external/clang/tools/libclang/ |
CXSourceLocation.h | 19 #include "clang/Basic/LangOptions.h" 20 #include "clang/Basic/SourceLocation.h"
|
/external/clang/utils/analyzer/ |
SumTimerInfo.py | 50 if (("The % of reachable basic blocks" in line) and (Mode == 1)) : 56 if (("The maximum number of basic blocks in a function" in line) and (Mode == 1)) :
|
/external/compiler-rt/lib/builtins/arm/ |
clzdi2.S | 60 * Basic block: 78 * The basic block invariants at this point are (r0 >> 2) == 0 and
|
clzsi2.S | 38 * Basic block: 57 * The basic block invariants at this point are (r0 >> 2) == 0 and
|
/external/deqp/doc/testspecs/GLES31/ |
functional.fbo.no_attachments.txt | 48 Basic functioning of the framebuffer is tested by rendering a full buffer quad 56 Basic functionality tests iterate a number of size & sampling parameters,
|
functional.ssbo.txt | 26 + Basic SSBO usage 37 - Basic scalar, vector and matrix types in buffer blocks
|
/external/deqp/framework/opengl/wrapper/ |
glwTypes.inl | 45 /* Signed basic types. */ 51 /* Unsigned basic types. */
|
/external/deqp/modules/gles2/functional/ |
es2fFragOpInteractionTests.cpp | 48 // .basic 50 tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic_shader", "Basic shaders");
|
/external/deqp/modules/gles3/functional/ |
es3fFragOpInteractionTests.cpp | 48 // .basic 50 tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic_shader", "Basic shaders");
|
es3fShaderSwitchTests.cpp | 185 makeSwitchCases(this, "basic", "Basic switch statement usage", 292 makeSwitchCases(this, "scope", "Basic switch statement usage", 363 makeSwitchCases(this, "if_in_switch", "Basic switch statement usage", 377 makeSwitchCases(this, "for_loop_in_switch", "Basic switch statement usage", 394 makeSwitchCases(this, "while_loop_in_switch", "Basic switch statement usage", 415 makeSwitchCases(this, "do_while_loop_in_switch", "Basic switch statement usage", 436 makeSwitchCases(this, "switch_in_switch", "Basic switch statement usage",
|
/external/eigen/test/eigen2/ |
eigen2_adjoint.cpp | 43 // check basic compatibility of adjoint, transpose, conjugate 51 // check basic properties of dot, norm, norm2
|
/external/kernel-headers/original/uapi/linux/ |
ppp_defs.h | 16 * The basic PPP frame. 132 struct pppstat p; /* basic PPP statistics */
|
/external/libcxx/test/thread/thread.mutex/thread.once/thread.once.callonce/ |
call_once.pass.cpp | 150 // check basic functionality 158 // check basic exception safety
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
EventClass.py | 15 EVTYPE_PEBS = 1 # Basic PEBS event 49 # Basic Intel PEBS (Precise Event-based Sampling) event, whose raw buffer
|
/external/llvm/docs/HistoricalNotes/ |
2000-12-06-MeetingSummary.txt | 41 idea, we could include an immediate dominator number for each basic block 42 in the LLVM bytecode program. Basic blocks could be numbered according
|
/external/llvm/include/llvm/Analysis/ |
CodeMetrics.h | 38 /// of basic blocks. 62 /// \brief Keeps track of basic block code size estimates.
|
/external/llvm/lib/CodeGen/ |
LiveRangeCalc.h | 44 /// set by findReachingDefs. One entry per basic block, indexed by block 53 /// LiveOutMap - Map basic blocks to the value leaving the block. 56 /// LiveOut - Map each basic block where a live range is live out to the 59 /// For every basic block, MBB, one of these conditions shall be true: 75 /// LiveInBlock - Information about a basic block where a live range is known 113 /// PhysReg, when set, is used to verify live-in lists on basic blocks. 162 /// PhysReg, when set, is used to verify live-in lists on basic blocks. 211 /// function can only be called once per basic block. Once the live-in value
|
/external/llvm/test/CodeGen/SPARC/ |
2011-01-11-FrameAddr.ll | 3 ;RUN: llc -march=sparc -regalloc=basic < %s | FileCheck %s -check-prefix=V8 4 ;RUN: llc -march=sparc -regalloc=basic -mattr=v9 < %s | FileCheck %s -check-prefix=V9
|
/external/pcre/dist/ |
LICENCE | 11 The basic library functions are written in C and are freestanding. Also 17 THE BASIC LIBRARY FUNCTIONS
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_blit_1.c | 40 /* Set up some basic variables */ 87 /* Set up some basic variables */ 196 /* Set up some basic variables */ 241 /* Set up some basic variables */ 329 /* Set up some basic variables */ 388 /* Set up some basic variables */ 419 /* Set up some basic variables */ 459 /* Set up some basic variables */
|
Completed in 450 milliseconds
<<31323334353637383940>>