/external/swiftshader/third_party/subzero/unittest/ |
D | IceParseInstsTest.cpp | 321 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/ |
D | LLVMBitCodes.h | 287 FUNC_CODE_INST_STORE = 24, // STORE: [ptrty,ptr,val, align, vol] enumerator
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 343 FUNC_CODE_INST_STORE = 24, // STORE: [ptr, val, align] 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-7.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 513 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-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4346 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/ |
D | BitcodeReader.cpp | 2632 case bitc::FUNC_CODE_INST_STORE: { // STORE2:[ptrty, ptr, val, align, vol] in ParseFunctionBody()
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 2614 case naclbitc::FUNC_CODE_INST_STORE: { in ProcessRecord()
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2814 Code = bitc::FUNC_CODE_INST_STORE; in writeInstruction()
|