HomeSort by relevance Sort by last modified time
    Searched defs:InstIcmp (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceInst.cpp 68 InstIcmp::ICond Reverse;
71 { str, InstIcmp::ICond::reverse } \
376 InstIcmp::InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1,
813 void InstIcmp::dump(const Cfg *Func) const {
1089 void InstIcmp::reverseConditionAndOperands() {
    [all...]
IceInst.h 548 class InstIcmp : public InstHighLevel {
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(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1
    [all...]

Completed in 89 milliseconds