Searched refs:FUNC_CODE_INST_CMP (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 319 FUNC_CODE_INST_CMP = 9, // Not used in PNaCl. Replaced by CMP2. enumerator
|
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 400 FUNC_CODE_INST_CMP = 9, // CMP: [opty, opval, opval, pred] enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 494 FUNC_CODE_INST_CMP = 9, // CMP: [opty, opval, opval, pred] enumerator
|
/external/llvm-project/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 506 FUNC_CODE_INST_CMP = 9, // CMP: [opty, opval, opval, pred] enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4177 case bitc::FUNC_CODE_INST_CMP: // CMP: [opty, opval, opval, pred] in parseFunctionBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4796 case bitc::FUNC_CODE_INST_CMP: // CMP: [opty, opval, opval, pred] in parseFunctionBody()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4279 case bitc::FUNC_CODE_INST_CMP: // CMP: [opty, opval, opval, pred] in parseFunctionBody()
|