HomeSort by relevance Sort by last modified time
    Searched refs:IBI (Results 1 - 25 of 28) sorted by null

1 2

  /external/pdfium/core/fxcodec/jbig2/
JBig2_TrdProc.cpp 97 CJBig2_Image* IBI = nullptr;
99 IBI = SBSYMS[IDI];
139 IBI = pGRRD->decode(pArithDecoder.get(), grContext);
140 if (!IBI)
147 delete IBI;
151 if (!IBI) {
154 uint32_t WI = IBI->width();
155 uint32_t HI = IBI->height();
167 SBREG->composeFrom(SI, TI, IBI, SBCOMBOP);
170 SBREG->composeFrom(SI - WI + 1, TI, IBI, SBCOMBOP)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
Local.cpp 184 if (IndirectBrInst *IBI = dyn_cast<IndirectBrInst>(T)) {
187 dyn_cast<BlockAddress>(IBI->getAddress()->stripPointerCasts())) {
192 for (unsigned i = 0, e = IBI->getNumDestinations(); i != e; ++i) {
193 if (IBI->getDestination(i) == TheOnlyDest)
196 IBI->getDestination(i)->removePredecessor(IBI->getParent());
198 Value *Address = IBI->getAddress();
199 IBI->eraseFromParent();
203 // If we didn't find our destination in the IBI successor list, then we
    [all...]
SimplifyCFG.cpp 71 bool SimplifyIndirectBr(IndirectBrInst *IBI);
441 } else if (IndirectBrInst *IBI = dyn_cast<IndirectBrInst>(TI)) {
442 Cond = dyn_cast<Instruction>(IBI->getAddress());
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 246 if (IndirectBrInst *IBI = dyn_cast<IndirectBrInst>(T)) {
249 dyn_cast<BlockAddress>(IBI->getAddress()->stripPointerCasts())) {
254 for (unsigned i = 0, e = IBI->getNumDestinations(); i != e; ++i) {
255 if (IBI->getDestination(i) == TheOnlyDest)
258 IBI->getDestination(i)->removePredecessor(IBI->getParent());
260 Value *Address = IBI->getAddress();
261 IBI->eraseFromParent();
265 // If we didn't find our destination in the IBI successor list, then we
    [all...]
SimplifyCFG.cpp 161 bool SimplifyIndirectBr(IndirectBrInst *IBI);
633 } else if (IndirectBrInst *IBI = dyn_cast<IndirectBrInst>(TI)) {
634 Cond = dyn_cast<Instruction>(IBI->getAddress());
    [all...]
Evaluator.cpp 490 } else if (IndirectBrInst *IBI = dyn_cast<IndirectBrInst>(CurInst)) {
491 Value *Val = getVal(IBI->getAddress())->stripPointerCasts();
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /external/llvm/lib/Analysis/
InlineCost.cpp 199 bool visitIndirectBrInst(IndirectBrInst &IBI);
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]

Completed in 1149 milliseconds

1 2