Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h61 AssertAlign, enumerator
H A DSelectionDAGNodes.h2582 : SDNode(ISD::AssertAlign, Order, DL, getSDVTList(VT)), Alignment(A) {}
2587 return N->getOpcode() == ISD::AssertAlign;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp109 case ISD::AssertAlign: return "AssertAlign"; in getOperationName()
H A DSelectionDAGISel.cpp2859 case ISD::AssertAlign: in SelectCodeCommon()
H A DSelectionDAG.cpp3307 case ISD::AssertAlign: { in computeKnownBits()
5453 AddNodeIDNode(ID, ISD::AssertAlign, getVTList(Val.getValueType()), {Val}); in getAssertAlign()
H A DDAGCombiner.cpp1674 case ISD::AssertAlign: return visitAssertAlign(N); in visit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td706 def assertalign : SDNode<"ISD::AssertAlign", SDT_assert>;