Lines Matching refs:InsertConstraintsPass
240 class InsertConstraintsPass : public Pass {
242 InsertConstraintsPass() : targ(NULL) { }
1911 InsertConstraintsPass insertConstr;
2026 RegAlloc::InsertConstraintsPass::exec(Function *ir)
2038 RegAlloc::InsertConstraintsPass::textureMask(TexInstruction *tex)
2062 RegAlloc::InsertConstraintsPass::detectConflict(Instruction *cst, int s)
2084 RegAlloc::InsertConstraintsPass::addConstraint(Instruction *i, int s, int n)
2121 RegAlloc::InsertConstraintsPass::addHazard(Instruction *i, const ValueRef *src)
2131 RegAlloc::InsertConstraintsPass::condenseDefs(Instruction *insn)
2139 RegAlloc::InsertConstraintsPass::condenseDefs(Instruction *insn,
2173 RegAlloc::InsertConstraintsPass::condenseSrcs(Instruction *insn,
2204 RegAlloc::InsertConstraintsPass::isScalarTexGM107(TexInstruction *tex)
2327 RegAlloc::InsertConstraintsPass::handleScalarTexGM107(TexInstruction *tex)
2357 RegAlloc::InsertConstraintsPass::texConstraintGM107(TexInstruction *tex)
2442 RegAlloc::InsertConstraintsPass::texConstraintNVE0(TexInstruction *tex)
2469 RegAlloc::InsertConstraintsPass::texConstraintNVC0(TexInstruction *tex)
2505 RegAlloc::InsertConstraintsPass::texConstraintNV50(TexInstruction *tex)
2533 RegAlloc::InsertConstraintsPass::visit(BasicBlock *bb)
2611 RegAlloc::InsertConstraintsPass::insertConstraintMove(Instruction *cst, int s)
2662 RegAlloc::InsertConstraintsPass::insertConstraintMoves()