Searched refs:PInst (Results 1 – 10 of 10) sorted by relevance
31 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
25 PInst from_string(const std::string& s);694 PInst TestInstrFromString::from_string(const std::string& s) in from_string()
57 PInst InstrFactory::from_string(const std::string& s, int nesting_depth) in from_string()62 PInst result = nullptr; in from_string()
43 PInst from_string(const std::string &s, int nesting_depth);
247 [](PInst l, PInst r) { return l->equal_to(*r);}); in is_equal_to()290 void Block::push_back(PInst instr) in push_back()
150 using PInst = Instr::Pointer; variable173 void push_back(PInst instr);
155 void emit_instruction(PInst instr);
1099 void Shader::emit_instruction(PInst instr) in emit_instruction()
294 Inst *PInst = ProducerPair.second.Instr; in invalidateProducersOnStore() local295 if (PInst == nullptr) in invalidateProducersOnStore()298 const SizeT SrcSize = PInst->getSrcSize(); in invalidateProducersOnStore()300 if (llvm::isa<X86OperandMem>(PInst->getSrc(I))) { in invalidateProducersOnStore()
285 Inst *PInst = ProducerPair.second.Instr; in invalidateProducersOnStore() local286 if (PInst == nullptr) in invalidateProducersOnStore()289 const SizeT SrcSize = PInst->getSrcSize(); in invalidateProducersOnStore()291 if (llvm::isa<X86OperandMem>(PInst->getSrc(I))) { in invalidateProducersOnStore()