Searched refs:isCond (Results 1 - 5 of 5) sorted by relevance
/external/llvm/lib/Target/Mips/ |
H A D | MipsConstantIslandPass.cpp | 316 /// and (if isCond is true) the corresponding unconditional branch 321 bool isCond : 1; member in struct:__anon13195::MipsConstantIslands::ImmBranch 324 : MI(mi), MaxDisp(maxdisp), isCond(cond), UncondBr(ubr) {} 668 bool isCond = false; local 678 isCond = false; 683 isCond = false; 689 isCond = true; 695 isCond = true; 701 isCond = true; 707 isCond [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
H A D | ARMConstantIslandPass.cpp | 139 /// and (if isCond is true) the corresponding unconditional branch 144 bool isCond : 1; member in struct:__anon19990::ARMConstantIslands::ImmBranch 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)); 1422 if (!Br.isCond)
|
/external/llvm/lib/Target/ARM/ |
H A D | ARMConstantIslandPass.cpp | 242 /// and (if isCond is true) the corresponding unconditional branch 247 bool isCond : 1; member in struct:__anon13018::ARMConstantIslands::ImmBranch 250 : MI(mi), MaxDisp(maxdisp), isCond(cond), UncondBr(ubr) {} 767 bool isCond = false; local 778 isCond = true; 786 isCond = true; 796 isCond = true; 809 ImmBranches.push_back(ImmBranch(&I, MaxOffs, isCond, UOpc)); 1683 if (!Br.isCond)
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
H A D | MachineBasicBlock.cpp | 703 bool isCond) { 710 // 2. If DestA is set, DestB is null, and isCond is false, then the block ends 712 // 3. If DestA is set, DestB is null, and isCond is true, then the block ends 714 // 4. If DestA and DestB is set and isCond is true, then the block ends with a 728 if (isCond) 732 assert(DestA && DestB && isCond && 701 CorrectExtraCFGEdges(MachineBasicBlock *DestA, MachineBasicBlock *DestB, bool isCond) argument
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
H A D | MachineBasicBlock.h | 395 bool isCond);
|
Completed in 131 milliseconds