HomeSort by relevance Sort by last modified time
    Searched refs:newOpc (Results 1 - 5 of 5) sorted by null

  /dalvik/vm/analysis/
Optimize.cpp 44 static void rewriteVirtualInvoke(Method* method, u2* insns, Opcode newOpc);
889 static void rewriteVirtualInvoke(Method* method, u2* insns, Opcode newOpc)
913 updateOpcode(method, insns, newOpc);
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 530 if (unsigned newOpc = foldConstantCastPair(opc, CE, DestTy))
531 return ConstantExpr::getCast(newOpc, CE->getOperand(0), DestTy);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]

Completed in 94 milliseconds