Searched refs:LowerBRCOND (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h86 SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
H A DSIISelLowering.h92 SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
H A DR600ISelLowering.cpp499 case ISD::BRCOND: return LowerBRCOND(Op, DAG);
1535 SDValue R600TargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const { function in class:R600TargetLowering
H A DSIISelLowering.cpp4394 case ISD::BRCOND: return LowerBRCOND(Op, DAG);
4791 /// Helper function for LowerBRCOND
4858 SDValue SITargetLowering::LowerBRCOND(SDValue BRCOND, function in class:SITargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h753 SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
H A DARMISelLowering.cpp5456 SDValue ARMTargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const { function in class:ARMTargetLowering
9728 case ISD::BRCOND: return LowerBRCOND(Op, DAG);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1495 SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
H A DX86ISelLowering.cpp23669 SDValue X86TargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const {
[all...]

Completed in 385 milliseconds