Searched refs:FUNC_CODE_INST_LOAD (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/subzero/unittest/ |
D | IceParseInstsTest.cpp | 249 naclbitc::FUNC_CODE_INST_LOAD, in TEST() 281 naclbitc::FUNC_CODE_INST_LOAD, in TEST() 300 naclbitc::FUNC_CODE_INST_LOAD, in TEST() 319 naclbitc::FUNC_CODE_INST_LOAD, in TEST() 338 naclbitc::FUNC_CODE_INST_LOAD, in TEST() 402 naclbitc::FUNC_CODE_INST_LOAD, in TEST() 434 naclbitc::FUNC_CODE_INST_LOAD, in TEST() 453 naclbitc::FUNC_CODE_INST_LOAD, in TEST() 468 naclbitc::FUNC_CODE_INST_LOAD, in TEST() 487 naclbitc::FUNC_CODE_INST_LOAD, in TEST()
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 331 FUNC_CODE_INST_LOAD = 20, // LOAD: [op, align, ty] enumerator
|
/external/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 413 FUNC_CODE_INST_LOAD = 20, // LOAD: [opty, op, align, vol] enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 507 FUNC_CODE_INST_LOAD = 20, // LOAD: [opty, op, align, vol] enumerator
|
/external/llvm-project/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 519 FUNC_CODE_INST_LOAD = 20, // LOAD: [opty, op, align, vol] enumerator
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2569 Code = bitc::FUNC_CODE_INST_LOAD; in writeInstruction() 3039 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_LOAD)); in writeBlockInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2934 Code = bitc::FUNC_CODE_INST_LOAD; in writeInstruction() 3342 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_LOAD)); in writeBlockInfo()
|
/external/llvm-project/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 3012 Code = bitc::FUNC_CODE_INST_LOAD; in writeInstruction() 3420 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_LOAD)); in writeBlockInfo()
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 2595 case naclbitc::FUNC_CODE_INST_LOAD: { in ProcessRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4774 case bitc::FUNC_CODE_INST_LOAD: { // LOAD: [opty, op, align, vol] in parseFunctionBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5274 case bitc::FUNC_CODE_INST_LOAD: { // LOAD: [opty, op, align, vol] in parseFunctionBody()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4879 case bitc::FUNC_CODE_INST_LOAD: { // LOAD: [opty, op, align, vol] in parseFunctionBody()
|