| /external/mockito/cglib-and-asm/src/org/mockito/asm/ |
| Type.java | 690 public int getOpcode(final int opcode) {
|
| /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
| ClassDefinition.java | 74 switch (instruction.getOpcode()) {
|
| /external/smali/smalidea/src/test/java/org/jf/smalidea/ |
| SmaliMethodTest.java | 252 Assert.assertEquals(opcode, instruction.getOpcode());
|
| /frameworks/base/services/core/java/com/android/server/hdmi/ |
| HdmiCecMessageValidator.java | 194 int opcode = message.getOpcode();
|
| /external/llvm/lib/Analysis/ |
| CFLAliasAnalysis.cpp | 449 switch (CE->getOpcode()) { 720 return CE->getOpcode() != Instruction::ICmp && 721 CE->getOpcode() != Instruction::FCmp; [all...] |
| Lint.cpp | 667 if (Instruction::isCast(CE->getOpcode())) { 668 if (CastInst::isNoopCast(Instruction::CastOps(CE->getOpcode()), 672 } else if (CE->getOpcode() == Instruction::ExtractValue) {
|
| MemoryBuiltins.cpp | 432 if (CE->getOpcode() == Instruction::IntToPtr) 434 if (CE->getOpcode() == Instruction::GetElementPtr) 657 cast<ConstantExpr>(V)->getOpcode() == Instruction::IntToPtr) ||
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| StatepointLowering.cpp | 341 if (CallEnd->getOpcode() == ISD::LOAD) 344 while (CallEnd->getOpcode() == ISD::CopyFromReg) 348 assert(CallEnd->getOpcode() == ISD::CALLSEQ_END && "expected!"); [all...] |
| FastISel.cpp | 162 !(I->getOpcode() == Instruction::BitCast || 163 I->getOpcode() == Instruction::PtrToInt || 164 I->getOpcode() == Instruction::IntToPtr) && 249 if (!selectOperator(Op, Op->getOpcode())) 348 FuncInfo.InsertPt->getOpcode() == TargetOpcode::EH_LABEL) 779 if (C->getOpcode() == Instruction::IntToPtr) { [all...] |
| /external/llvm/lib/Target/ARM/ |
| Thumb2InstrInfo.cpp | 79 if (MBBI->getOpcode() == ARM::t2IT) { 449 unsigned Opcode = MI.getOpcode(); 632 unsigned Opc = MI->getOpcode();
|
| ARMExpandPseudoInsts.cpp | 381 const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.getOpcode()); 446 const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.getOpcode()); 499 const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.getOpcode()); [all...] |
| /external/llvm/lib/Target/Mips/ |
| MipsSEInstrInfo.cpp | 43 unsigned Opc = MI->getOpcode(); 65 unsigned Opc = MI->getOpcode(); 333 switch(MI->getDesc().getOpcode()) {
|
| MipsFastISel.cpp | 416 Opcode = I->getOpcode(); 420 Opcode = C->getOpcode(); 498 Opcode = I->getOpcode(); 502 Opcode = C->getOpcode(); 823 switch (I->getOpcode()) { [all...] |
| /external/llvm/lib/Target/PowerPC/Disassembler/ |
| PPCDisassembler.cpp | 325 switch (Inst.getOpcode()) { 360 if (Inst.getOpcode() == PPC::LDU) 363 else if (Inst.getOpcode() == PPC::STDU)
|
| /external/llvm/lib/Target/PowerPC/ |
| PPCVSXSwapRemoval.cpp | 275 switch(MI.getOpcode()) { 803 switch (MI->getOpcode()) { [all...] |
| /external/llvm/lib/Target/X86/InstPrinter/ |
| X86InstComments.cpp | 50 switch (MI->getOpcode()) { 183 switch (MI->getOpcode()) { 213 switch (MI->getOpcode()) {
|
| /external/llvm/lib/Target/XCore/ |
| XCoreFrameLowering.cpp | 349 unsigned RetOpcode = MBBI->getOpcode(); 515 if (Old->getOpcode() == XCore::ADJCALLSTACKDOWN) { 520 assert(Old->getOpcode() == XCore::ADJCALLSTACKUP);
|
| /external/llvm/lib/Transforms/InstCombine/ |
| InstCombineLoadStoreAlloca.cpp | 39 if (CE->getOpcode() == Instruction::BitCast || 40 CE->getOpcode() == Instruction::AddrSpaceCast || 41 CE->getOpcode() == Instruction::GetElementPtr) [all...] |
| /external/llvm/lib/Transforms/Scalar/ |
| LoopUnrollPass.cpp | 386 SimplifyFPBinOp(I.getOpcode(), LHS, RHS, FI->getFastMathFlags(), DL); 388 SimpleV = SimplifyBinOp(I.getOpcode(), LHS, RHS, DL); 448 ConstantExpr::getCast(I.getOpcode(), COp, I.getType())) { [all...] |
| Scalarizer.cpp | 98 return Builder.CreateBinOp(BO.getOpcode(), Op0, Op1, Name); 481 Res[I] = Builder.CreateCast(CI.getOpcode(), Op0[I], VT->getElementType(), 516 VI->getOpcode() == Instruction::BitCast)
|
| /external/clang/lib/Sema/ |
| SemaPseudoObject.cpp | 129 assert(uop->getOpcode() == UO_Extension); 131 return new (S.Context) UnaryOperator(e, uop->getOpcode(), [all...] |
| /external/clang/lib/AST/ |
| Expr.cpp | 95 } else if (BO->getOpcode() == BO_Comma) { 121 switch (UO->getOpcode()) { 137 switch (BO->getOpcode()) { [all...] |
| ASTDumper.cpp | [all...] |
| /external/llvm/lib/Target/CppBackend/ |
| CPPBackend.cpp | 827 if (CE->getOpcode() == Instruction::GetElementPtr) { 844 switch (CE->getOpcode()) { 867 switch (CE->getOpcode()) { [all...] |
| /external/clang/lib/Analysis/ |
| ThreadSafetyCommon.cpp | 174 if (UO->getOpcode() == UO_LNot) { 406 switch (UO->getOpcode()) { 493 switch (BO->getOpcode()) { [all...] |