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

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.h 13 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/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
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
18 | If | Then | Else
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 22 (* variant for if/then/else. *)
23 | If of expr * expr * expr
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
18 | If | Then | Else
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 22 (* variant for if/then/else. *)
23 | If of expr * expr * expr
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
18 | If | Then | Else
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.h 13 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/clang/include/clang/Lex/
PPCallbacks.h 48 /// \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.
239 /// \param MD The MacroDirective if the name was a macro, null otherwise.
246 /// \#if/\#else directive and ends after the \#endif/\#else directive.
250 /// \brief Hook called whenever an \#if is seen.
256 virtual void If(SourceLocation Loc, SourceRange ConditionRange,
264 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 31 if (!BPT)
34 // Check if the block pointer type takes no arguments and
38 if (!FT || !FT->getResultType()->isVoidType() ||
133 if (Arg->getType() == Ty)
162 // Check if we have at least two parameters.
163 if (D->param_size() != 2)
166 // Check if the first parameter is a pointer to integer type.
170 if (!PredicatePtrTy)
173 if (!PredicateTy->isIntegerType())
176 // Check if the second parameter is the proper block type
    [all...]
  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 34 static const char *const IfIntrinsic = "llvm.SI.if";
37 static const char *const IfBreakIntrinsic = "llvm.SI.if.break";
56 Constant *If;
126 If = M.getOrInsertFunction(
170 if (Phi->getIncomingBlock(i) == IDom) {
172 if (Phi->getIncomingValue(i) != BoolTrue)
176 if (Phi->getIncomingValue(i) != BoolFalse)
184 // \brief Erase "Phi" if it is not used any more
186 if (!Phi->hasNUsesOrMore(1))
190 /// \brief Open a new "If" bloc
    [all...]
SILowerControlFlow.cpp 37 /// // branch if all the bits of
39 /// %VGPR0 = V_ADD_F32 %VGPR0, %VGPR0 // Do the IF block of the branch
77 void If(MachineInstr &MI);
123 if (I->isBundle() || !I->isBundled())
124 if (++NumInstr >= SkipThreshold)
134 if (!shouldSkip(*From.getParent()->succ_begin(), To.getMBB()))
148 if (!shouldSkip(&MBB, &MBB.getParent()->back()))
154 // If the exec mask is non-zero, skip the next two instructions
175 void SILowerControlFlowPass::If(MachineInstr &MI) {
288 if (Target == Next
    [all...]
  /external/chromium_org/third_party/jinja2/
nodes.py 54 """Raised if the node could not perform a requested action."""
81 if callable(environment.autoescape):
96 if ctx is None:
97 if node.environment is None:
98 raise RuntimeError('if no eval context is passed, the '
127 if self.abstract:
129 if fields:
130 if len(fields) != len(self.fields):
131 if not self.fields:
143 if attributes
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 11 if t is tuple or t is list:
19 return [n for n in flatten(seq) if isinstance(n, Node)]
162 if self.fail is not None:
301 if self.star_args is not None:
303 if self.dstar_args is not None:
332 if self.decorators is not None:
478 if self.locals is not None:
480 if self.globals is not None:
523 if self.else_ is not None:
557 if flags & CO_VARARGS
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 11 if t is tuple or t is list:
19 return [n for n in flatten(seq) if isinstance(n, Node)]
162 if self.fail is not None:
301 if self.star_args is not None:
303 if self.dstar_args is not None:
332 if self.decorators is not None:
478 if self.locals is not None:
480 if self.globals is not None:
523 if self.else_ is not None:
557 if flags & CO_VARARGS
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 128 } If;
411 #define If(a0, a1, a2, a3, a4, a5) _Py_If(a0, a1, a2, a3, a4, a5)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 128 } If;
411 #define If(a0, a1, a2, a3, a4, a5) _Py_If(a0, a1, a2, a3, a4, a5)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 14 # and will break if there are major changes in Tkinter.
33 if TkVersion < 3.999:
36 import _tkinter # If this fails your Python may not be configured for Tk
110 context. If no option is specified, returns a dictionary all of the
111 available options. If option is specified with no value, then the
114 returned if no option is specified). If one or more option-value
120 if kw:
124 if cnf is None:
129 if isinstance(cnf, StringType)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 14 # and will break if there are major changes in Tkinter.
33 if TkVersion < 3.999:
36 import _tkinter # If this fails your Python may not be configured for Tk
110 context. If no option is specified, returns a dictionary all of the
111 available options. If option is specified with no value, then the
114 returned if no option is specified). If one or more option-value
120 if kw:
124 if cnf is None:
129 if isinstance(cnf, StringType)
    [all...]
  /external/chromium_org/v8/src/
hydrogen.h 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
159 // If a target block is tagged as an inline function return, all
282 if (other == this) {
326 // Returns false if there are phi-uses of the arguments-object
330 // Returns false if there are phi-uses of an uninitialized const
367 if (id >= 0 && id < values_.length()) return values_[id];
395 if (environment_size > maximum_environment_size_) {
426 // Add map dependency if not already added.
427 if (depends_on_empty_array_proto_elements_) return;
451 if (uint32_instructions_ == NULL)
    [all...]

Completed in 1174 milliseconds

1 2