Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_CMP2 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h630 FUNC_CODE_INST_CMP2 = 28, // CMP2: [opty, opval, opval, pred] enumerator
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3214 Code = bitc::FUNC_CODE_INST_CMP2; in writeInstruction()
4112 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_CMP2)); in writeBlockInfo()
4122 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_CMP2)); in writeBlockInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2312 Code = bitc::FUNC_CODE_INST_CMP2; in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5507 case bitc::FUNC_CODE_INST_CMP2: { // CMP2: [opty, opval, opval, pred] in parseFunctionBody()