Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtOpenMP.cpp100 Dir->setCond(Exprs.Cond); in Create()
142 Dir->setCond(Exprs.Cond); in Create()
195 Dir->setCond(Exprs.Cond); in Create()
364 Dir->setCond(Exprs.Cond); in Create()
415 Dir->setCond(Exprs.Cond); in Create()
755 Dir->setCond(Exprs.Cond); in Create()
898 Dir->setCond(Exprs.Cond); in Create()
949 Dir->setCond(Exprs.Cond); in Create()
999 Dir->setCond(Exprs.Cond); in Create()
1073 Dir->setCond(Exprs.Cond); in Create()
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h1049 void setCondition(CondCode cond) { setCond = cond; } in setCondition()
1050 CondCode getCondition() const { return setCond; } in getCondition()
1053 CondCode setCond;
Dnv50_ir_peephole.cpp231 insn->asCmp()->setCond = reverseCondCode(insn->asCmp()->setCond); in checkSwapSrc01()
234 insn->asCmp()->setCond = inverseCondCode(insn->asCmp()->setCond); in checkSwapSrc01()
1223 cc = si->setCond; in opnd()
1224 ccZ = (CondCode)((unsigned int)i->asCmp()->setCond & ~CC_U); in opnd()
1255 i->asCmp()->setCond = cc; in opnd()
1295 cmp->setCond = inverseCondCode(cmp->setCond); in opnd()
1852 if (slct->getSrc(2)->asImm()->compare(slct->asCmp()->setCond, 0.0f)) in handleSLCT()
3429 if (this->asCmp()->setCond != that->asCmp()->setCond) in isActionEqual()
Dnv50_ir.cpp1041 setCond = CC_ALWAYS; in CmpInstruction()
1051 cmp->setCond = setCond; in clone()
Dnv50_ir_emit_gm107.cpp1180 emitCond4(0x30, insn->setCond); in emitDSET()
1225 emitCond4(0x30, insn->setCond); in emitDSETP()
1484 CondCode cc = insn->setCond; in emitFCMP()
1567 emitCond4(0x30, insn->setCond); in emitFSET()
1612 emitCond4(0x30, insn->setCond); in emitFSETP()
1922 CondCode cc = insn->setCond; in emitICMP()
2001 emitCond3(0x31, insn->setCond); in emitISET()
2047 emitCond3(0x31, insn->setCond); in emitISETP()
Dnv50_ir_print.cpp659 PRINT(" %s%s", colour[TXT_INSN], CondCodeStr[asCmp()->setCond]); in print()
Dnv50_ir_emit_gk110.cpp1184 emitCondCode(i->setCond, in emitSET()
1192 CondCode cc = i->setCond; in emitSLCT()
Dnv50_ir_emit_nvc0.cpp1215 emitCondCode(i->setCond, 32 + 23); in emitSET()
1241 CondCode cc = i->setCond; in emitSLCT()
Dnv50_ir_emit_nv50.cpp1311 emitCondCode(i->asCmp()->setCond, i->sType, 32 + 14); in emitSET()
/external/clang/include/clang/AST/
DStmt.h918 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } in setCond() function
999 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } in setCond() function
1077 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
1122 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
1196 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
DStmtCXX.h188 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
DStmtOpenMP.h426 void setCond(Expr *Cond) { in setCond() function
DExpr.h3593 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp191 S->setCond(Reader.ReadSubExpr()); in VisitIfStmt()
203 S->setCond(Reader.ReadSubExpr()); in VisitSwitchStmt()
226 S->setCond(Reader.ReadSubExpr()); in VisitWhileStmt()
233 S->setCond(Reader.ReadSubExpr()); in VisitDoStmt()
243 S->setCond(Reader.ReadSubExpr()); in VisitForStmt()
877 E->setCond(Reader.ReadSubExpr()); in VisitChooseExpr()
1215 S->setCond(Reader.ReadSubExpr()); in VisitCXXForRangeStmt()
2496 D->setCond(Reader.ReadSubExpr()); in VisitOMPLoopDirective()
/external/guice/extensions/persist/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/guice/extensions/struts2/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...