Home
last modified time | relevance | path

Searched refs:AssertAlign (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h61 AssertAlign, enumerator
DSelectionDAGNodes.h2569 : SDNode(ISD::AssertAlign, Order, DL, getSDVTList(VT)), Alignment(A) {}
2574 return N->getOpcode() == ISD::AssertAlign;
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp109 case ISD::AssertAlign: return "AssertAlign"; in getOperationName()
DSelectionDAGISel.cpp2814 case ISD::AssertAlign: in SelectCodeCommon()
DSelectionDAG.cpp3154 case ISD::AssertAlign: { in computeKnownBits()
5154 AddNodeIDNode(ID, ISD::AssertAlign, getVTList(Val.getValueType()), {Val}); in getAssertAlign()
DDAGCombiner.cpp1684 case ISD::AssertAlign: return visitAssertAlign(N); in visit()
/external/llvm-project/llvm/include/llvm/Target/
DTargetSelectionDAG.td683 def assertalign : SDNode<"ISD::AssertAlign", SDT_assert>;