Searched refs:UBSANTRAP (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1256 UBSANTRAP, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 449 case ISD::UBSANTRAP: return "ubsantrap"; in getOperationName()
|
H A D | LegalizeDAG.cpp | 1126 case ISD::UBSANTRAP: in LegalizeOp()
|
H A D | SelectionDAGBuilder.cpp | 7449 ISD::UBSANTRAP, sdl, MVT::Other, getRoot(), in visitIntrinsicCall()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 845 setOperationAction(ISD::UBSANTRAP, MVT::Other, Expand); in initActions()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 693 def ubsantrap : SDNode<"ISD::UBSANTRAP" , SDTUBSANTrap,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 1076 setOperationAction(ISD::UBSANTRAP, MVT::Other, Legal); in AArch64TargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 578 setOperationAction(ISD::UBSANTRAP, MVT::Other, Expand); in X86TargetLowering() 580 setOperationAction(ISD::UBSANTRAP, MVT::Other, Legal); in X86TargetLowering()
|