Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_CMP (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h267 FUNC_CODE_INST_CMP = 9, // CMP: [opty, opval, opval, pred] enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h327 FUNC_CODE_INST_CMP = 9, // Not used in PNaCl. Replaced by CMP2. enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h400 FUNC_CODE_INST_CMP = 9, // CMP: [opty, opval, opval, pred] enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h462 FUNC_CODE_INST_CMP = 9, // CMP: [opty, opval, opval, pred] enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp228 case bitc::FUNC_CODE_INST_CMP: return "INST_CMP"; in GetCodeName()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2354 case bitc::FUNC_CODE_INST_CMP: // CMP: [opty, opval, opval, pred] in ParseFunctionBody()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3808 case bitc::FUNC_CODE_INST_CMP: // CMP: [opty, opval, opval, pred] in parseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4796 case bitc::FUNC_CODE_INST_CMP: // CMP: [opty, opval, opval, pred] in parseFunctionBody()