Searched defs:If (Results 1 - 25 of 29) 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/chromium_org/v8/src/compiler/
H A Dcontrol-builders.cc12 void IfBuilder::If(Node* condition) { function in class:v8::internal::compiler::IfBuilder
69 control_if.If(condition);
/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.cpp246 IfStmt *If = new (C) IfStmt(C, SourceLocation(), nullptr, UO, CS); local
247 return If;
348 /// Construct the If.
349 Stmt *If = local
353 return If;
/external/llvm/lib/Target/R600/
H A DSIAnnotateControlFlow.cpp58 Constant *If; member in class:__anon26120::SIAnnotateControlFlow
127 If = M.getOrInsertFunction(
191 /// \brief Open a new "If" block
193 Value *Ret = CallInst::Create(If, Term->getCondition(), "", Term);
198 /// \brief Close the last "If" block and open a new "Else" block
H A DSILowerControlFlow.cpp78 void If(MachineInstr &MI);
158 // If the exec mask is non-zero, skip the next two instructions
179 void SILowerControlFlowPass::If(MachineInstr &MI) { function in class:SILowerControlFlowPass
293 // If these aren't equal, this is probably an infinite loop.
392 // instructions? If so, we should save the m0 register at the beginning
470 If(MI);
/external/chromium_org/sandbox/linux/bpf_dsl/
H A Dbpf_dsl.cc316 Elser If(const BoolExpr& cond, const ResultExpr& then_result) { function in namespace:sandbox::bpf_dsl
341 // If(b1, e1).ElseIf(b2, e2).ElseIf(b3, e3).Else(e4)
/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/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,
279 virtual void If(SourceLocation Loc, SourceRange ConditionRange, function in class:clang::PPCallbacks
469 void If(SourceLocation Loc, SourceRange ConditionRange,
471 First->If(Loc, ConditionRange, ConditionValue);
472 Second->If(Loc, ConditionRange, ConditionValue);
/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);
178 void StmtPrinter::PrintRawIfStmt(IfStmt *If) { argument
180 if (const DeclStmt *DS = If->getConditionVariableDeclStmt())
183 PrintExpr(If->getCond());
186 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(If->getThen())) {
189 OS << (If->getElse() ? ' ' : '\n');
192 PrintStmt(If->getThen());
193 if (If->getElse()) Indent();
196 if (Stmt *Else = If
213 VisitIfStmt(IfStmt *If) argument
[all...]
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp190 // If the current state is FoundPathWithNoRecursiveCall, the successors
246 // If the exit block is unreachable, skip processing the function.
397 // noreturn, that don't return. If people would like this warning to be more
642 static void CreateIfFixit(Sema &S, const Stmt *If, const Stmt *Then, argument
646 // If condition is always true, remove all but the 'then'.
648 CharSourceRange::getCharRange(If->getLocStart(),
657 // If condition is always false, remove all but the 'else'.
660 CharSourceRange::getCharRange(If->getLocStart(),
663 Fixit1 = FixItHint::CreateRemoval(If->getSourceRange());
839 /// as a warning. If
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen.h127 // If a target block is tagged as an inline function return, all
461 // If we are tracking source positions then this function assigns a unique
1356 // Checks a key value that's being used for a keyed element access context. If
1479 // If using this constructor, Initialize() must be called explicitly!
1493 Condition* If(HValue *p) { function in class:v8::internal::HGraphBuilder::FINAL
1500 Condition* If(HValue* p1, P2 p2) { function in class:v8::internal::HGraphBuilder::FINAL
1507 Condition* If(HValue* p1, P2 p2, P3 p3) { function in class:v8::internal::HGraphBuilder::FINAL
1515 Condition* compare = If<Condition>(p);
1522 Condition* compare = If<Condition>(p1, p2);
1529 Condition* compare = If<Conditio
[all...]
/external/clang/tools/libclang/
H A DCIndex.cpp198 // If we have a range of interest, and this cursor doesn't intersect with it,
232 // If the begin/end of the range lie in the same FileID, do the optimization
257 // If the end does not reside in the same file, try to recover by
305 // If we didn't find any file level decls for the file, try looking at the
559 // If pointing inside a macro definition, check if the token is an identifier
789 // If we have a function declared directly (without the use of a typedef),
963 // in the current DeclContext. If any fall within the
1242 // If the type has a form where we know that the beginning of the source
1836 void VisitIfStmt(const IfStmt *If);
2169 void EnqueueVisitor::VisitIfStmt(const IfStmt *If) { argument
[all...]

Completed in 470 milliseconds

12