Home
last modified time | relevance | path

Searched refs:LowerTRAP (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.h83 SDValue LowerTRAP(SDValue Op, SelectionDAG &DAG) const;
H A DBPFISelLowering.cpp334 return LowerTRAP(Op, DAG); in LowerOperation()
763 SDValue BPFTargetLowering::LowerTRAP(SDValue Op, SelectionDAG &DAG) const { in LowerTRAP() function in BPFTargetLowering