HomeSort by relevance Sort by last modified time
    Searched defs:If (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 26 if (Range.isInvalid())
32 if (low == CondDirectiveLocs.end())
35 if (SourceMgr.isBeforeInTranslationUnit(Range.getEnd(), low->getLoc()))
42 if (upp != CondDirectiveLocs.end())
50 if (Loc.isInvalid())
52 if (CondDirectiveLocs.empty())
55 if (SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(),
69 if (SourceMgr.isInSystemHeader(DirLoc.getLoc()))
78 void PPConditionalDirectiveRecord::If(SourceLocation Loc,
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 19 (* variant for if/then/else. *)
20 | If of expr * expr * expr
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 22 (* variant for if/then/else. *)
23 | If of expr * expr * expr
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 22 (* variant for if/then/else. *)
23 | If of expr * expr * expr
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.h 38 struct rc_instruction * If;
r500_fragprog_emit.c 58 int If;
196 if (index > code->max_temp_idx)
205 if (!src.Used)
208 if (src.File == RC_FILE_CONSTANT) {
210 } else if (src.File == RC_FILE_TEMPORARY || src.File == RC_FILE_INPUT) {
213 } else if (src.File == RC_FILE_INLINE) {
221 * NOP the specified instruction if it is not a texture lookup.
227 if ((code->inst[ip].inst0 & 0x3) != R500_INST_TYPE_TEX) {
240 if (code->inst_end >= c->Base.max_alu_insts-1) {
248 if (inst->RGB.Opcode == RC_OPCODE_DDX || inst->Alpha.Opcode == RC_OPCODE_DDX |
    [all...]
radeon_emulate_branches.c 32 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
45 struct rc_instruction * If;
70 branch->If = inst;
92 if (!s->BranchCount) {
112 if (file == RC_FILE_TEMPORARY) {
125 if (proxy && !proxy->Proxied) {
137 if (proxy && proxy->Proxied) {
163 if (proxies->Temporary[index].Proxied) {
203 if (!s->BranchCount) {
215 allocate_and_insert_proxies(s, &IfProxies, branch->If->Next, branch->Else ? branch->Else : inst)
    [all...]
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 19 (* variant for if/then/else. *)
20 | If of expr * expr * expr
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 22 (* variant for if/then/else. *)
23 | If of expr * expr * expr
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 22 (* variant for if/then/else. *)
23 | If of expr * expr * expr
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
kernel_support_library.cc 26 If(ir_builder_->CreateICmpSLT(start, end), [&]() {
37 if (peel_first_iteration) {
55 void KernelSupportLibrary::If(
81 if (arguments[i]) {
89 if (!function) {
123 if (null_arg_idx != -1) {
  /external/vulkan-validation-layers/libs/glm/detail/
_vectorize.hpp 196 struct If
206 struct If<false>
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
func_test.go 15 // If v2 -> b3 b2
27 // If("deadval", "deadblock", "exit")))
52 // orders if the CFG are otherwise equivalent.
57 if fv == nil && gv == nil {
60 if valcor[fv] == nil && valcor[gv] == nil {
66 if fv.Op != gv.Op || fv.Type != gv.Type || fv.AuxInt != gv.AuxInt {
69 if !reflect.DeepEqual(fv.Aux, gv.Aux) {
76 if len(fv.Args) != len(gv.Args) {
80 if !checkVal(fv.Args[i], gv.Args[i]) {
90 if blkcor[fb] == nil && blkcor[gb] == nil
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
func_test.go 15 // If v2 -> b3 b2
27 // If("deadval", "deadblock", "exit")))
52 // orders if the CFG are otherwise equivalent.
57 if fv == nil && gv == nil {
60 if valcor[fv] == nil && valcor[gv] == nil {
66 if fv.Op != gv.Op || fv.Type != gv.Type || fv.AuxInt != gv.AuxInt {
69 if !reflect.DeepEqual(fv.Aux, gv.Aux) {
76 if len(fv.Args) != len(gv.Args) {
80 if !checkVal(fv.Args[i], gv.Args[i]) {
90 if blkcor[fb] == nil && blkcor[gb] == nil
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
_vectorize.hpp 196 struct If
206 struct If<false>
  /external/swiftshader/src/Reactor/
Main.cpp 64 if(routine)
92 If(b)
102 if(routine)
134 if(routine)
157 if(in[i] == 0)
192 if(routine)
239 if(routine)
308 if(routine)
403 If(i < 2)
407 Else If(i < 4
    [all...]
  /external/swiftshader/src/Renderer/
QuadRasterizer.cpp 41 #if PERF_PROFILE
64 If(yMin < yMax)
74 if(state.occlusionEnabled)
81 #if PERF_PROFILE
101 if(state.colorWriteActive(index))
107 if(state.depthTestActive)
112 if(state.stencilActive)
147 if(interpolateZ())
153 if(state.multiSample > 1)
162 if(veryEarlyDepthTest && state.multiSample == 1 && !state.depthOverride
    [all...]
  /external/v8/src/compiler/
control-builders.cc 14 void IfBuilder::If(Node* condition, BranchHint hint) {
72 control_if.If(condition);
82 control_if.If(condition);
90 if (extra_value_to_rename) {
95 if (extra_value_to_rename) {
162 control_if.If(condition, hint);
172 control_if.If(condition, hint);
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
BerkeleyPacketFilter.c 160 if ( *Fd >= 0 ) {
164 if (errno == EACCES) {
172 if (errno != EBUSY) {
225 if (Private->BpfFd == 0) {
227 if (EFI_ERROR (Status)) {
234 if (ioctl (Private->BpfFd, BIOCGBLEN, &ReadBufferSize) < 0) {
239 // Default value from BIOCGBLEN is usually too small, so use a much larger size, if necessary.
241 if (ReadBufferSize < FixedPcdGet32 (PcdNetworkPacketFilterSize)) {
243 if (ioctl (Private->BpfFd, BIOCSBLEN, &ReadBufferSize) < 0) {
252 if (ioctl (Private->BpfFd, BIOCSETIF, &BoundIf) < 0) {
    [all...]
  /external/clang/include/clang/Lex/
PPCallbacks.h 49 /// \param PrevFID the file that was exited if \p Reason is ExitFile.
74 /// \param RecoveryPath If this client indicates that it can recover from
108 /// in the file system. If the file was found via an absolute include path,
110 /// RelativePath will be split up. For example, if an include of "Some/Some.h"
141 /// \param Imported The imported module; can be null if importing failed.
259 /// \param MD The MacroDirective if the name was a macro, null otherwise.
266 /// \#if/\#else directive and ends after the \#endif/\#else directive.
274 /// \brief Hook called whenever an \#if is seen.
280 virtual void If(SourceLocation Loc, SourceRange ConditionRange,
288 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 32 if (!BPT)
35 // Check if the block pointer type takes no arguments and
133 if (Arg->getType() == Ty)
172 // Check if we have at least two parameters.
173 if (D->param_size() != 2)
176 // Check if the first parameter is a pointer to integer type.
180 if (!PredicatePtrTy)
183 if (!PredicateTy->isIntegerType())
186 // Check if the second parameter is the proper block type.
189 if (!isDispatchBlock(Ty)
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
CyclomaticComplexityTest.java 86 public static class If implements Target {
88 if (arg == 0) {
96 instrument(If.class);
103 instrument(If.class);
111 instrument(If.class);
120 if (arg < 0) {
123 if (arg > 0) {
164 if (arg >= 0) {
165 if (arg == 0) {
273 if (m.getName().equals("test"))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PPCallbacks.h 47 /// \param PrevFID the file that was exited if \p Reason is ExitFile.
72 /// \param RecoveryPath If this client indicates that it can recover from
106 /// in the file system. If the file was found via an absolute include path,
108 /// RelativePath will be split up. For example, if an include of "Some/Some.h"
139 /// \param Imported The imported module; can be null if importing failed.
257 /// \param MD The MacroDirective if the name was a macro, null otherwise.
264 /// \#if/\#else directive and ends after the \#endif/\#else directive.
272 /// \brief Hook called whenever an \#if is seen.
278 virtual void If(SourceLocation Loc, SourceRange ConditionRange,
286 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
PPCallbacks.h 47 /// \param PrevFID the file that was exited if \p Reason is ExitFile.
72 /// \param RecoveryPath If this client indicates that it can recover from
106 /// in the file system. If the file was found via an absolute include path,
108 /// RelativePath will be split up. For example, if an include of "Some/Some.h"
139 /// \param Imported The imported module; can be null if importing failed.
252 /// \param Undef New MacroDirective if the macro was defined, null otherwise.
261 /// \param MD The MacroDirective if the name was a macro, null otherwise.
268 /// \#if/\#else directive and ends after the \#endif/\#else directive.
276 /// \brief Hook called whenever an \#if is seen.
282 virtual void If(SourceLocation Loc, SourceRange ConditionRange
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
PPCallbacks.h 47 /// \param PrevFID the file that was exited if \p Reason is ExitFile.
72 /// \param RecoveryPath If this client indicates that it can recover from
106 /// in the file system. If the file was found via an absolute include path,
108 /// RelativePath will be split up. For example, if an include of "Some/Some.h"
139 /// \param Imported The imported module; can be null if importing failed.
252 /// \param Undef New MacroDirective if the macro was defined, null otherwise.
261 /// \param MD The MacroDirective if the name was a macro, null otherwise.
268 /// \#if/\#else directive and ends after the \#endif/\#else directive.
276 /// \brief Hook called whenever an \#if is seen.
282 virtual void If(SourceLocation Loc, SourceRange ConditionRange
    [all...]

Completed in 1106 milliseconds

1 2 3 4 5