Searched refs:IsPseudoMirOp (Results 1 – 11 of 11) sorted by relevance
291 static bool IsPseudoMirOp(Instruction::Code opcode) { in IsPseudoMirOp() function295 static bool IsPseudoMirOp(int opcode) { in IsPseudoMirOp() function300 …return !IsPseudoMirOp(opcode) && ((Instruction::FlagsOf(opcode) & Instruction::kInvoke) == Instruc… in IsInvoke()304 …return !IsPseudoMirOp(opcode) && ((Instruction::FlagsOf(opcode) & Instruction::kStore) == Instruct… in IsStore()308 …return !IsPseudoMirOp(opcode) && ((Instruction::FlagsOf(opcode) & Instruction::kLoad) == Instructi… in IsLoad()312 …return !IsPseudoMirOp(opcode) && (Instruction::FlagsOf(opcode) == (Instruction::kContinue | Instru… in IsConditionalBranch()319 …return !IsPseudoMirOp(opcode) && ((Instruction::FlagsOf(opcode) & Instruction::kRegCFieldOrConstan… in IsCFieldOrConstant()326 …return !IsPseudoMirOp(opcode) && ((Instruction::FlagsOf(opcode) & Instruction::kRegBFieldOrConstan… in IsBFieldOrConstant()330 …return !IsPseudoMirOp(opcode) && ((Instruction::FlagsOf(opcode) & Instruction::kCast) == Instructi… in IsCast()340 …return !IsPseudoMirOp(opcode) && ((Instruction::FlagsOf(opcode) & Instruction::kClobber) == Instru… in Clobbers()[all …]
141 if (MIR::DecodedInstruction::IsPseudoMirOp(mir->dalvikInsn.opcode)) { in FindMoveResult()894 if (MIR::DecodedInstruction::IsPseudoMirOp(tmir->dalvikInsn.opcode)) { in EliminateNullChecksAndInferTypes()1264 if (MIR::DecodedInstruction::IsPseudoMirOp(mir->dalvikInsn.opcode)) { in InlineSpecialMethods()
234 !MIR::DecodedInstruction::IsPseudoMirOp(insn->dalvikInsn.opcode)); in SplitBlock()249 if ((opcode == kMirOpCheck) || !MIR::DecodedInstruction::IsPseudoMirOp(opcode)) { in SplitBlock()938 !MIR::DecodedInstruction::IsPseudoMirOp(opcode) ? in DumpCFG()1245 if (MIR::DecodedInstruction::IsPseudoMirOp(opcode)) { in GetDalvikDisassembly()
254 int flags = MIR::DecodedInstruction::IsPseudoMirOp(opcode) ? in InferTypeAndSize()
905 if (MIR::DecodedInstruction::IsPseudoMirOp(mir->dalvikInsn.opcode)) { in AnalyzeBlock()
588 if (!MIR::DecodedInstruction::IsPseudoMirOp(opcode)) { in CanCompileMethod()
1087 if (!MIR::DecodedInstruction::IsPseudoMirOp(mir->dalvikInsn.opcode)) { in DoSSAConversion()
111 DCHECK(!MIR::DecodedInstruction::IsPseudoMirOp(invoke->dalvikInsn.opcode)); in GetInvokeReg()122 DCHECK(!MIR::DecodedInstruction::IsPseudoMirOp(invoke->dalvikInsn.opcode)); in WideArgIsInConsecutiveDalvikRegs()
1191 if (MIR::DecodedInstruction::IsPseudoMirOp(opcode)) { in MethodBlockCodeGen()
715 if (!IsPseudoMirOp(op_val)) { in ConvertMIRNode()1553 if (!IsPseudoMirOp(opcode)) { in HandlePhiNodes()1762 if (IsPseudoMirOp(opcode)) { in BlockBitcodeConversion()
930 if (MIR::DecodedInstruction::IsPseudoMirOp(opcode)) { in AnalyzeBB()