Searched refs:ConstantFolding (Results 1 – 10 of 10) sorted by relevance
24 ConstantFolding.cpp
365 class ConstantFolding : public Pass class368 ConstantFolding() : foldCount(0) {} in ConstantFolding() function in nv50_ir::ConstantFolding395 ConstantFolding::foldAll(Program *prog) in foldAll()407 ConstantFolding::visit(BasicBlock *bb) in visit()443 ConstantFolding::findOriginForTestWithZero(Value *value) in findOriginForTestWithZero()554 ConstantFolding::expr(Instruction *i, in expr()788 ConstantFolding::expr(Instruction *i, in expr()875 ConstantFolding::unary(Instruction *i, const ImmediateValue &imm) in unary()906 ConstantFolding::tryCollapseChainedMULs(Instruction *mul2, in tryCollapseChainedMULs()971 ConstantFolding::opnd3(Instruction *i, ImmediateValue &imm2) in opnd3()[all …]
106 - nv50/ir: fix ConstantFolding with saturation
121 - nv50/ir: disable tryCollapseChainedMULs in ConstantFolding for
177 - nv50/ir: fix use-after-free in ConstantFolding::visit
1551 - nv50/ir: fix use-after-free in ConstantFolding::visit1553 - nv50/ir: disable tryCollapseChainedMULs in ConstantFolding for
5144 - nv50/ir: Add ConstantFolding constructor.
38 "llvm/lib/Analysis/ConstantFolding.cpp",
191 "llvm/lib/Analysis/ConstantFolding.cpp",
36 ${LLVM_DIR}/lib/Analysis/ConstantFolding.cpp