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

  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 316 /// and (if isCond is true) the corresponding unconditional branch
321 bool isCond : 1;
324 : MI(mi), MaxDisp(maxdisp), isCond(cond), UncondBr(ubr) {}
668 bool isCond = false;
678 isCond = false;
683 isCond = false;
689 isCond = true;
695 isCond = true;
701 isCond = true;
707 isCond = true
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMConstantIslandPass.cpp 139 /// and (if isCond is true) the corresponding unconditional branch
144 bool isCond : 1;
147 : MI(mi), MaxDisp(maxdisp), isCond(cond), UncondBr(ubr) {}
514 bool isCond = false;
537 isCond = true;
545 isCond = true;
555 isCond = true;
568 ImmBranches.push_back(ImmBranch(I, MaxOffs, isCond, UOpc));
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 242 /// and (if isCond is true) the corresponding unconditional branch
247 bool isCond : 1;
250 : MI(mi), MaxDisp(maxdisp), isCond(cond), UncondBr(ubr) {}
767 bool isCond = false;
778 isCond = true;
786 isCond = true;
796 isCond = true;
809 ImmBranches.push_back(ImmBranch(&I, MaxOffs, isCond, UOpc));
    [all...]

Completed in 176 milliseconds