Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_CAST (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h313 FUNC_CODE_INST_CAST = 3, // CAST: [opval, destty, castopc] enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h488 FUNC_CODE_INST_CAST = 3, // CAST: [opcode, ty, opty, opval] enumerator
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c1047 FUNC_CODE_INST_CAST = 3, enumerator
1117 { LITERAL(FUNC_CODE_INST_CAST), VBR(6), TYPE_INDEX, FIXED(4) }, 4
3091 FUNC_CODE_INST_CAST, in emit_cast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2611 Code = bitc::FUNC_CODE_INST_CAST; in writeInstruction()
3394 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_CAST)); in writeBlockInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2241 case naclbitc::FUNC_CODE_INST_CAST: { in ProcessRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3925 case bitc::FUNC_CODE_INST_CAST: { // CAST: [opval, opty, destty, castopc] in parseFunctionBody()