Searched refs:TRAP (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp235 setOperationAction(ISD::TRAP, MVT::Other, Legal);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1468 // FLOG, FLOG2, FLOG10, FMAXNUM, FMINNUM, FNEARBYINT, FRINT, FROUND, TRAP,
1475 setOperationAction(ISD::TRAP, MVT::Other, Legal);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp463 // TRAP can be lowered to PTX trap
464 setOperationAction(ISD::TRAP, MVT::Other, Legal);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1694 setOperationAction(ISD::TRAP , MVT::Other, Legal);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2798 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(X86::TRAP));
H A DX86ISelLowering.cpp488 setOperationAction(ISD::TRAP, MVT::Other, Legal);
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp497 setOperationAction(ISD::TRAP, MVT::Other, Legal);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1254 setOperationAction(ISD::TRAP, MVT::Other, Legal);
10122 trap_opcode = Subtarget->useNaClTrap() ? ARM::TRAPNaCl : ARM::TRAP;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp261 setOperationAction(ISD::TRAP, MVT::Other, Legal);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp488 // TRAP is legal.
489 setOperationAction(ISD::TRAP, MVT::Other, Legal);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp679 setOperationAction(ISD::TRAP, MVT::Other, Legal);

Completed in 422 milliseconds

12