Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_BINOP (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h260 FUNC_CODE_INST_BINOP = 2, // BINOP: [opcode, ty, opval, opval] enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h393 FUNC_CODE_INST_BINOP = 2, // BINOP: [opcode, ty, opval, opval] enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp220 case bitc::FUNC_CODE_INST_BINOP: return "INST_BINOP"; in GetCodeName()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1011 Code = bitc::FUNC_CODE_INST_BINOP; in WriteInstruction()
1519 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_BINOP)); in WriteBlockInfo()
1529 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_BINOP)); in WriteBlockInfo()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2309 Code = bitc::FUNC_CODE_INST_BINOP; in writeInstruction()
3051 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_BINOP)); in writeBlockInfo()
3061 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_BINOP)); in writeBlockInfo()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2161 case bitc::FUNC_CODE_INST_BINOP: { // BINOP: [opval, ty, opval, opcode] in ParseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4517 case bitc::FUNC_CODE_INST_BINOP: { // BINOP: [opval, ty, opval, opcode] in parseFunctionBody()