Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h380 FUNC_CODE_INST_LOAD = 20, // LOAD: [opty, op, align, vol] enumerator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2085 Code = bitc::FUNC_CODE_INST_LOAD; in WriteInstruction()
2638 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_LOAD)); in WriteBlockInfo()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4834 case bitc::FUNC_CODE_INST_LOAD: { // LOAD: [opty, op, align, vol] in parseFunctionBody()