Searched refs:LowerBRCOND (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.h | 96 SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | SIISelLowering.h | 117 SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | R600ISelLowering.cpp | 424 case ISD::BRCOND: return LowerBRCOND(Op, DAG); in LowerOperation() 1409 SDValue R600TargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const { in LowerBRCOND() function in R600TargetLowering
|
| H A D | SIISelLowering.cpp | 6105 return LowerBRCOND(Op, DAG); in LowerOperation() 6908 SDValue SITargetLowering::LowerBRCOND(SDValue BRCOND, SelectionDAG &DAG) const { in LowerBRCOND() function in SITargetLowering
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.h | 168 SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | M68kISelLowering.cpp | 1398 return LowerBRCOND(Op, DAG); in LowerOperation() 2451 SDValue M68kTargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const { in LowerBRCOND() function in M68kTargetLowering
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 870 SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | ARMISelLowering.cpp | 5791 SDValue ARMTargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const { in LowerBRCOND() function in ARMTargetLowering 10639 case ISD::BRCOND: return LowerBRCOND(Op, DAG); in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1768 SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | X86ISelLowering.cpp | 25652 SDValue X86TargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const { in LowerBRCOND() function in X86TargetLowering 33652 case ISD::BRCOND: return LowerBRCOND(Op, DAG); in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 7036 static SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) { in LowerBRCOND() function 7240 return LowerBRCOND(Op, DAG); in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 12877 …owerBRCONDENS_7SDValueERNS_12SelectionDAGE", "llvm::X86TargetLowering::LowerBRCOND(llvm::SDValue, …
|