Searched refs:LowerBRCOND (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.h | 95 SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | SIISelLowering.h | 112 SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | R600ISelLowering.cpp | 418 case ISD::BRCOND: return LowerBRCOND(Op, DAG); in LowerOperation() 1387 SDValue R600TargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const { in LowerBRCOND() function in R600TargetLowering
|
| H A D | SIISelLowering.cpp | 4648 case ISD::BRCOND: return LowerBRCOND(Op, DAG); in LowerOperation() 5163 SDValue SITargetLowering::LowerBRCOND(SDValue BRCOND, in LowerBRCOND() function in SITargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.h | 212 SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | M68kISelLowering.cpp | 1340 return LowerBRCOND(Op, DAG); in LowerOperation() 2253 SDValue M68kTargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const { in LowerBRCOND() function in M68kTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 821 SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | ARMISelLowering.cpp | 5654 SDValue ARMTargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const { in LowerBRCOND() function in ARMTargetLowering 10348 case ISD::BRCOND: return LowerBRCOND(Op, DAG); in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1576 SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | X86ISelLowering.cpp | 25786 SDValue X86TargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const { in LowerBRCOND() function in X86TargetLowering 32289 case ISD::BRCOND: return LowerBRCOND(Op, DAG); in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 5337 static SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) { in LowerBRCOND() function 5373 return LowerBRCOND(Op, DAG); in LowerOperation()
|