Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h660 USELIST_CODE_DEFAULT = 1, // DEFAULT: [index..., value-id] enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeAnalyzer.cpp392 case bitc::USELIST_CODE_DEFAULT: in GetCodeName()
HDBitcodeReader.cpp3756 case bitc::USELIST_CODE_DEFAULT: { in parseUseLists()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp3510 Code = bitc::USELIST_CODE_DEFAULT; in writeUseList()