HomeSort by relevance Sort by last modified time
    Searched defs:BI (Results 76 - 81 of 81) sorted by null

1 2 34

  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 110 bool SimplifyUncondBranch(BranchInst *BI, IRBuilder <> &Builder);
111 bool SimplifyCondBranch(BranchInst *BI, IRBuilder <>&Builder);
280 BranchInst *BI = dyn_cast<BranchInst>(PBB->getTerminator());
281 if (!BI || BI->isConditional() || BI->getSuccessor(0) != BB)
458 } else if (BranchInst *BI = dyn_cast<BranchInst>(TI)) {
459 if (BI->isConditional())
460 Cond = dyn_cast<Instruction>(BI->getCondition());
479 } else if (BranchInst *BI = dyn_cast<BranchInst>(TI)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ArraysTest.java     [all...]
  /external/qemu/disas/
ppc.c 440 /* The BI field in a B form or XL form instruction. */
441 #define BI BA
531 /* The condition register number portion of the BI field in a B form
534 BI field. This field is optional. */
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 19570 UInt bi = ifieldRegC( theInstr ); local
    [all...]

Completed in 334 milliseconds

1 2 34