Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_EXTRACTELT (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h264 FUNC_CODE_INST_EXTRACTELT = 6, // EXTRACTELT: [opty, opval, opval] enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h397 FUNC_CODE_INST_EXTRACTELT = 6, // EXTRACTELT: [opty, opval, opval] enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp225 case bitc::FUNC_CODE_INST_EXTRACTELT: return "INST_EXTRACTELT"; in GetCodeName()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1056 Code = bitc::FUNC_CODE_INST_EXTRACTELT; in WriteInstruction()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2316 case bitc::FUNC_CODE_INST_EXTRACTELT: { // EXTRACTELT: [opty, opval, opval] in ParseFunctionBody()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2355 Code = bitc::FUNC_CODE_INST_EXTRACTELT; in writeInstruction()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4751 case bitc::FUNC_CODE_INST_EXTRACTELT: { // EXTRACTELT: [opty, opval, opval] in parseFunctionBody()