Home
last modified time | relevance | path

Searched refs:EmitInstruction (Results 1 – 25 of 958) sorted by relevance

12345678910>>...39

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/r600/sfn/
H A Dsfn_emitinstruction.cpp33 EmitInstruction::EmitInstruction(ShaderFromNirProcessor& processor): in EmitInstruction() function in r600::EmitInstruction
39 EmitInstruction::~EmitInstruction() in ~EmitInstruction()
43 bool EmitInstruction::emit(nir_instr* instr) in emit()
78 void EmitInstruction::emit_instruction(Instruction *ir) in emit_instruction()
91 EmitInstruction::get_deref_location(const nir_src& v) const in get_deref_location()
112 void EmitInstruction::load_uniform(const nir_alu_src& src) in load_uniform()
122 int EmitInstruction::allocate_temp_register() in allocate_temp_register()
141 PValue EmitInstruction::get_temp_register(int channel) in get_temp_register()
146 GPRVector EmitInstruction::get_temp_vec4() in get_temp_vec4()
161 PValue EmitInstruction::literal(uint32_t value) in literal()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_emitinstruction.cpp33 EmitInstruction::EmitInstruction(ShaderFromNirProcessor& processor): in EmitInstruction() function in r600::EmitInstruction
39 EmitInstruction::~EmitInstruction() in ~EmitInstruction()
43 bool EmitInstruction::emit(nir_instr* instr) in emit()
78 void EmitInstruction::emit_instruction(Instruction *ir) in emit_instruction()
83 void EmitInstruction::emit_instruction(AluInstruction *ir) in emit_instruction()
96 EmitInstruction::get_deref_location(const nir_src& v) const in get_deref_location()
112 PGPRValue EmitInstruction::get_temp_register(int channel) in get_temp_register()
132 PValue EmitInstruction::literal(uint32_t value) in literal()
148 int EmitInstruction::remap_atomic_base(int base) in remap_atomic_base()
153 void EmitInstruction::set_has_txs_cube_array_comp() in set_has_txs_cube_array_comp()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_emitinstruction.cpp33 EmitInstruction::EmitInstruction(ShaderFromNirProcessor& processor): in EmitInstruction() function in r600::EmitInstruction
39 EmitInstruction::~EmitInstruction() in ~EmitInstruction()
43 bool EmitInstruction::emit(nir_instr* instr) in emit()
78 void EmitInstruction::emit_instruction(Instruction *ir) in emit_instruction()
83 void EmitInstruction::emit_instruction(AluInstruction *ir) in emit_instruction()
96 EmitInstruction::get_deref_location(const nir_src& v) const in get_deref_location()
112 PGPRValue EmitInstruction::get_temp_register(int channel) in get_temp_register()
132 PValue EmitInstruction::literal(uint32_t value) in literal()
148 int EmitInstruction::remap_atomic_base(int base) in remap_atomic_base()
153 void EmitInstruction::set_has_txs_cube_array_comp() in set_has_txs_cube_array_comp()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_emitinstruction.cpp33 EmitInstruction::EmitInstruction(ShaderFromNirProcessor& processor): in EmitInstruction() function in r600::EmitInstruction
39 EmitInstruction::~EmitInstruction() in ~EmitInstruction()
43 bool EmitInstruction::emit(nir_instr* instr) in emit()
78 void EmitInstruction::emit_instruction(Instruction *ir) in emit_instruction()
83 void EmitInstruction::emit_instruction(AluInstruction *ir) in emit_instruction()
96 EmitInstruction::get_deref_location(const nir_src& v) const in get_deref_location()
112 PGPRValue EmitInstruction::get_temp_register(int channel) in get_temp_register()
132 PValue EmitInstruction::literal(uint32_t value) in literal()
148 int EmitInstruction::remap_atomic_base(int base) in remap_atomic_base()
153 void EmitInstruction::set_has_txs_cube_array_comp() in set_has_txs_cube_array_comp()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_emitinstruction.cpp33 EmitInstruction::EmitInstruction(ShaderFromNirProcessor& processor): in EmitInstruction() function in r600::EmitInstruction
39 EmitInstruction::~EmitInstruction() in ~EmitInstruction()
43 bool EmitInstruction::emit(nir_instr* instr) in emit()
78 void EmitInstruction::emit_instruction(Instruction *ir) in emit_instruction()
83 void EmitInstruction::emit_instruction(AluInstruction *ir) in emit_instruction()
96 EmitInstruction::get_deref_location(const nir_src& v) const in get_deref_location()
112 PGPRValue EmitInstruction::get_temp_register(int channel) in get_temp_register()
132 PValue EmitInstruction::literal(uint32_t value) in literal()
148 int EmitInstruction::remap_atomic_base(int base) in remap_atomic_base()
153 void EmitInstruction::set_has_txs_cube_array_comp() in set_has_txs_cube_array_comp()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_emitinstruction.cpp33 EmitInstruction::EmitInstruction(ShaderFromNirProcessor& processor): in EmitInstruction() function in r600::EmitInstruction
39 EmitInstruction::~EmitInstruction() in ~EmitInstruction()
43 bool EmitInstruction::emit(nir_instr* instr) in emit()
78 void EmitInstruction::emit_instruction(Instruction *ir) in emit_instruction()
83 void EmitInstruction::emit_instruction(AluInstruction *ir) in emit_instruction()
96 EmitInstruction::get_deref_location(const nir_src& v) const in get_deref_location()
112 PGPRValue EmitInstruction::get_temp_register(int channel) in get_temp_register()
132 PValue EmitInstruction::literal(uint32_t value) in literal()
148 int EmitInstruction::remap_atomic_base(int base) in remap_atomic_base()
153 void EmitInstruction::set_has_txs_cube_array_comp() in set_has_txs_cube_array_comp()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_emitinstruction.cpp33 EmitInstruction::EmitInstruction(ShaderFromNirProcessor& processor): in EmitInstruction() function in r600::EmitInstruction
39 EmitInstruction::~EmitInstruction() in ~EmitInstruction()
43 bool EmitInstruction::emit(nir_instr* instr) in emit()
78 void EmitInstruction::emit_instruction(Instruction *ir) in emit_instruction()
83 void EmitInstruction::emit_instruction(AluInstruction *ir) in emit_instruction()
96 EmitInstruction::get_deref_location(const nir_src& v) const in get_deref_location()
112 PGPRValue EmitInstruction::get_temp_register(int channel) in get_temp_register()
132 PValue EmitInstruction::literal(uint32_t value) in literal()
148 int EmitInstruction::remap_atomic_base(int base) in remap_atomic_base()
153 void EmitInstruction::set_has_txs_cube_array_comp() in set_has_txs_cube_array_comp()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_emitinstruction.cpp33 EmitInstruction::EmitInstruction(ShaderFromNirProcessor& processor): in EmitInstruction() function in r600::EmitInstruction
39 EmitInstruction::~EmitInstruction() in ~EmitInstruction()
43 bool EmitInstruction::emit(nir_instr* instr) in emit()
78 void EmitInstruction::emit_instruction(Instruction *ir) in emit_instruction()
83 void EmitInstruction::emit_instruction(AluInstruction *ir) in emit_instruction()
96 EmitInstruction::get_deref_location(const nir_src& v) const in get_deref_location()
112 PGPRValue EmitInstruction::get_temp_register(int channel) in get_temp_register()
132 PValue EmitInstruction::literal(uint32_t value) in literal()
148 int EmitInstruction::remap_atomic_base(int base) in remap_atomic_base()
153 void EmitInstruction::set_has_txs_cube_array_comp() in set_has_txs_cube_array_comp()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_emitinstruction.cpp33 EmitInstruction::EmitInstruction(ShaderFromNirProcessor& processor): in EmitInstruction() function in r600::EmitInstruction
39 EmitInstruction::~EmitInstruction() in ~EmitInstruction()
43 bool EmitInstruction::emit(nir_instr* instr) in emit()
78 void EmitInstruction::emit_instruction(Instruction *ir) in emit_instruction()
83 void EmitInstruction::emit_instruction(AluInstruction *ir) in emit_instruction()
96 EmitInstruction::get_deref_location(const nir_src& v) const in get_deref_location()
112 PGPRValue EmitInstruction::get_temp_register(int channel) in get_temp_register()
132 PValue EmitInstruction::literal(uint32_t value) in literal()
148 int EmitInstruction::remap_atomic_base(int base) in remap_atomic_base()
153 void EmitInstruction::set_has_txs_cube_array_comp() in set_has_txs_cube_array_comp()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/r600/sfn/
H A Dsfn_emitinstruction.cpp33 EmitInstruction::EmitInstruction(ShaderFromNirProcessor& processor): in EmitInstruction() function in r600::EmitInstruction
39 EmitInstruction::~EmitInstruction() in ~EmitInstruction()
43 bool EmitInstruction::emit(nir_instr* instr) in emit()
78 void EmitInstruction::emit_instruction(Instruction *ir) in emit_instruction()
83 void EmitInstruction::emit_instruction(AluInstruction *ir) in emit_instruction()
96 EmitInstruction::get_deref_location(const nir_src& v) const in get_deref_location()
112 PGPRValue EmitInstruction::get_temp_register(int channel) in get_temp_register()
132 PValue EmitInstruction::literal(uint32_t value) in literal()
148 int EmitInstruction::remap_atomic_base(int base) in remap_atomic_base()
153 void EmitInstruction::set_has_txs_cube_array_comp() in set_has_txs_cube_array_comp()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_emitinstruction.cpp33 EmitInstruction::EmitInstruction(ShaderFromNirProcessor& processor): in EmitInstruction() function in r600::EmitInstruction
39 EmitInstruction::~EmitInstruction() in ~EmitInstruction()
43 bool EmitInstruction::emit(nir_instr* instr) in emit()
78 void EmitInstruction::emit_instruction(Instruction *ir) in emit_instruction()
83 void EmitInstruction::emit_instruction(AluInstruction *ir) in emit_instruction()
96 EmitInstruction::get_deref_location(const nir_src& v) const in get_deref_location()
112 PGPRValue EmitInstruction::get_temp_register(int channel) in get_temp_register()
132 PValue EmitInstruction::literal(uint32_t value) in literal()
148 int EmitInstruction::remap_atomic_base(int base) in remap_atomic_base()
153 void EmitInstruction::set_has_txs_cube_array_comp() in set_has_txs_cube_array_comp()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/X86/AsmParser/
H A DX86AsmInstrumentation.cpp253 EmitInstruction(Out, Inst); in EmitLEA()
558 EmitInstruction( in InstrumentMemOperandPrologue()
617 EmitInstruction( in EmitCallAsanReport()
657 EmitInstruction(Out, Inst); in InstrumentMemOperandSmall()
660 EmitInstruction( in InstrumentMemOperandSmall()
693 EmitInstruction( in InstrumentMemOperandSmall()
753 EmitInstruction( in InstrumentMOVSImpl()
816 EmitInstruction( in InstrumentMemOperandPrologue()
934 EmitInstruction( in InstrumentMemOperandSmall()
967 EmitInstruction( in InstrumentMemOperandSmall()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/X86/AsmParser/
H A DX86AsmInstrumentation.cpp253 EmitInstruction(Out, Inst); in EmitLEA()
558 EmitInstruction( in InstrumentMemOperandPrologue()
617 EmitInstruction( in EmitCallAsanReport()
657 EmitInstruction(Out, Inst); in InstrumentMemOperandSmall()
660 EmitInstruction( in InstrumentMemOperandSmall()
693 EmitInstruction( in InstrumentMemOperandSmall()
753 EmitInstruction( in InstrumentMOVSImpl()
816 EmitInstruction( in InstrumentMemOperandPrologue()
934 EmitInstruction( in InstrumentMemOperandSmall()
967 EmitInstruction( in InstrumentMemOperandSmall()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/torque/
H A Dcc-generator.cc46 EmitInstruction(GotoInstruction{cfg_.start()}, &parameters); in EmitGraph()
83 TorqueCodeGenerator::EmitInstruction(instruction, &stack); in EmitBlock()
98 void CCGenerator::EmitInstruction( in EmitInstruction() function in v8::internal::torque::CCGenerator
104 void CCGenerator::EmitInstruction( in EmitInstruction() function in v8::internal::torque::CCGenerator
110 void CCGenerator::EmitInstruction( in EmitInstruction() function in v8::internal::torque::CCGenerator
248 void CCGenerator::EmitInstruction( in EmitInstruction() function in v8::internal::torque::CCGenerator
259 void CCGenerator::EmitInstruction( in EmitInstruction() function in v8::internal::torque::CCGenerator
270 void CCGenerator::EmitInstruction(const BranchInstruction& instruction, in EmitInstruction() function in v8::internal::torque::CCGenerator
302 void CCGenerator::EmitInstruction(const GotoInstruction& instruction, in EmitInstruction() function in v8::internal::torque::CCGenerator
317 void CCGenerator::EmitInstruction( in EmitInstruction() function in v8::internal::torque::CCGenerator
[all …]
H A Dtorque-code-generator.cc25 void TorqueCodeGenerator::EmitInstruction(const Instruction& instruction, in EmitInstruction() function in v8::internal::torque::TorqueCodeGenerator
36 return EmitInstruction(instruction.Cast<T>(), stack); in EmitInstruction()
42 void TorqueCodeGenerator::EmitInstruction(const PeekInstruction& instruction, in EmitInstruction() function in v8::internal::torque::TorqueCodeGenerator
47 void TorqueCodeGenerator::EmitInstruction(const PokeInstruction& instruction, in EmitInstruction() function in v8::internal::torque::TorqueCodeGenerator
53 void TorqueCodeGenerator::EmitInstruction( in EmitInstruction() function in v8::internal::torque::TorqueCodeGenerator
/dports/lang/v8/v8-9.6.180.12/src/torque/
H A Dcc-generator.cc30 EmitInstruction(GotoInstruction{cfg_.start()}, &parameters); in EmitGraph()
69 TorqueCodeGenerator::EmitInstruction(instruction, &stack); in EmitBlock()
84 void CCGenerator::EmitInstruction( in EmitInstruction() function in v8::internal::torque::CCGenerator
90 void CCGenerator::EmitInstruction( in EmitInstruction() function in v8::internal::torque::CCGenerator
96 void CCGenerator::EmitInstruction( in EmitInstruction() function in v8::internal::torque::CCGenerator
257 void CCGenerator::EmitInstruction( in EmitInstruction() function in v8::internal::torque::CCGenerator
273 void CCGenerator::EmitInstruction( in EmitInstruction() function in v8::internal::torque::CCGenerator
284 void CCGenerator::EmitInstruction(const BranchInstruction& instruction, in EmitInstruction() function in v8::internal::torque::CCGenerator
316 void CCGenerator::EmitInstruction(const GotoInstruction& instruction, in EmitInstruction() function in v8::internal::torque::CCGenerator
331 void CCGenerator::EmitInstruction( in EmitInstruction() function in v8::internal::torque::CCGenerator
[all …]
H A Dtorque-code-generator.cc27 void TorqueCodeGenerator::EmitInstruction(const Instruction& instruction, in EmitInstruction() function in v8::internal::torque::TorqueCodeGenerator
41 return EmitInstruction(instruction.Cast<T>(), stack); in EmitInstruction()
47 void TorqueCodeGenerator::EmitInstruction(const PeekInstruction& instruction, in EmitInstruction() function in v8::internal::torque::TorqueCodeGenerator
52 void TorqueCodeGenerator::EmitInstruction(const PokeInstruction& instruction, in EmitInstruction() function in v8::internal::torque::TorqueCodeGenerator
58 void TorqueCodeGenerator::EmitInstruction( in EmitInstruction() function in v8::internal::torque::TorqueCodeGenerator
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp54 void EmitInstruction(const MachineInstr *MI) override;
158 OutStreamer->EmitInstruction(MCInstBuilder(Lanai::ADD_I_LO) in emitCallInstruction()
166 OutStreamer->EmitInstruction(MCInstBuilder(Lanai::SW_RI) in emitCallInstruction()
178 OutStreamer->EmitInstruction(TmpInst, STI); in emitCallInstruction()
180 OutStreamer->EmitInstruction(MCInstBuilder(Lanai::ADD_R) in emitCallInstruction()
194 OutStreamer->EmitInstruction(TmpInst, STI); in customEmitInstruction()
197 void LanaiAsmPrinter::EmitInstruction(const MachineInstr *MI) { in EmitInstruction() function in LanaiAsmPrinter
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp54 void EmitInstruction(const MachineInstr *MI) override;
159 OutStreamer->EmitInstruction(MCInstBuilder(Lanai::ADD_I_LO) in emitCallInstruction()
167 OutStreamer->EmitInstruction(MCInstBuilder(Lanai::SW_RI) in emitCallInstruction()
179 OutStreamer->EmitInstruction(TmpInst, STI); in emitCallInstruction()
181 OutStreamer->EmitInstruction(MCInstBuilder(Lanai::ADD_R) in emitCallInstruction()
195 OutStreamer->EmitInstruction(TmpInst, STI); in customEmitInstruction()
198 void LanaiAsmPrinter::EmitInstruction(const MachineInstr *MI) { in EmitInstruction() function in LanaiAsmPrinter
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp54 void EmitInstruction(const MachineInstr *MI) override;
159 OutStreamer->EmitInstruction(MCInstBuilder(Lanai::ADD_I_LO) in emitCallInstruction()
167 OutStreamer->EmitInstruction(MCInstBuilder(Lanai::SW_RI) in emitCallInstruction()
179 OutStreamer->EmitInstruction(TmpInst, STI); in emitCallInstruction()
181 OutStreamer->EmitInstruction(MCInstBuilder(Lanai::ADD_R) in emitCallInstruction()
195 OutStreamer->EmitInstruction(TmpInst, STI); in customEmitInstruction()
198 void LanaiAsmPrinter::EmitInstruction(const MachineInstr *MI) { in EmitInstruction() function in LanaiAsmPrinter
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/torque/
H A Dcsa-generator.cc40 EmitInstruction(GotoInstruction{cfg_.start()}, &parameters); in EmitGraph()
85 EmitInstruction(instruction, &stack); in EmitBlock()
115 void CSAGenerator::EmitInstruction(const Instruction& instruction, in EmitInstruction() function in v8::internal::torque::CSAGenerator
126 return EmitInstruction(instruction.Cast<T>(), stack); in EmitInstruction()
148 void CSAGenerator::EmitInstruction( in EmitInstruction() function in v8::internal::torque::CSAGenerator
160 void CSAGenerator::EmitInstruction( in EmitInstruction() function in v8::internal::torque::CSAGenerator
170 void CSAGenerator::EmitInstruction( in EmitInstruction() function in v8::internal::torque::CSAGenerator
383 void CSAGenerator::EmitInstruction( in EmitInstruction() function in v8::internal::torque::CSAGenerator
554 void CSAGenerator::EmitInstruction( in EmitInstruction() function in v8::internal::torque::CSAGenerator
727 void CSAGenerator::EmitInstruction( in EmitInstruction() function in v8::internal::torque::CSAGenerator
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp54 void EmitInstruction(const MachineInstr *MI) override;
158 OutStreamer->EmitInstruction(MCInstBuilder(Lanai::ADD_I_LO) in emitCallInstruction()
166 OutStreamer->EmitInstruction(MCInstBuilder(Lanai::SW_RI) in emitCallInstruction()
178 OutStreamer->EmitInstruction(TmpInst, STI); in emitCallInstruction()
180 OutStreamer->EmitInstruction(MCInstBuilder(Lanai::ADD_R) in emitCallInstruction()
194 OutStreamer->EmitInstruction(TmpInst, STI); in customEmitInstruction()
197 void LanaiAsmPrinter::EmitInstruction(const MachineInstr *MI) { in EmitInstruction() function in LanaiAsmPrinter
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp108 MipsELFStreamer::EmitInstruction(MaskInst, STI); in emitMask()
118 MipsELFStreamer::EmitInstruction(MI, STI); in sandboxIndirectJump()
133 MipsELFStreamer::EmitInstruction(MI, STI); in sandboxLoadStoreStackChange()
146 void EmitInstruction(const MCInst &Inst, in EmitInstruction() function in __anonc544f9ea0111::MipsNaClELFStreamer
189 MipsELFStreamer::EmitInstruction(Inst, STI); in EmitInstruction()
195 MipsELFStreamer::EmitInstruction(Inst, STI); in EmitInstruction()
202 MipsELFStreamer::EmitInstruction(Inst, STI); in EmitInstruction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp54 void EmitInstruction(const MachineInstr *MI) override;
158 OutStreamer->EmitInstruction(MCInstBuilder(Lanai::ADD_I_LO) in emitCallInstruction()
166 OutStreamer->EmitInstruction(MCInstBuilder(Lanai::SW_RI) in emitCallInstruction()
178 OutStreamer->EmitInstruction(TmpInst, STI); in emitCallInstruction()
180 OutStreamer->EmitInstruction(MCInstBuilder(Lanai::ADD_R) in emitCallInstruction()
194 OutStreamer->EmitInstruction(TmpInst, STI); in customEmitInstruction()
197 void LanaiAsmPrinter::EmitInstruction(const MachineInstr *MI) { in EmitInstruction() function in LanaiAsmPrinter
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp108 MipsELFStreamer::EmitInstruction(MaskInst, STI); in emitMask()
118 MipsELFStreamer::EmitInstruction(MI, STI); in sandboxIndirectJump()
133 MipsELFStreamer::EmitInstruction(MI, STI); in sandboxLoadStoreStackChange()
146 void EmitInstruction(const MCInst &Inst, in EmitInstruction() function in __anone274b9f50111::MipsNaClELFStreamer
189 MipsELFStreamer::EmitInstruction(Inst, STI); in EmitInstruction()
195 MipsELFStreamer::EmitInstruction(Inst, STI); in EmitInstruction()
202 MipsELFStreamer::EmitInstruction(Inst, STI); in EmitInstruction()

12345678910>>...39