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

  /external/swiftshader/third_party/subzero/src/
IceInstMIPS32.cpp 176 InstMIPS32Br::InstMIPS32Br(Cfg *Func, const CfgNode *TargetTrue,
182 InstMIPS32Br::InstMIPS32Br(Cfg *Func, const CfgNode *TargetTrue,
190 InstMIPS32Br::InstMIPS32Br(Cfg *Func, const CfgNode *TargetTrue,
204 bool InstMIPS32Br::optimizeBranch(const CfgNode *NextNode) {
240 bool InstMIPS32Br::repointEdges(CfgNode *OldNode, CfgNode *NewNode) {
438 void InstMIPS32Br::emitIAS(const Cfg *Func) const {
475 void InstMIPS32Br::emit(const Cfg *Func) const
    [all...]
IceInstMIPS32.h 797 class InstMIPS32Br : public InstMIPS32 {
798 InstMIPS32Br() = delete;
799 InstMIPS32Br(const InstMIPS32Br &) = delete;
800 InstMIPS32Br &operator=(const InstMIPS32Br &) = delete;
804 static InstMIPS32Br *create(Cfg *Func, CfgNode *Target) {
807 return new (Func->allocate<InstMIPS32Br>())
808 InstMIPS32Br(Func, NoCondTarget, Target, NoLabel, CondMIPS32::AL);
811 static InstMIPS32Br *create(Cfg *Func, CfgNode *Target
    [all...]

Completed in 54 milliseconds