Searched refs:FUNC_CODE_INST_INSERTELT (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 317 FUNC_CODE_INST_INSERTELT = 7, // INSERTELT: [opval, opval, opval] enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 492 FUNC_CODE_INST_INSERTELT = 7, // INSERTELT: [ty, opval, opval, opval] enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 2322 case naclbitc::FUNC_CODE_INST_INSERTELT: { in ProcessRecord()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_module.c | 1051 FUNC_CODE_INST_INSERTELT = 7, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2685 Code = bitc::FUNC_CODE_INST_INSERTELT; in writeInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4143 case bitc::FUNC_CODE_INST_INSERTELT: { // INSERTELT: [ty, opval,opval,opval] in parseFunctionBody()
|