Home
last modified time | relevance | path

Searched refs:PInst (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_shaderfromstring_test.cpp31 std::vector<PInst> from_string(const std::string& s);
34 void check(const vector<PInst>& eval, const std::vector<PInst, Allocator<PInst>>& expect);
58 std::vector<PInst, Allocator<PInst>> expect; in TEST_F()
96 std::vector<PInst> TestShaderFromString::from_string(const std::string& s) in from_string()
101 std::vector<PInst> shader; in from_string()
115 void TestShaderFromString::check(const vector<PInst>& eval, in check()
116 const std::vector<PInst, Allocator<PInst>>& expect) in check() argument
Dsfn_instrfromstring_test.cpp25 PInst from_string(const std::string& s);
694 PInst TestInstrFromString::from_string(const std::string& s) in from_string()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instrfactory.cpp57 PInst InstrFactory::from_string(const std::string& s, int nesting_depth) in from_string()
62 PInst result = nullptr; in from_string()
Dsfn_instrfactory.h43 PInst from_string(const std::string &s, int nesting_depth);
Dsfn_instr.cpp247 [](PInst l, PInst r) { return l->equal_to(*r);}); in is_equal_to()
290 void Block::push_back(PInst instr) in push_back()
Dsfn_instr.h150 using PInst = Instr::Pointer; variable
173 void push_back(PInst instr);
Dsfn_shader.h155 void emit_instruction(PInst instr);
Dsfn_shader.cpp1099 void Shader::emit_instruction(PInst instr) in emit_instruction()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8664.cpp294 Inst *PInst = ProducerPair.second.Instr; in invalidateProducersOnStore() local
295 if (PInst == nullptr) in invalidateProducersOnStore()
298 const SizeT SrcSize = PInst->getSrcSize(); in invalidateProducersOnStore()
300 if (llvm::isa<X86OperandMem>(PInst->getSrc(I))) { in invalidateProducersOnStore()
DIceTargetLoweringX8632.cpp285 Inst *PInst = ProducerPair.second.Instr; in invalidateProducersOnStore() local
286 if (PInst == nullptr) in invalidateProducersOnStore()
289 const SizeT SrcSize = PInst->getSrcSize(); in invalidateProducersOnStore()
291 if (llvm::isa<X86OperandMem>(PInst->getSrc(I))) { in invalidateProducersOnStore()