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

  /external/swiftshader/third_party/subzero/src/
IceInst.cpp 369 InstFcmp::InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1,
852 void InstFcmp::dump(const Cfg *Func) const {
    [all...]
IceInst.h 516 class InstFcmp : public InstHighLevel {
517 InstFcmp() = delete;
518 InstFcmp(const InstFcmp &) = delete;
519 InstFcmp &operator=(const InstFcmp &) = delete;
529 static InstFcmp *create(Cfg *Func, FCond Condition, Variable *Dest,
531 return new (Func->allocate<InstFcmp>())
532 InstFcmp(Func, Condition, Dest, Source1, Source2);
540 InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1
    [all...]

Completed in 66 milliseconds