Searched refs:FUNC_CODE_INST_CMP2 (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 293 FUNC_CODE_INST_CMP2 = 28, // CMP2: [opty, opval, opval, pred] enumerator
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 349 FUNC_CODE_INST_CMP2 = 28, // CMP2: [opval, opval, pred] enumerator
|
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 426 FUNC_CODE_INST_CMP2 = 28, // CMP2: [opty, opval, opval, pred] enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 488 FUNC_CODE_INST_CMP2 = 28, // CMP2: [opty, opval, opval, pred] enumerator
|
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 244 case bitc::FUNC_CODE_INST_CMP2: return "INST_CMP2"; in GetCodeName()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1075 Code = bitc::FUNC_CODE_INST_CMP2; in WriteInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2358 case bitc::FUNC_CODE_INST_CMP2: { // CMP2: [opty, opval, opval, pred] in ParseFunctionBody()
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 2356 case naclbitc::FUNC_CODE_INST_CMP2: { in ProcessRecord()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2374 Code = bitc::FUNC_CODE_INST_CMP2; in writeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2603 Code = bitc::FUNC_CODE_INST_CMP2; in writeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3812 case bitc::FUNC_CODE_INST_CMP2: { // CMP2: [opty, opval, opval, pred] in parseFunctionBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4800 case bitc::FUNC_CODE_INST_CMP2: { // CMP2: [opty, opval, opval, pred] in parseFunctionBody()
|