Home
last modified time | relevance | path

Searched refs:setCond (Results 1 – 17 of 17) sorted by relevance

/external/javassist/src/main/javassist/compiler/ast/
DCondExpr.java30 public void setCond(ASTree t) { setHead(t); } in setCond() method in CondExpr
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir_peephole.cpp187 insn->asCmp()->setCond = reverseCondCode(insn->asCmp()->setCond); in checkSwapSrc01()
190 insn->asCmp()->setCond = inverseCondCode(insn->asCmp()->setCond); in checkSwapSrc01()
769 cc = si->setCond; in opnd()
770 ccZ = (CondCode)((unsigned int)i->asCmp()->setCond & ~CC_U); in opnd()
783 i->asCmp()->setCond = cc; in opnd()
1097 if (slct->getSrc(2)->asImm()->compare(slct->asCmp()->setCond, 0.0f)) in handleSLCT()
2053 if (this->asCmp()->setCond != that->asCmp()->setCond) in isActionEqual()
Dnv50_ir.h826 void setCondition(CondCode cond) { setCond = cond; } in setCondition()
827 CondCode getCondition() const { return setCond; } in getCondition()
830 CondCode setCond;
Dnv50_ir.cpp938 setCond = CC_ALWAYS; in CmpInstruction()
948 cmp->setCond = setCond; in clone()
Dnv50_ir_print.cpp535 PRINT(" %s%s", colour[TXT_INSN], CondCodeStr[asCmp()->setCond]); in print()
Dnv50_ir_emit_nv50.cpp1063 emitCondCode(i->asCmp()->setCond, i->sType, 32 + 14); in emitSET()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_peephole.cpp187 insn->asCmp()->setCond = reverseCondCode(insn->asCmp()->setCond); in checkSwapSrc01()
190 insn->asCmp()->setCond = inverseCondCode(insn->asCmp()->setCond); in checkSwapSrc01()
769 cc = si->setCond; in opnd()
770 ccZ = (CondCode)((unsigned int)i->asCmp()->setCond & ~CC_U); in opnd()
783 i->asCmp()->setCond = cc; in opnd()
1097 if (slct->getSrc(2)->asImm()->compare(slct->asCmp()->setCond, 0.0f)) in handleSLCT()
2053 if (this->asCmp()->setCond != that->asCmp()->setCond) in isActionEqual()
Dnv50_ir.h826 void setCondition(CondCode cond) { setCond = cond; } in setCondition()
827 CondCode getCondition() const { return setCond; } in getCondition()
830 CondCode setCond;
Dnv50_ir.cpp938 setCond = CC_ALWAYS; in CmpInstruction()
948 cmp->setCond = setCond; in clone()
Dnv50_ir_print.cpp535 PRINT(" %s%s", colour[TXT_INSN], CondCodeStr[asCmp()->setCond]); in print()
Dnv50_ir_emit_nv50.cpp1063 emitCondCode(i->asCmp()->setCond, i->sType, 32 + 14); in emitSET()
/external/clang/include/clang/AST/
DStmtCXX.h179 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
DStmt.h876 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } in setCond() function
953 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } in setCond() function
1035 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
1080 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
1153 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
DExpr.h3520 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp188 S->setCond(Reader.ReadSubExpr()); in VisitIfStmt()
199 S->setCond(Reader.ReadSubExpr()); in VisitSwitchStmt()
222 S->setCond(Reader.ReadSubExpr()); in VisitWhileStmt()
229 S->setCond(Reader.ReadSubExpr()); in VisitDoStmt()
239 S->setCond(Reader.ReadSubExpr()); in VisitForStmt()
833 E->setCond(Reader.ReadSubExpr()); in VisitChooseExpr()
1159 S->setCond(Reader.ReadSubExpr()); in VisitCXXForRangeStmt()
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_emit_nvc0.cpp913 emitCondCode(i->setCond, 32 + 23); in emitSET()
939 CondCode cc = i->setCond; in emitSLCT()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_emit_nvc0.cpp913 emitCondCode(i->setCond, 32 + 23); in emitSET()
939 CondCode cc = i->setCond; in emitSLCT()