Home
last modified time | relevance | path

Searched refs:GetEncodedBinaryOpcode (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp96 static unsigned GetEncodedBinaryOpcode(unsigned Opcode) { in GetEncodedBinaryOpcode() function
950 Record.push_back(GetEncodedBinaryOpcode(CE->getOpcode())); in WriteConstants()
1083 Vals.push_back(GetEncodedBinaryOpcode(I.getOpcode())); in WriteInstruction()
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp81 static unsigned GetEncodedBinaryOpcode(unsigned Opcode) { in GetEncodedBinaryOpcode() function
948 Record.push_back(GetEncodedBinaryOpcode(CE->getOpcode())); in WriteConstants()
1081 Vals.push_back(GetEncodedBinaryOpcode(I.getOpcode())); in WriteInstruction()
/aosp12/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp81 static unsigned GetEncodedBinaryOpcode(unsigned Opcode) { in GetEncodedBinaryOpcode() function
981 Record.push_back(GetEncodedBinaryOpcode(CE->getOpcode())); in WriteConstants()
1114 Vals.push_back(GetEncodedBinaryOpcode(I.getOpcode())); in WriteInstruction()