Home
last modified time | relevance | path

Searched defs:Simplifier (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp177 struct Simplifier { struct
178 struct Rule {
185 void addRule(StringRef N, const Rule::FuncType &F) { in addRule()
190 struct WorkListType {
213 using ValueSetType = std::set<Value *>;
215 std::vector<Rule> Rules;
218 struct Context {
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1708 AMDGPULibCalls Simplifier; in run() local
1737 AMDGPULibCalls Simplifier; in run() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3682 LibCallSimplifier Simplifier(DL, &TLI, &AC, ORE, BFI, PSI, InstCombineRAUW, in tryOptimizeCall() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2550 FortifiedLibCallSimplifier Simplifier(TLInfo, true); in optimizeCallInst() local