Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h293 FUNC_CODE_INST_LOAD = 20, // LOAD: [opty, op, align, vol] enumerator
/trueos/contrib/llvm/tools/llvm-bcanalyzer/
HDllvm-bcanalyzer.cpp240 case bitc::FUNC_CODE_INST_LOAD: return "INST_LOAD"; in GetCodeName()
/trueos/contrib/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp1400 Code = bitc::FUNC_CODE_INST_LOAD; in WriteInstruction()
1716 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_LOAD)); in WriteBlockInfo()
/trueos/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp2780 case bitc::FUNC_CODE_INST_LOAD: { // LOAD: [opty, op, align, vol] in ParseFunctionBody()