Searched refs:canFoldInAddressingMode (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp957 static bool canFoldInAddressingMode(GLoadStore *MI, const TargetLowering &TLI, function
1096 if (canFoldInAddressingMode(UseUseLdSt, TLI, MRI))
1159 if (!canFoldInAddressingMode(UseLdSt, TLI, MRI))
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2419 static bool canFoldInAddressingMode(SDNode *N, SDNode *Use, SelectionDAG &DAG, function
18233 if (!canFoldInAddressingMode(Ptr.getNode(), Use, DAG, TLI))
18370 if (canFoldInAddressingMode(Use, UseUse, DAG, TLI))
[all...]

Completed in 225 milliseconds