/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600ISelLowering.h | 44 SDValue LowerBR_CC(SDValue Op, SelectionDAG &DAG) const;
|
D | SIISelLowering.h | 43 SDValue LowerBR_CC(SDValue Op, SelectionDAG &DAG) const;
|
D | SIISelLowering.cpp | 265 case ISD::BR_CC: return LowerBR_CC(Op, DAG); in LowerOperation() 308 SDValue SITargetLowering::LowerBR_CC(SDValue Op, SelectionDAG &DAG) const in LowerBR_CC() function in SITargetLowering
|
D | R600ISelLowering.cpp | 249 case ISD::BR_CC: return LowerBR_CC(Op, DAG); in LowerOperation() 332 SDValue R600TargetLowering::LowerBR_CC(SDValue Op, SelectionDAG &DAG) const in LowerBR_CC() function in R600TargetLowering
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.h | 50 SDValue LowerBR_CC(SDValue Op, SelectionDAG &DAG) const;
|
D | BPFISelLowering.cpp | 177 return LowerBR_CC(Op, DAG); in LowerOperation() 479 SDValue BPFTargetLowering::LowerBR_CC(SDValue Op, SelectionDAG &DAG) const { in LowerBR_CC() function in BPFTargetLowering
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.h | 88 SDValue LowerBR_CC(SDValue Op, SelectionDAG &DAG) const;
|
D | MSP430ISelLowering.cpp | 197 case ISD::BR_CC: return LowerBR_CC(Op, DAG); in LowerOperation() 898 SDValue MSP430TargetLowering::LowerBR_CC(SDValue Op, SelectionDAG &DAG) const { in LowerBR_CC() function in MSP430TargetLowering
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 420 SDValue LowerBR_CC(SDValue Op, SelectionDAG &DAG) const;
|
D | AArch64ISelLowering.cpp | 1933 return LowerBR_CC(Op, DAG); in LowerOperation() 3230 SDValue AArch64TargetLowering::LowerBR_CC(SDValue Op, SelectionDAG &DAG) const { in LowerBR_CC() function in AArch64TargetLowering
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 483 SDValue LowerBR_CC(SDValue Op, SelectionDAG &DAG) const;
|
D | ARMISelLowering.cpp | 3685 SDValue ARMTargetLowering::LowerBR_CC(SDValue Op, SelectionDAG &DAG) const { in LowerBR_CC() function in ARMTargetLowering 6279 case ISD::BR_CC: return LowerBR_CC(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstr64Bit.td | 306 // 64-bit compares. See LowerBR_CC.
|
D | SparcISelLowering.cpp | 2286 static SDValue LowerBR_CC(SDValue Op, SelectionDAG &DAG, in LowerBR_CC() function 2804 case ISD::BR_CC: return LowerBR_CC(Op, DAG, *this, in LowerOperation()
|