Searched refs:FUNC_CODE_INST_BINOP (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
H A D | NaClLLVMBitCodes.h | 308 FUNC_CODE_INST_BINOP = 2, // BINOP: [opval, opval, opcode] enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
H A D | LLVMBitCodes.h | 487 FUNC_CODE_INST_BINOP = 2, // BINOP: [opcode, ty, opval, opval] enumerator
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_module.c | 1046 FUNC_CODE_INST_BINOP = 2, enumerator 1110 { LITERAL(FUNC_CODE_INST_BINOP), VBR(6), VBR(6), FIXED(4) }, 4 1113 { LITERAL(FUNC_CODE_INST_BINOP), VBR(6), VBR(6), FIXED(4), 3035 FUNC_CODE_INST_BINOP, in emit_binop() 3045 FUNC_CODE_INST_BINOP, in emit_binop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 2618 Code = bitc::FUNC_CODE_INST_BINOP; in writeInstruction() 3373 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_BINOP)); in writeBlockInfo() 3383 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_BINOP)); in writeBlockInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | PNaClTranslator.cpp | 2211 case naclbitc::FUNC_CODE_INST_BINOP: { in ProcessRecord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 3888 case bitc::FUNC_CODE_INST_BINOP: { // BINOP: [opval, ty, opval, opcode] in parseFunctionBody()
|
Completed in 30 milliseconds