Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/unittest/
DIceParseInstsTest.cpp321 3, naclbitc::FUNC_CODE_INST_STORE, 2, 1, getEncAlignPower(0), Terminator, in TEST()
342 3, naclbitc::FUNC_CODE_INST_STORE, 2, 1, getEncAlignZero(), Terminator, in TEST()
356 3, naclbitc::FUNC_CODE_INST_STORE, 2, 1, getEncAlignPower(2), Terminator, in TEST()
364 3, naclbitc::FUNC_CODE_INST_STORE, 2, 1, getEncAlignPower(3), Terminator, in TEST()
378 3, naclbitc::FUNC_CODE_INST_STORE, 2, 1, getEncAlignPower(29), Terminator, in TEST()
392 3, naclbitc::FUNC_CODE_INST_STORE, 2, 1, getEncAlignPower(30), Terminator, in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h287 FUNC_CODE_INST_STORE = 24, // STORE: [ptrty,ptr,val, align, vol] enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h343 FUNC_CODE_INST_STORE = 24, // STORE: [ptr, val, align] enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h451 FUNC_CODE_INST_STORE = 44, // STORE: [ptrty,ptr,valty,val, align, vol] enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h513 FUNC_CODE_INST_STORE = 44, // STORE: [ptrty,ptr,valty,val, align, vol] enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp241 case bitc::FUNC_CODE_INST_STORE: return "INST_STORE"; in GetCodeName()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1213 Code = bitc::FUNC_CODE_INST_STORE; in WriteInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4346 case bitc::FUNC_CODE_INST_STORE: in parseFunctionBody()
4351 (BitCode == bitc::FUNC_CODE_INST_STORE in parseFunctionBody()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2632 case bitc::FUNC_CODE_INST_STORE: { // STORE2:[ptrty, ptr, val, align, vol] in ParseFunctionBody()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2614 case naclbitc::FUNC_CODE_INST_STORE: { in ProcessRecord()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5330 case bitc::FUNC_CODE_INST_STORE: in parseFunctionBody()
5335 (BitCode == bitc::FUNC_CODE_INST_STORE in parseFunctionBody()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2585 Code = bitc::FUNC_CODE_INST_STORE; in writeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2814 Code = bitc::FUNC_CODE_INST_STORE; in writeInstruction()