Searched refs:FUNC_CODE_INST_STORE (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 287 FUNC_CODE_INST_STORE = 24, // STORE: [ptrty,ptr,val, align, vol] enumerator
|
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 451 FUNC_CODE_INST_STORE = 44, // STORE: [ptrty,ptr,valty,val, align, vol] enumerator
|
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 241 case bitc::FUNC_CODE_INST_STORE: return "INST_STORE"; in GetCodeName()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1213 Code = bitc::FUNC_CODE_INST_STORE; in WriteInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2632 case bitc::FUNC_CODE_INST_STORE: { // STORE2:[ptrty, ptr, val, align, vol] in ParseFunctionBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5330 case bitc::FUNC_CODE_INST_STORE: in parseFunctionBody() 5335 (BitCode == bitc::FUNC_CODE_INST_STORE in parseFunctionBody()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2585 Code = bitc::FUNC_CODE_INST_STORE; in writeInstruction()
|