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/ |
D | NaClLLVMBitCodes.h | 343 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/ |
D | LLVMBitCodes.h | 522 FUNC_CODE_INST_VSELECT = 29, // VSELECT: [ty,opval,opval,predty,pred] enumerator
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_module.c | 1062 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/ |
D | PNaClTranslator.cpp | 2256 case naclbitc::FUNC_CODE_INST_VSELECT: { in ProcessRecord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2670 Code = bitc::FUNC_CODE_INST_VSELECT; in writeInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4097 case bitc::FUNC_CODE_INST_VSELECT: {// VSELECT: [ty,opval,opval,predty,pred] in parseFunctionBody()
|