Home
last modified time | relevance | path

Searched refs:getAssertAlign (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1693 LLVM_ABI SDValue getAssertAlign(const SDLoc &DL, SDValue V, Align A);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15278 return DAG.getAssertAlign(DL, N0.getOperand(0), in visitAssertAlign()
15297 LHS = DAG.getAssertAlign(DL, LHS, AL); in visitAssertAlign()
15299 RHS = DAG.getAssertAlign(DL, RHS, AL); in visitAssertAlign()
H A DSelectionDAGBuilder.cpp5437 DAG.getAssertAlign(getCurSDLoc(), Result, Alignment.valueOrOne()); in visitTargetIntrinsic()
H A DSelectionDAG.cpp7366 SDValue SelectionDAG::getAssertAlign(const SDLoc &DL, SDValue Val, Align A) { in getAssertAlign() function in SelectionDAG