/external/swiftshader/third_party/subzero/unittest/ |
D | IceParseInstsTest.cpp | 158 3, naclbitc::FUNC_CODE_INST_LOAD, 1, getEncAlignPower(0), 0, Terminator, in TEST() 177 3, naclbitc::FUNC_CODE_INST_LOAD, 1, getEncAlignZero(), 0, Terminator, in TEST() 190 3, naclbitc::FUNC_CODE_INST_LOAD, 1, getEncAlignPower(2), 0, Terminator, in TEST() 203 3, naclbitc::FUNC_CODE_INST_LOAD, 1, getEncAlignPower(29), 0, Terminator, in TEST() 216 3, naclbitc::FUNC_CODE_INST_LOAD, 1, getEncAlignPower(30), 0, Terminator, in TEST() 240 3, naclbitc::FUNC_CODE_INST_LOAD, 1, getEncAlignPower(0), 0, Terminator, in TEST() 259 3, naclbitc::FUNC_CODE_INST_LOAD, 1, getEncAlignZero(), 0, Terminator, in TEST() 273 3, naclbitc::FUNC_CODE_INST_LOAD, 1, getEncAlignPower(2), 0, Terminator, in TEST() 282 3, naclbitc::FUNC_CODE_INST_LOAD, 1, getEncAlignPower(29), 0, Terminator, in TEST() 296 3, naclbitc::FUNC_CODE_INST_LOAD, 1, getEncAlignPower(30), 0, Terminator, in TEST()
|
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 280 FUNC_CODE_INST_LOAD = 20, // LOAD: [opty, op, align, vol] enumerator
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 339 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-7.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 475 FUNC_CODE_INST_LOAD = 20, // LOAD: [opty, op, align, vol] enumerator
|
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 239 case bitc::FUNC_CODE_INST_LOAD: return "INST_LOAD"; in GetCodeName()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1198 Code = bitc::FUNC_CODE_INST_LOAD; in WriteInstruction() 1509 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_LOAD)); in WriteBlockInfo()
|
/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-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2798 Code = bitc::FUNC_CODE_INST_LOAD; in writeInstruction() 3201 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_LOAD)); in writeBlockInfo()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2599 case bitc::FUNC_CODE_INST_LOAD: { // LOAD: [opty, op, align, vol] in ParseFunctionBody()
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 2595 case naclbitc::FUNC_CODE_INST_LOAD: { in ProcessRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4290 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()
|