Searched refs:FUNC_CODE_INST_INSERTELT (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 317 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-10.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 492 FUNC_CODE_INST_INSERTELT = 7, // INSERTELT: [ty, opval, opval, opval] enumerator
|
/external/llvm-project/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 504 FUNC_CODE_INST_INSERTELT = 7, // INSERTELT: [ty, opval, opval, opval] enumerator
|
/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-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2685 Code = bitc::FUNC_CODE_INST_INSERTELT; in writeInstruction()
|
/external/llvm-project/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2763 Code = bitc::FUNC_CODE_INST_INSERTELT; in writeInstruction()
|
/external/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()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4764 case bitc::FUNC_CODE_INST_INSERTELT: { // INSERTELT: [ty, opval,opval,opval] in parseFunctionBody()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4243 case bitc::FUNC_CODE_INST_INSERTELT: { // INSERTELT: [ty, opval,opval,opval] in parseFunctionBody()
|