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

  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 325 /// and (if isCond is true) the corresponding unconditional branch
330 bool isCond : 1;
333 : MI(mi), MaxDisp(maxdisp), isCond(cond), UncondBr(ubr) {}
685 bool isCond = false;
695 isCond = false;
700 isCond = false;
706 isCond = true;
712 isCond = true;
718 isCond = true;
724 isCond = true
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 232 /// and (if isCond is true) the corresponding unconditional branch
237 bool isCond : 1;
240 : MI(mi), MaxDisp(maxdisp), isCond(cond), UncondBr(ubr) {}
670 bool isCond = false;
681 isCond = true;
689 isCond = true;
699 isCond = true;
712 ImmBranches.push_back(ImmBranch(I, MaxOffs, isCond, UOpc));
    [all...]

Completed in 166 milliseconds