/third_party/glslang/SPIRV/ |
D | SPVRemapper.cpp | 60 const spv::Op opCode = asOpCode(word); in asOpCodeHash() local 132 const spv::Op opCode = asOpCode(typeStart); in typeSizeInWords() local 159 bool spirvbin_t::isStripOp(spv::Op opCode, unsigned start) const in isStripOp() 383 [&](spv::Op opCode, unsigned start) { in stripDebug() 396 [&](spv::Op opCode, unsigned start) { in stripDeadRefs() 439 [&](spv::Op opCode, unsigned start) { in buildLocalMaps() 536 spv::Op opCode = asOpCode(instructionStart); in processInstruction() local 768 const spv::Op opCode = asOpCode(start); in mapFnBodies() local 810 [&](spv::Op opCode, unsigned start) { in mapFnBodies() 878 [&](spv::Op opCode, unsigned start) { in forwardLoadStores() [all …]
|
D | disassemble.cpp | 175 Op opCode = (Op)(firstWord & OpCodeMask); in processInstructions() local 340 void SpirvStream::disassembleInstruction(Id resultId, Id /*typeId*/, Op opCode, int numOperands) in disassembleInstruction()
|
D | spvIR.h | 96 …Instruction(Id resultId, Id typeId, Op opCode) : resultId(resultId), typeId(typeId), opCode(opCode… in Instruction() 97 …explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullpt… in Instruction() 183 Op opCode; variable
|
D | SpvBuilder.cpp | 2601 void Builder::createNoResultOp(Op opCode) in createNoResultOp() 2608 void Builder::createNoResultOp(Op opCode, Id operand) in createNoResultOp() 2616 void Builder::createNoResultOp(Op opCode, const std::vector<Id>& operands) in createNoResultOp() 2626 void Builder::createNoResultOp(Op opCode, const std::vector<IdImmediate>& operands) in createNoResultOp() 2656 Id Builder::createUnaryOp(Op opCode, Id typeId, Id operand) in createUnaryOp() 2670 Id Builder::createBinOp(Op opCode, Id typeId, Id left, Id right) in createBinOp() 2687 Id Builder::createTriOp(Op opCode, Id typeId, Id op1, Id op2, Id op3) in createTriOp() 2708 Id Builder::createOp(Op opCode, Id typeId, const std::vector<Id>& operands) in createOp() 2718 Id Builder::createOp(Op opCode, Id typeId, const std::vector<IdImmediate>& operands) in createOp() 2732 Id Builder::createSpecConstantOp(Op opCode, Id typeId, const std::vector<Id>& operands, in createSpecConstantOp() [all …]
|
D | GlslangToSpv.cpp | 7797 spv::Op opCode = spv::OpNop; in createAtomicOperation() local 8006 spv::Op opCode = spv::OpNop; in createInvocationsOperation() local 8379 spv::Op opCode = spv::OpNop; in createSubgroupOperation() local 8617 spv::Op opCode = spv::OpNop; in createMiscOperation() local
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.cpp | 241 void SPIRVCodeGenerator::writeOpCode(SpvOp_ opCode, int length, OutputStream& out) { in writeOpCode() 310 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, OutputStream& out) { in writeInstruction() 314 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { in writeInstruction() 337 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, skstd::string_view string, in writeInstruction() 344 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, skstd::string_view string, in writeInstruction() 351 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() 359 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() 366 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() 374 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() 383 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCMIPeephole.cpp | 1000 static bool isSupportedCmpOp(unsigned opCode) { in isSupportedCmpOp() 1007 static bool is64bitCmpOp(unsigned opCode) { in is64bitCmpOp() 1012 static bool isSignedCmpOp(unsigned opCode) { in isSignedCmpOp() 1017 static unsigned getSignedCmpOpCode(unsigned opCode) { in getSignedCmpOpCode()
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | Precise_test.cpp | 124 spv::Op opCode; in ValidateDecorations() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCDuplexInfo.cpp | 1019 static bool isStoreInst(unsigned opCode) { in isStoreInst()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | glslang_wrapper_utils.cpp | 2972 spv::Op opCode; in resolveVariableIds() local 3023 spv::Op opCode; in transformInstruction() local 3922 spv::Op opCode; in transformInstruction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 1223 static MCInst makeCombineInst(int opCode, MCOperand &Rdd, MCOperand &MO1, in makeCombineInst()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 1227 const char* opCode; member 11446 const char* opCode; in createFloat16LogicalSet() member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 1227 const char* opCode; member 11446 const char* opCode; in createFloat16LogicalSet() member
|