Searched refs:getAssertAlign (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1342 SDValue getAssertAlign(const SDLoc &DL, SDValue V, Align A);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 11566 return DAG.getAssertAlign(DL, N0.getOperand(0), in visitAssertAlign() 11584 LHS = DAG.getAssertAlign(DL, LHS, AL); in visitAssertAlign() 11586 RHS = DAG.getAssertAlign(DL, RHS, AL); in visitAssertAlign()
|
| H A D | SelectionDAG.cpp | 5444 SDValue SelectionDAG::getAssertAlign(const SDLoc &DL, SDValue Val, Align A) { in getAssertAlign() function in SelectionDAG
|
| H A D | SelectionDAGBuilder.cpp | 4860 DAG.getAssertAlign(getCurSDLoc(), Result, Alignment.valueOrOne()); in visitTargetIntrinsic()
|