Home
last modified time | relevance | path

Searched refs:UBSANTRAP (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1256 UBSANTRAP, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp449 case ISD::UBSANTRAP: return "ubsantrap"; in getOperationName()
H A DLegalizeDAG.cpp1126 case ISD::UBSANTRAP: in LegalizeOp()
H A DSelectionDAGBuilder.cpp7449 ISD::UBSANTRAP, sdl, MVT::Other, getRoot(), in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp845 setOperationAction(ISD::UBSANTRAP, MVT::Other, Expand); in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td693 def ubsantrap : SDNode<"ISD::UBSANTRAP" , SDTUBSANTrap,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1076 setOperationAction(ISD::UBSANTRAP, MVT::Other, Legal); in AArch64TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp578 setOperationAction(ISD::UBSANTRAP, MVT::Other, Expand); in X86TargetLowering()
580 setOperationAction(ISD::UBSANTRAP, MVT::Other, Legal); in X86TargetLowering()