Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h246 FUNC_CODE_INST_LOAD = 20, // LOAD: [opty, op, align, vol] enumerator
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp239 case bitc::FUNC_CODE_INST_LOAD: return "INST_LOAD"; in GetCodeName()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1136 Code = bitc::FUNC_CODE_INST_LOAD; in WriteInstruction()
1409 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_LOAD)); in WriteBlockInfo()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2515 case bitc::FUNC_CODE_INST_LOAD: { // LOAD: [opty, op, align, vol] in ParseFunctionBody()