Searched refs:LowerBR_JT (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaISelLowering.h | 94 SDValue LowerBR_JT(SDValue Op, SelectionDAG &DAG) const;
|
H A D | XtensaISelLowering.cpp | 619 SDValue XtensaTargetLowering::LowerBR_JT(SDValue Op, SelectionDAG &DAG) const { in LowerBR_JT() function in XtensaTargetLowering 720 return LowerBR_JT(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.h | 172 SDValue LowerBR_JT(SDValue Op, SelectionDAG &DAG) const;
|
H A D | XCoreISelLowering.cpp | 200 case ISD::BR_JT: return LowerBR_JT(Op, DAG); in LowerOperation() 336 LowerBR_JT(SDValue Op, SelectionDAG &DAG) const in LowerBR_JT() function in XCoreTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.h | 126 SDValue LowerBR_JT(SDValue Op, SelectionDAG &DAG) const;
|
H A D | WebAssemblyISelLowering.cpp | 1462 return LowerBR_JT(Op, DAG); in LowerOperation() 1801 SDValue WebAssemblyTargetLowering::LowerBR_JT(SDValue Op, in LowerBR_JT() function in WebAssemblyTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 835 SDValue LowerBR_JT(SDValue Op, SelectionDAG &DAG) const;
|
H A D | ARMISelLowering.cpp | 5831 SDValue ARMTargetLowering::LowerBR_JT(SDValue Op, SelectionDAG &DAG) const { in LowerBR_JT() function in ARMTargetLowering 10580 case ISD::BR_JT: return LowerBR_JT(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 1149 SDValue LowerBR_JT(SDValue Op, SelectionDAG &DAG) const;
|
H A D | AArch64ISelLowering.cpp | 6783 return LowerBR_JT(Op, DAG); in LowerOperation() 10798 SDValue AArch64TargetLowering::LowerBR_JT(SDValue Op, in LowerBR_JT() function in AArch64TargetLowering
|