Searched refs:FUNC_CODE_INST_ALLOCA (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 279 FUNC_CODE_INST_ALLOCA = 19, // ALLOCA: [instty, op, align] enumerator
|
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 412 FUNC_CODE_INST_ALLOCA = 19, // ALLOCA: [instty, opty, op, align] enumerator
|
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 238 case bitc::FUNC_CODE_INST_ALLOCA: return "INST_ALLOCA"; in GetCodeName()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1186 Code = bitc::FUNC_CODE_INST_ALLOCA; in WriteInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2586 case bitc::FUNC_CODE_INST_ALLOCA: { // ALLOCA: [instty, opty, op, align] in ParseFunctionBody()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2548 Code = bitc::FUNC_CODE_INST_ALLOCA; in writeInstruction()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5240 case bitc::FUNC_CODE_INST_ALLOCA: { // ALLOCA: [instty, opty, op, align] in parseFunctionBody()
|