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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1765 int Opc = GetDecodedBinaryOpcode(Record[0], CurTy); local
1766 if (Opc < 0) {
1773 if (Opc == Instruction::Add ||
1774 Opc == Instruction::Sub ||
1775 Opc == Instruction::Mul ||
1776 Opc == Instruction::Shl) {
1781 } else if (Opc == Instruction::SDiv ||
1782 Opc == Instruction::UDiv ||
1783 Opc == Instruction::LShr ||
1784 Opc
1796 int Opc = GetDecodedCastOpcode(Record[0]); local
2657 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); local
2689 int Opc = GetDecodedCastOpcode(Record[OpNum+1]); local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2058 int Opc = GetDecodedBinaryOpcode(Record[0], CurTy); local
2059 if (Opc < 0) {
2066 if (Opc == Instruction::Add ||
2067 Opc == Instruction::Sub ||
2068 Opc == Instruction::Mul ||
2069 Opc == Instruction::Shl) {
2074 } else if (Opc == Instruction::SDiv ||
2075 Opc == Instruction::UDiv ||
2076 Opc == Instruction::LShr ||
2077 Opc
2089 int Opc = GetDecodedCastOpcode(Record[0]); local
2918 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); local
2950 int Opc = GetDecodedCastOpcode(Record[OpNum+1]); local
[all...]

Completed in 62 milliseconds