Searched refs:getOpcode (Results 76 - 100 of 1128) sorted by relevance

1234567891011>>

/external/r8/src/main/java/com/android/tools/r8/code/
H A DMoveObject16.java31 public int getOpcode() { method in class:MoveObject16
H A DMoveObjectFrom16.java30 public int getOpcode() { method in class:MoveObjectFrom16
H A DMoveResult.java30 public int getOpcode() { method in class:MoveResult
H A DMoveResultObject.java31 public int getOpcode() { method in class:MoveResultObject
H A DMoveResultWide.java31 public int getOpcode() { method in class:MoveResultWide
H A DMoveWide.java30 public int getOpcode() { method in class:MoveWide
H A DMoveWide16.java30 public int getOpcode() { method in class:MoveWide16
H A DMoveWideFrom16.java30 public int getOpcode() { method in class:MoveWideFrom16
H A DNegDouble.java30 public int getOpcode() { method in class:NegDouble
H A DNegFloat.java31 public int getOpcode() { method in class:NegFloat
H A DNegInt.java31 public int getOpcode() { method in class:NegInt
H A DNegLong.java30 public int getOpcode() { method in class:NegLong
H A DNotInt.java31 public int getOpcode() { method in class:NotInt
H A DNotLong.java30 public int getOpcode() { method in class:NotLong
H A DReturn.java31 public int getOpcode() { method in class:Return
H A DReturnObject.java31 public int getOpcode() { method in class:ReturnObject
H A DReturnVoid.java28 public int getOpcode() { method in class:ReturnVoid
H A DReturnWide.java31 public int getOpcode() { method in class:ReturnWide
H A DThrow.java30 public int getOpcode() { method in class:Throw
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DAnalyzedInstruction.java150 assert originalInstruction.getOpcode().odexOnly();
155 assert originalInstruction.getOpcode().odexOnly();
318 if (!instruction.getOpcode().canInitializeReference()) {
392 (instruction.getOpcode() == Opcode.IF_EQZ || instruction.getOpcode() == Opcode.IF_NEZ)) {
395 if (prevInstruction.instruction.getOpcode() == Opcode.INSTANCE_OF &&
416 Opcode opcode = prevPrevAnalyzedInstruction.instruction.getOpcode();
460 if (!instruction.getOpcode().setsRegister()) {
468 if (instruction.getOpcode().setsWideRegister() && registerNumber == (destinationRegister + 1)) {
477 if (instruction.getOpcode()
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstruction10x.java51 return new ImmutableInstruction10x(instruction.getOpcode());
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMHazardRecognizer.cpp26 unsigned Opcode = MCID.getOpcode();
62 if (TII.isFpMLxInstruction(DefMI->getOpcode()) &&
63 (TII.canCauseFpMLxStall(MI->getOpcode()) ||
85 unsigned Opcode = MI->getOpcode();
/external/llvm/lib/Analysis/
H A DCostModel.cpp171 unsigned Opcode = BinOp->getOpcode();
218 else if (NextLevelBinOp->getOpcode() != Opcode)
282 Opcode = RdxStart->getOpcode();
318 unsigned RdxOpcode = RdxStart->getOpcode();
345 if (BinOp->getOpcode() != RdxOpcode)
382 switch (I->getOpcode()) {
389 return TTI->getCFInstrCost(I->getOpcode());
413 return TTI->getArithmeticInstrCost(I->getOpcode(), I->getType(), Op1VK,
419 return TTI->getCmpSelInstrCost(I->getOpcode(), I->getType(), CondTy);
424 return TTI->getCmpSelInstrCost(I->getOpcode(), ValT
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
H A DAlphaInstrInfo.cpp36 switch (MI->getOpcode()) {
55 switch (MI->getOpcode()) {
240 if (LastInst->getOpcode() == Alpha::BR) {
243 } else if (LastInst->getOpcode() == Alpha::COND_BRANCH_I ||
244 LastInst->getOpcode() == Alpha::COND_BRANCH_F) {
264 if ((SecondLastInst->getOpcode() == Alpha::COND_BRANCH_I ||
265 SecondLastInst->getOpcode() == Alpha::COND_BRANCH_F) &&
266 LastInst->getOpcode() == Alpha::BR) {
276 if (SecondLastInst->getOpcode() == Alpha::BR &&
277 LastInst->getOpcode()
[all...]
/external/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp182 switch (MI.getOpcode()) {
210 if (CmpI->getOpcode() == Lanai::SFSUB_F_RR &&
211 OI->getOpcode() == Lanai::SUB_R &&
218 if (((CmpI->getOpcode() == Lanai::SFSUB_F_RI_LO &&
219 OI->getOpcode() == Lanai::SUB_I_LO) ||
220 (CmpI->getOpcode() == Lanai::SFSUB_F_RI_HI &&
221 OI->getOpcode() == Lanai::SUB_I_HI)) &&
313 if (CmpInstr.getOpcode() == Lanai::SFSUB_F_RI_LO)
350 if (flagSettingOpcodeVariant(MI->getOpcode()) != Lanai::NOP) {
431 MI->setDesc(get(flagSettingOpcodeVariant(MI->getOpcode())));
[all...]

Completed in 260 milliseconds

1234567891011>>