HomeSort by: relevance | last modified time | path
    Searched refs:UBSANTRAP (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 1083 /// UBSANTRAP - Trap with an immediate describing the kind of sanitizer
1085 UBSANTRAP,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 402 case ISD::UBSANTRAP: return "ubsantrap";
LegalizeDAG.cpp 1110 case ISD::UBSANTRAP:
1113 // replace ISD::UBSANTRAP with ISD::TRAP
SelectionDAGBuilder.cpp 6660 case Intrinsic::ubsantrap:
6675 case Intrinsic::ubsantrap:
6677 ISD::UBSANTRAP, sdl, MVT::Other, getRoot(),
6687 if (Intrinsic == Intrinsic::ubsantrap) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp 888 setOperationAction(ISD::UBSANTRAP, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 867 setOperationAction(ISD::UBSANTRAP, MVT::Other, Legal);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 534 setOperationAction(ISD::UBSANTRAP, MVT::Other, Legal);
    [all...]

Completed in 91 milliseconds