Home
last modified time | relevance | path

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/
DNaClLLVMBitCodes.h317 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/
DLLVMBitCodes.h492 FUNC_CODE_INST_INSERTELT = 7, // INSERTELT: [ty, opval, opval, opval] enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2322 case naclbitc::FUNC_CODE_INST_INSERTELT: { in ProcessRecord()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c1051 FUNC_CODE_INST_INSERTELT = 7, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2685 Code = bitc::FUNC_CODE_INST_INSERTELT; in writeInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4143 case bitc::FUNC_CODE_INST_INSERTELT: { // INSERTELT: [ty, opval,opval,opval] in parseFunctionBody()