Searched refs:FUNC_CODE_INST_INSERTELT (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 265 FUNC_CODE_INST_INSERTELT = 7, // INSERTELT: [ty, opval, opval, opval] enumerator
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 325 FUNC_CODE_INST_INSERTELT = 7, // INSERTELT: [opval, opval, opval] enumerator
|
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 398 FUNC_CODE_INST_INSERTELT = 7, // INSERTELT: [ty, opval, opval, opval] enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 460 FUNC_CODE_INST_INSERTELT = 7, // INSERTELT: [ty, opval, opval, opval] enumerator
|
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 226 case bitc::FUNC_CODE_INST_INSERTELT: return "INST_INSERTELT"; in GetCodeName()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1061 Code = bitc::FUNC_CODE_INST_INSERTELT; in WriteInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2327 case bitc::FUNC_CODE_INST_INSERTELT: { // INSERTELT: [ty, opval,opval,opval] in ParseFunctionBody()
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 2322 case naclbitc::FUNC_CODE_INST_INSERTELT: { in ProcessRecord()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2360 Code = bitc::FUNC_CODE_INST_INSERTELT; in writeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2589 Code = bitc::FUNC_CODE_INST_INSERTELT; in writeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3776 case bitc::FUNC_CODE_INST_INSERTELT: { // INSERTELT: [ty, opval,opval,opval] in parseFunctionBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4764 case bitc::FUNC_CODE_INST_INSERTELT: { // INSERTELT: [ty, opval,opval,opval] in parseFunctionBody()
|