Searched refs:CST_CODE_CE_CMP (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 162 CST_CODE_CE_CMP = 17, // CE_CMP: [opty, opval, opval, pred] enumerator
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 165 CST_CODE_CE_CMP = 17, // Not used in PNaCl. enumerator
|
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 282 CST_CODE_CE_CMP = 17, // CE_CMP: [opty, opval, opval, pred] enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 335 CST_CODE_CE_CMP = 17, // CE_CMP: [opty, opval, opval, pred] enumerator
|
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 211 case bitc::CST_CODE_CE_CMP: return "CE_CMP"; in GetCodeName()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 935 Code = bitc::CST_CODE_CE_CMP; in WriteConstants()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1452 case bitc::CST_CODE_CE_CMP: { // CE_CMP: [opty, opval, opval, pred] in ParseConstants()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2202 Code = bitc::CST_CODE_CE_CMP; in writeConstants()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2431 Code = bitc::CST_CODE_CE_CMP; in writeConstants()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2492 case bitc::CST_CODE_CE_CMP: { // CE_CMP: [opty, opval, opval, pred] in parseConstants()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3216 case bitc::CST_CODE_CE_CMP: { // CE_CMP: [opty, opval, opval, pred] in parseConstants()
|