Home
last modified time | relevance | path

Searched refs:storeLoadIsAligned (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZOperators.td560 [{ return storeLoadIsAligned(N); }]>;
570 [{ return storeLoadIsAligned(N); }]>;
H A DSystemZISelDAGToDAG.cpp342 bool storeLoadIsAligned(SDNode *N) const;
1466 bool SystemZDAGToDAGISel::storeLoadIsAligned(SDNode *N) const { in storeLoadIsAligned() function in SystemZDAGToDAGISel