Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/unittest/
DIceParseInstsTest.cpp91 3, naclbitc::FUNC_CODE_INST_ALLOCA, 1, getEncAlignPower(0), Terminator, in TEST()
112 3, naclbitc::FUNC_CODE_INST_ALLOCA, 1, getEncAlignZero(), Terminator, in TEST()
122 3, naclbitc::FUNC_CODE_INST_ALLOCA, 1, getEncAlignPower(30), Terminator, in TEST()
138 3, naclbitc::FUNC_CODE_INST_ALLOCA, 1, getEncAlignPower(29), Terminator, in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h279 FUNC_CODE_INST_ALLOCA = 19, // ALLOCA: [instty, op, align] enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h338 FUNC_CODE_INST_ALLOCA = 19, // ALLOCA: [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-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h474 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/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2576 case naclbitc::FUNC_CODE_INST_ALLOCA: { in ProcessRecord()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2548 Code = bitc::FUNC_CODE_INST_ALLOCA; in writeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2777 Code = bitc::FUNC_CODE_INST_ALLOCA; in writeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4252 case bitc::FUNC_CODE_INST_ALLOCA: { // ALLOCA: [instty, opty, op, align] in parseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5240 case bitc::FUNC_CODE_INST_ALLOCA: { // ALLOCA: [instty, opty, op, align] in parseFunctionBody()