Home
last modified time | relevance | path

Searched refs:BranchI (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp140 assert(BranchI); in AssertConsistent()
171 BranchInst *BranchI = nullptr; member in __anon63b2c3590111::BCECmpBlock
199 {Lhs_.GEP, Rhs_.GEP, Lhs_.LoadI, Rhs_.LoadI, CmpI, BranchI}); in split()
218 {Lhs_.GEP, Rhs_.GEP, Lhs_.LoadI, Rhs_.LoadI, CmpI, BranchI}); in canSplit()
232 {Lhs_.GEP, Rhs_.GEP, Lhs_.LoadI, Rhs_.LoadI, CmpI, BranchI}); in doesOtherWork()
276 auto *const BranchI = dyn_cast<BranchInst>(Block->getTerminator()); in visitCmpBlock() local
277 if (!BranchI) return {}; in visitCmpBlock()
279 if (BranchI->isUnconditional()) { in visitCmpBlock()
289 Result.BranchI = BranchI; in visitCmpBlock()
298 auto *const CmpI = dyn_cast<ICmpInst>(BranchI->getCondition()); in visitCmpBlock()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp1169 auto *BranchI = BranchInst::Create(header); in extractCodeRegion() local
1175 any_of(Blocks, [&BranchI](const BasicBlock *BB) { in extractCodeRegion()
1176 return any_of(*BB, [&BranchI](const Instruction &I) { in extractCodeRegion()
1179 BranchI->setDebugLoc(I.getDebugLoc()); in extractCodeRegion()
1184 newFuncRoot->getInstList().push_back(BranchI); in extractCodeRegion()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeInstrInfo.td285 class BranchI<bits<6> op, bits<5> br, string instr_asm> :
487 def BRI : BranchI<0x2E, 0x00, "bri ">;
488 def BRAI : BranchI<0x2E, 0x08, "brai ">;
517 def BRID : BranchI<0x2E, 0x10, "brid ">;
518 def BRAID : BranchI<0x2E, 0x18, "braid ">;