Searched refs:CST_CODE_CE_SHUFVEC_EX (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 164 CST_CODE_CE_SHUFVEC_EX = 19, // SHUFVEC_EX: [opty, opval, opval, opval] enumerator
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 167 CST_CODE_CE_SHUFVEC_EX = 19, // Not used in PNaCl. enumerator
|
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 285 CST_CODE_CE_SHUFVEC_EX = 19, // SHUFVEC_EX: [opty, opval, opval, opval] enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 338 CST_CODE_CE_SHUFVEC_EX = 19, // SHUFVEC_EX: [opty, opval, opval, opval] enumerator
|
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 213 case bitc::CST_CODE_CE_SHUFVEC_EX: return "CE_SHUFVEC_EX"; in GetCodeName()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 926 Code = bitc::CST_CODE_CE_SHUFVEC_EX; in WriteConstants()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1438 case bitc::CST_CODE_CE_SHUFVEC_EX: { // [opty, opval, opval, opval] in ParseConstants()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2193 Code = bitc::CST_CODE_CE_SHUFVEC_EX; in writeConstants()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2422 Code = bitc::CST_CODE_CE_SHUFVEC_EX; in writeConstants()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2478 case bitc::CST_CODE_CE_SHUFVEC_EX: { // [opty, opval, opval, opval] in parseConstants()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3202 case bitc::CST_CODE_CE_SHUFVEC_EX: { // [opty, opval, opval, opval] in parseConstants()
|