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

  /external/swiftshader/third_party/subzero/src/
IceInstMIPS32.cpp 178 const InstMIPS32Label *Label, CondMIPS32::Cond Cond)
184 const InstMIPS32Label *Label, CondMIPS32::Cond Cond)
192 Operand *Src1, const InstMIPS32Label *Label,
253 InstMIPS32Label::InstMIPS32Label(Cfg *Func, TargetMIPS32 *Target)
265 void InstMIPS32Label::dump(const Cfg *Func) const {
272 void InstMIPS32Label::emit(const Cfg *Func) const {
279 void InstMIPS32Label::emitIAS(const Cfg *Func) const {
    [all...]
IceInstMIPS32.h 766 // InstMIPS32Label represents an intra-block label that is the target of an
769 class InstMIPS32Label : public InstMIPS32 {
770 InstMIPS32Label() = delete;
771 InstMIPS32Label(const InstMIPS32Label &) = delete;
772 InstMIPS32Label &operator=(const InstMIPS32Label &) = delete;
775 static InstMIPS32Label *create(Cfg *Func, TargetMIPS32 *Target) {
776 return new (Func->allocate<InstMIPS32Label>())
777 InstMIPS32Label(Func, Target)
    [all...]

Completed in 59 milliseconds