/openbsd/gnu/llvm/llvm/lib/Target/ARC/ |
H A D | ARCISelLowering.h | 93 SDValue LowerBR_CC(SDValue Op, SelectionDAG &DAG) const;
|
H A D | ARCISelLowering.cpp | 235 SDValue ARCTargetLowering::LowerBR_CC(SDValue Op, SelectionDAG &DAG) const { in LowerBR_CC() function in ARCTargetLowering 793 return LowerBR_CC(Op, DAG); in LowerOperation()
|
/openbsd/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BPFISelLowering.h | 75 SDValue LowerBR_CC(SDValue Op, SelectionDAG &DAG) const;
|
H A D | BPFISelLowering.cpp | 285 return LowerBR_CC(Op, DAG); in LowerOperation() 590 SDValue BPFTargetLowering::LowerBR_CC(SDValue Op, SelectionDAG &DAG) const { in LowerBR_CC() function in BPFTargetLowering
|
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.h | 79 SDValue LowerBR_CC(SDValue Op, SelectionDAG &DAG) const;
|
H A D | LanaiISelLowering.cpp | 177 return LowerBR_CC(Op, DAG); in LowerOperation() 867 SDValue LanaiTargetLowering::LowerBR_CC(SDValue Op, SelectionDAG &DAG) const { in LowerBR_CC() function in LanaiTargetLowering
|
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.h | 97 SDValue LowerBR_CC(SDValue Op, SelectionDAG &DAG) const;
|
H A D | MSP430ISelLowering.cpp | 348 case ISD::BR_CC: return LowerBR_CC(Op, DAG); in LowerOperation() 1127 SDValue MSP430TargetLowering::LowerBR_CC(SDValue Op, SelectionDAG &DAG) const { in LowerBR_CC() function in MSP430TargetLowering
|
/openbsd/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.h | 165 SDValue LowerBR_CC(SDValue Op, SelectionDAG &DAG) const;
|
H A D | AVRISelLowering.cpp | 834 SDValue AVRTargetLowering::LowerBR_CC(SDValue Op, SelectionDAG &DAG) const { in LowerBR_CC() function in llvm::AVRTargetLowering 959 return LowerBR_CC(Op, DAG); in LowerOperation()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 828 SDValue LowerBR_CC(SDValue Op, SelectionDAG &DAG) const;
|
H A D | ARMISelLowering.cpp | 5718 SDValue ARMTargetLowering::LowerBR_CC(SDValue Op, SelectionDAG &DAG) const { in LowerBR_CC() function in ARMTargetLowering 10423 case ISD::BR_CC: return LowerBR_CC(Op, DAG); in LowerOperation()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 1018 SDValue LowerBR_CC(SDValue Op, SelectionDAG &DAG) const;
|
H A D | AArch64ISelLowering.cpp | 5824 return LowerBR_CC(Op, DAG); in LowerOperation() 8377 SDValue AArch64TargetLowering::LowerBR_CC(SDValue Op, SelectionDAG &DAG) const { in LowerBR_CC() function in AArch64TargetLowering
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcInstr64Bit.td | 315 // 64-bit compares. See LowerBR_CC.
|
H A D | SparcISelLowering.cpp | 2583 static SDValue LowerBR_CC(SDValue Op, SelectionDAG &DAG, in LowerBR_CC() function 3218 return LowerBR_CC(Op, DAG, *this, hasHardQuad, isV9); in LowerOperation()
|