Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_VSELECT (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.h343 FUNC_CODE_INST_VSELECT = 29, // VSELECT: [opval, opval, pred] enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h522 FUNC_CODE_INST_VSELECT = 29, // VSELECT: [ty,opval,opval,predty,pred] enumerator
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c1062 FUNC_CODE_INST_VSELECT = 29, enumerator
3027 return emit_record_no_abbrev(&m->buf, FUNC_CODE_INST_VSELECT, in emit_select()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2256 case naclbitc::FUNC_CODE_INST_VSELECT: { in ProcessRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2670 Code = bitc::FUNC_CODE_INST_VSELECT; in writeInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4097 case bitc::FUNC_CODE_INST_VSELECT: {// VSELECT: [ty,opval,opval,predty,pred] in parseFunctionBody()