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

123

/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.h38 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/swiftshader/third_party/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/swiftshader/third_party/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/swiftshader/third_party/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/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp78 void PPConditionalDirectiveRecord::If(SourceLocation Loc, function in class:PPConditionalDirectiveRecord
/external/swiftshader/src/Reactor/
H A DMain.cpp92 If(b) function
371 If(i < 2)
375 Else If(i < 4)
379 Else If(i < 6)
400 If(x == 1000402222)
402 If(x != 1000402222)
/external/swiftshader/src/Renderer/
H A DQuadRasterizer.cpp63 If(yMin < yMax)
210 If(zMask == 0) function
233 If(x0 < x1)
/external/vulkan-validation-layers/libs/glm/detail/
H A D_vectorize.hpp196 struct If struct in namespace:glm::detail
206 struct If<false> struct in namespace:glm::detail
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
H A DCyclomaticComplexityTest.java86 public static class If implements Target { class in class:CyclomaticComplexityTest
96 instrument(If.class);
103 instrument(If.class);
111 instrument(If.class);
/external/v8/src/compiler/
H A Dcontrol-builders.cc14 void IfBuilder::If(Node* condition, BranchHint hint) { function in class:v8::internal::compiler::IfBuilder
72 control_if.If(condition);
82 control_if.If(condition);
162 control_if.If(condition, hint);
172 control_if.If(condition, hint);
/external/r8/src/main/java/com/android/tools/r8/ir/code/
H A DIf.java14 public class If extends JumpInstruction { class in inherits:JumpInstruction
60 public If(Type type, Value value) { method in class:If
65 public If(Type type, List<Value> values) { method in class:If
131 assert false : "If instructions define no values.";
143 If o = other.asIf();
181 public If asIf() {
/external/clang/lib/Analysis/
H A DBodyFarm.cpp242 IfStmt *If = new (C) IfStmt(C, SourceLocation(), false, nullptr, nullptr, local
244 return If;
345 /// Construct the If.
346 Stmt *If = new (C) IfStmt(C, SourceLocation(), false, nullptr, nullptr, local
349 return If;
394 // property rather than the shadowed property. If there is no instance
/external/libchrome/sandbox/linux/bpf_dsl/
H A Dbpf_dsl.cc229 // If this is changed, update Arg<T>::EqualTo's static_cast rules
288 Elser If(BoolExpr cond, ResultExpr then_result) { function in namespace:sandbox::bpf_dsl
313 // If(b1, e1).ElseIf(b2, e2).ElseIf(b3, e3).Else(e4)
/external/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp59 Constant *If; member in class:__anon12995::SIAnnotateControlFlow
143 If = M.getOrInsertFunction(
214 /// \brief Open a new "If" block
219 Value *Ret = CallInst::Create(If, Term->getCondition(), "", Term);
224 /// \brief Close the last "If" block and open a new "Else" block
238 // Only search through PHI nodes which are inside the loop. If we try this
277 // | If-block
280 // where we want to break out of the loop if the If-block is not taken.

Completed in 9406 milliseconds

123