Searched defs:InstIcmp (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceInst.cpp68 InstIcmp::ICond Reverse;
71 { str, InstIcmp::ICond::reverse } \
376 InstIcmp::InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1, function in class:Ice::InstIcmp
813 void InstIcmp::dump(const Cfg *Func) const {
1089 void InstIcmp::reverseConditionAndOperands() {
H A DIceInst.h548 class InstIcmp : public InstHighLevel { class in namespace:Ice
549 InstIcmp() = delete;
550 InstIcmp(const InstIcmp &) = delete;
551 InstIcmp &operator=(const InstIcmp &) = delete;
561 static InstIcmp *create(Cfg *Func, ICond Condition, Variable *Dest,
563 return new (Func->allocate<InstIcmp>())
564 InstIcmp(Func, Condition, Dest, Source1, Source2);
573 InstIcmp(Cf
[all...]

Completed in 199 milliseconds