Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h69 AssertAlign, enumerator
H A DSelectionDAGNodes.h732 case ISD::AssertAlign:
3202 : SDNode(ISD::AssertAlign, Order, DL, VTs), Alignment(A) {}
3207 return N->getOpcode() == ISD::AssertAlign;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFragments.td715 // be copying from a truncate. AssertSext/AssertZext/AssertAlign aren't saying
726 N->getOpcode() != ISD::AssertAlign &&
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp128 case ISD::AssertAlign: return "AssertAlign"; in getOperationName()
H A DSelectionDAGISel.cpp3276 case ISD::AssertAlign: in SelectCodeCommon()
H A DSelectionDAG.cpp960 case ISD::AssertAlign: in AddNodeIDCustom()
4100 case ISD::AssertAlign: { in computeKnownBits()
5532 case ISD::AssertAlign: in canCreateUndefOrPoison()
7376 AddNodeIDNode(ID, ISD::AssertAlign, VTs, {Val}); in getAssertAlign()
H A DDAGCombiner.cpp1970 case ISD::AssertAlign: return visitAssertAlign(N); in visit()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td887 def assertalign : SDNode<"ISD::AssertAlign", SDT_assert>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp973 Opc != ISD::AssertZext && Opc != ISD::AssertAlign && in SelectArithExtendedRegister()