Searched refs:FUNC_CODE_INST_EXTRACTELT (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 316 FUNC_CODE_INST_EXTRACTELT = 6, // EXTRACTELT: [opval, opval] enumerator
|
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 397 FUNC_CODE_INST_EXTRACTELT = 6, // EXTRACTELT: [opty, opval, opval] enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 491 FUNC_CODE_INST_EXTRACTELT = 6, // EXTRACTELT: [opty, opval, opval] enumerator
|
/external/llvm-project/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 503 FUNC_CODE_INST_EXTRACTELT = 6, // EXTRACTELT: [opty, opval, opval] enumerator
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 2300 case naclbitc::FUNC_CODE_INST_EXTRACTELT: { in ProcessRecord()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2355 Code = bitc::FUNC_CODE_INST_EXTRACTELT; in writeInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2680 Code = bitc::FUNC_CODE_INST_EXTRACTELT; in writeInstruction()
|
/external/llvm-project/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2758 Code = bitc::FUNC_CODE_INST_EXTRACTELT; in writeInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4129 case bitc::FUNC_CODE_INST_EXTRACTELT: { // EXTRACTELT: [opty, opval, opval] in parseFunctionBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4751 case bitc::FUNC_CODE_INST_EXTRACTELT: { // EXTRACTELT: [opty, opval, opval] in parseFunctionBody()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4229 case bitc::FUNC_CODE_INST_EXTRACTELT: { // EXTRACTELT: [opty, opval, opval] in parseFunctionBody()
|