/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MicroMipsSizeReduction.cpp | 196 static bool ReplaceInstruction(MachineInstr *MI, const ReduceEntry &Entry, 451 return ReplaceInstruction(MI, Entry); in ReduceXWtoXWSP() 491 return ReplaceInstruction(MI1, Entry, MI2, ConsecutiveForward); in ReduceXWtoXWP() 505 return ReplaceInstruction(MI, Entry); in ReduceArithmeticInstructions() 520 return ReplaceInstruction(MI, Entry); in ReduceADDIUToADDIUR1SP() 538 return ReplaceInstruction(MI, Entry); in ReduceADDIUToADDIUSP() 553 return ReplaceInstruction(MI, Entry); in ReduceLXUtoLXU16() 568 return ReplaceInstruction(MI, Entry); in ReduceSXtoSX16() 651 return ReplaceInstruction(MI1, Entry, MI2, ConsecutiveForward); in ReduceMoveToMovep() 668 return ReplaceInstruction(MI, Entry); in ReduceXORtoXOR16() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | replace_invalid_opc.cpp | 100 ReplaceInstruction(inst, nullptr, 0, 0); in RewriteFunction() 124 ReplaceInstruction(inst, source, line_number, col_number); in RewriteFunction() 161 void ReplaceInvalidOpcodePass::ReplaceInstruction(Instruction* inst, in ReplaceInstruction() function in spvtools::opt::ReplaceInvalidOpcodePass
|
D | replace_invalid_opc.h | 52 void ReplaceInstruction(Instruction* inst, const char* source,
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | replace_invalid_opc.cpp | 100 ReplaceInstruction(inst, nullptr, 0, 0); in RewriteFunction() 124 ReplaceInstruction(inst, source, line_number, col_number); in RewriteFunction() 161 void ReplaceInvalidOpcodePass::ReplaceInstruction(Instruction* inst, in ReplaceInstruction() function in spvtools::opt::ReplaceInvalidOpcodePass
|
D | replace_invalid_opc.h | 52 void ReplaceInstruction(Instruction* inst, const char* source,
|
/third_party/spirv-tools/source/opt/ |
D | replace_invalid_opc.cpp | 100 ReplaceInstruction(inst, nullptr, 0, 0); in RewriteFunction() 114 ReplaceInstruction(inst, source, line_number, col_number); in RewriteFunction() 151 void ReplaceInvalidOpcodePass::ReplaceInstruction(Instruction* inst, in ReplaceInstruction() function in spvtools::opt::ReplaceInvalidOpcodePass
|
D | replace_invalid_opc.h | 52 void ReplaceInstruction(Instruction* inst, const char* source,
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | replace_invalid_opc_test.cpp | 30 TEST_F(ReplaceInvalidOpcodeTest, ReplaceInstruction) { in TEST_F() argument
|
/third_party/spirv-tools/test/opt/ |
D | replace_invalid_opc_test.cpp | 30 TEST_F(ReplaceInvalidOpcodeTest, ReplaceInstruction) { in TEST_F() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | replace_invalid_opc_test.cpp | 30 TEST_F(ReplaceInvalidOpcodeTest, ReplaceInstruction) { in TEST_F() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonAsmBackend.cpp | 47 void ReplaceInstruction(MCCodeEmitter &E, MCRelaxableFragment &RF, in ReplaceInstruction() function in __anon3f8fa2e10111::HexagonAsmBackend 748 ReplaceInstruction(Asm.getEmitter(), RF, Inst); in finishLayout()
|