Searched defs:If (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_loops.h13 struct rc_instruction * If; member in struct:loop_info
H A Dr500_fragprog_emit.c58 int If; member in struct:branch_info
550 branch->If = newip;
589 s->Code->inst[branch->If].inst2 = R500_FC_OP_JUMP
598 s->Code->inst[branch->If].inst2 |= R500_FC_B_OP1_INCR;
599 s->Code->inst[branch->If].inst3 = R500_FC_JUMP_ADDR(branch->Else + 1);
611 s->Code->inst[branch->If].inst2 |= R500_FC_B_OP1_NONE;
612 s->Code->inst[branch->If].inst3 = R500_FC_JUMP_ADDR(branch->Endif + 1);
H A Dradeon_emulate_branches.c45 struct rc_instruction * If; member in struct:branch_info
70 branch->If = inst;
215 allocate_and_insert_proxies(s, &IfProxies, branch->If->Next, branch->Else ? branch->Else : inst);
223 inject_cmp(s, branch->If, inst, RC_FILE_TEMPORARY, index,
229 rc_remove_instruction(branch->If);
264 * We do the simplest thing: If an output registers is written within
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dast.ml20 | If of expr * expr * expr Constructor in type:expr
H A Dtoken.ml18 | If | Then | Else Constructor in type:token
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dast.ml23 | If of expr * expr * expr Constructor in type:expr
H A Dtoken.ml18 | If | Then | Else Constructor in type:token
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dast.ml23 | If of expr * expr * expr Constructor in type:expr
H A Dtoken.ml18 | If | Then | Else Constructor in type:token
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_loops.h13 struct rc_instruction * If; member in struct:loop_info
H A Dr500_fragprog_emit.c58 int If; member in struct:branch_info
550 branch->If = newip;
589 s->Code->inst[branch->If].inst2 = R500_FC_OP_JUMP
598 s->Code->inst[branch->If].inst2 |= R500_FC_B_OP1_INCR;
599 s->Code->inst[branch->If].inst3 = R500_FC_JUMP_ADDR(branch->Else + 1);
611 s->Code->inst[branch->If].inst2 |= R500_FC_B_OP1_NONE;
612 s->Code->inst[branch->If].inst3 = R500_FC_JUMP_ADDR(branch->Endif + 1);
H A Dradeon_emulate_branches.c45 struct rc_instruction * If; member in struct:branch_info
70 branch->If = inst;
215 allocate_and_insert_proxies(s, &IfProxies, branch->If->Next, branch->Else ? branch->Else : inst);
223 inject_cmp(s, branch->If, inst, RC_FILE_TEMPORARY, index,
229 rc_remove_instruction(branch->If);
264 * We do the simplest thing: If an output registers is written within
/external/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp78 void PPConditionalDirectiveRecord::If(SourceLocation Loc, function in class:PPConditionalDirectiveRecord
/external/chromium_org/tools/cr/cr/
H A Dconfig.py79 If the value is a string, it is assumed to be a standard python format string
90 def If(cls, condition, true_value, false_value=''): member in class:Config
/external/clang/lib/Analysis/
H A DBodyFarm.cpp234 IfStmt *If = new (C) IfStmt(C, SourceLocation(), 0, UO, CS); local
235 return If;
336 /// Construct the If.
337 Stmt *If = local
341 return If;
/external/llvm/lib/Target/R600/
H A DSIAnnotateControlFlow.cpp56 Constant *If; member in class:__anon22415::SIAnnotateControlFlow
126 If = M.getOrInsertFunction(
190 /// \brief Open a new "If" block
192 Value *Ret = CallInst::Create(If, Term->getCondition(), "", Term);
197 /// \brief Close the last "If" block and open a new "Else" block
H A DSILowerControlFlow.cpp77 void If(MachineInstr &MI);
154 // If the exec mask is non-zero, skip the next two instructions
175 void SILowerControlFlowPass::If(MachineInstr &MI) { function in class:SILowerControlFlowPass
431 If(MI);
/external/clang/include/clang/Lex/
H A DPPCallbacks.h72 /// \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,
256 virtual void If(SourceLocation Loc, SourceRange ConditionRange, function in class:clang::PPCallbacks
432 virtual void If(SourceLocation Loc, SourceRange ConditionRange, function in class:clang::PPChainedCallbacks
434 First->If(Loc, ConditionRange, ConditionValue);
435 Second->If(Loc, ConditionRange, ConditionValue);
/external/chromium_org/third_party/jinja2/
H A Dnodes.py166 over all fields and yields the values of they are nodes. If the value
178 """Find the first node of a given type. If no such node exists the
185 """Find all the nodes of a given type. If the type is a tuple,
279 `else` block. If no else node exists it has to be an empty list.
286 class If(Stmt): class in inherits:Stmt
287 """If `test` is true, `body` is rendered, else `else_`."""
544 If the `node` of a filter is `None` the contents of the last buffer are
817 """If created with an import name the import name is returned on node
/external/clang/lib/AST/
H A DStmtPrinter.cpp53 // If this is an expr used in a stmt context, indent and newline it.
68 void PrintRawIfStmt(IfStmt *If);
191 void StmtPrinter::PrintRawIfStmt(IfStmt *If) { argument
193 if (const DeclStmt *DS = If->getConditionVariableDeclStmt())
196 PrintExpr(If->getCond());
199 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(If->getThen())) {
202 OS << (If->getElse() ? ' ' : '\n');
205 PrintStmt(If->getThen());
206 if (If->getElse()) Indent();
209 if (Stmt *Else = If
226 VisitIfStmt(IfStmt *If) argument
[all...]
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp215 // noreturn, that don't return. If people would like this warning to be more
464 static void CreateIfFixit(Sema &S, const Stmt *If, const Stmt *Then, argument
468 // If condition is always true, remove all but the 'then'.
470 CharSourceRange::getCharRange(If->getLocStart(),
479 // If condition is always false, remove all but the 'else'.
482 CharSourceRange::getCharRange(If->getLocStart(),
485 Fixit1 = FixItHint::CreateRemoval(If->getSourceRange());
631 /// as a warning. If a particular use is one we omit warnings for, returns
776 // If there are no unreachable statements, this may be a special
1019 // If ther
[all...]
H A DSemaDeclCXX.cpp152 // If we have an MSAny spec already, don't bother.
164 // If this function can throw any exceptions, make a note of that.
171 // FIXME: If the call to this decl is using any of its default arguments, we
174 // If this function has a basic noexcept, it doesn't affect the outcome.
178 // If we have a throw-all spec at this point, ignore the function.
182 // If we're still at noexcept(true) and there's a nothrow() callee,
297 /// provided for a function parameter is well-formed. If so, attach it
372 // parameter pack. If it is specified in a
481 // FIXME: If we knew where the '=' was, we could easily provide a fix-it
567 // DR1344: If
1009 IfStmt *If = cast<IfStmt>(S); local
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1379 CAMLprim LLVMValueRef llvm_build_cond_br(LLVMValueRef If, argument
1383 return LLVMBuildCondBr(Builder_val(B), If, Then, Else);
1895 CAMLprim LLVMValueRef llvm_build_select(LLVMValueRef If, argument
1898 return LLVMBuildSelect(Builder_val(B), If, Then, Else, String_val(Name));
/external/chromium_org/v8/src/
H A Dhydrogen.h148 // If a target block is tagged as an inline function return, all
1380 Condition* If(HValue *p) { function in class:v8::internal::HGraphBuilder::V8_FINAL
1387 Condition* If(HValue* p1, P2 p2) { function in class:v8::internal::HGraphBuilder::V8_FINAL
1394 Condition* If(HValue* p1, P2 p2, P3 p3) { function in class:v8::internal::HGraphBuilder::V8_FINAL
1402 Condition* compare = If<Condition>(p);
1409 Condition* compare = If<Condition>(p1, p2);
1416 Condition* compare = If<Condition>(p1, p2, p3);
1424 return If<Condition>(p);
1430 return If<Condition>(p1, p2);
1436 return If<Conditio
[all...]
/external/llvm/lib/IR/
H A DCore.cpp1901 LLVMValueRef LLVMBuildCondBr(LLVMBuilderRef B, LLVMValueRef If, argument
1903 return wrap(unwrap(B)->CreateCondBr(unwrap(If), unwrap(Then), unwrap(Else)));
2340 LLVMValueRef LLVMBuildSelect(LLVMBuilderRef B, LLVMValueRef If, argument
2343 return wrap(unwrap(B)->CreateSelect(unwrap(If), unwrap(Then), unwrap(Else),

Completed in 739 milliseconds

12