Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_ALLOCA (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h279 FUNC_CODE_INST_ALLOCA = 19, // ALLOCA: [instty, op, align] enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h412 FUNC_CODE_INST_ALLOCA = 19, // ALLOCA: [instty, opty, op, align] enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp238 case bitc::FUNC_CODE_INST_ALLOCA: return "INST_ALLOCA"; in GetCodeName()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1186 Code = bitc::FUNC_CODE_INST_ALLOCA; in WriteInstruction()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2586 case bitc::FUNC_CODE_INST_ALLOCA: { // ALLOCA: [instty, opty, op, align] in ParseFunctionBody()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2548 Code = bitc::FUNC_CODE_INST_ALLOCA; in writeInstruction()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5240 case bitc::FUNC_CODE_INST_ALLOCA: { // ALLOCA: [instty, opty, op, align] in parseFunctionBody()