Home
last modified time | relevance | path

Searched refs:ReplaceInstruction (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMicroMipsSizeReduction.cpp196 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/
Dreplace_invalid_opc.cpp100 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
Dreplace_invalid_opc.h52 void ReplaceInstruction(Instruction* inst, const char* source,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dreplace_invalid_opc.cpp100 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
Dreplace_invalid_opc.h52 void ReplaceInstruction(Instruction* inst, const char* source,
/third_party/spirv-tools/source/opt/
Dreplace_invalid_opc.cpp100 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
Dreplace_invalid_opc.h52 void ReplaceInstruction(Instruction* inst, const char* source,
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dreplace_invalid_opc_test.cpp30 TEST_F(ReplaceInvalidOpcodeTest, ReplaceInstruction) { in TEST_F() argument
/third_party/spirv-tools/test/opt/
Dreplace_invalid_opc_test.cpp30 TEST_F(ReplaceInvalidOpcodeTest, ReplaceInstruction) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dreplace_invalid_opc_test.cpp30 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/
DHexagonAsmBackend.cpp47 void ReplaceInstruction(MCCodeEmitter &E, MCRelaxableFragment &RF, in ReplaceInstruction() function in __anon3f8fa2e10111::HexagonAsmBackend
748 ReplaceInstruction(Asm.getEmitter(), RF, Inst); in finishLayout()