Searched refs:Opc (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1411 int Opc = GetDecodedBinaryOpcode(Record[0], CurTy); local
1412 if (Opc < 0) {
1419 if (Opc == Instruction::Add ||
1420 Opc == Instruction::Sub ||
1421 Opc == Instruction::Mul ||
1422 Opc == Instruction::Shl) {
1427 } else if (Opc == Instruction::SDiv ||
1428 Opc == Instruction::UDiv ||
1429 Opc == Instruction::LShr ||
1430 Opc
1442 int Opc = GetDecodedCastOpcode(Record[0]); local
2289 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); local
2321 int Opc = GetDecodedCastOpcode(Record[OpNum+1]); local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1712 int Opc = GetDecodedBinaryOpcode(Record[0], CurTy); local
1713 if (Opc < 0) {
1720 if (Opc == Instruction::Add ||
1721 Opc == Instruction::Sub ||
1722 Opc == Instruction::Mul ||
1723 Opc == Instruction::Shl) {
1728 } else if (Opc == Instruction::SDiv ||
1729 Opc == Instruction::UDiv ||
1730 Opc == Instruction::LShr ||
1731 Opc
1743 int Opc = GetDecodedCastOpcode(Record[0]); local
2547 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); local
2579 int Opc = GetDecodedCastOpcode(Record[OpNum+1]); local
[all...]

Completed in 124 milliseconds