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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1777 int Opc = GetDecodedBinaryOpcode(Record[0], CurTy); local
1778 if (Opc < 0) {
1785 if (Opc == Instruction::Add ||
1786 Opc == Instruction::Sub ||
1787 Opc == Instruction::Mul ||
1788 Opc == Instruction::Shl) {
1793 } else if (Opc == Instruction::SDiv ||
1794 Opc == Instruction::UDiv ||
1795 Opc == Instruction::LShr ||
1796 Opc
1808 int Opc = GetDecodedCastOpcode(Record[0]); local
2669 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); local
2701 int Opc = GetDecodedCastOpcode(Record[OpNum+1]); local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2070 int Opc = GetDecodedBinaryOpcode(Record[0], CurTy); local
2071 if (Opc < 0) {
2078 if (Opc == Instruction::Add ||
2079 Opc == Instruction::Sub ||
2080 Opc == Instruction::Mul ||
2081 Opc == Instruction::Shl) {
2086 } else if (Opc == Instruction::SDiv ||
2087 Opc == Instruction::UDiv ||
2088 Opc == Instruction::LShr ||
2089 Opc
2101 int Opc = GetDecodedCastOpcode(Record[0]); local
2930 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); local
2962 int Opc = GetDecodedCastOpcode(Record[OpNum+1]); local
[all...]

Completed in 339 milliseconds