Searched refs:LowerBRCOND (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | R600ISelLowering.h | 96 SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
|
| D | SIISelLowering.h | 114 SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
|
| D | R600ISelLowering.cpp | 420 case ISD::BRCOND: return LowerBRCOND(Op, DAG); in LowerOperation() 1411 SDValue R600TargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const { in LowerBRCOND() function in R600TargetLowering
|
| D | SIISelLowering.cpp | 4690 case ISD::BRCOND: return LowerBRCOND(Op, DAG); in LowerOperation() 5216 SDValue SITargetLowering::LowerBRCOND(SDValue BRCOND, in LowerBRCOND() function in SITargetLowering
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.h | 827 SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
|
| D | ARMISelLowering.cpp | 5681 SDValue ARMTargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const { in LowerBRCOND() function in ARMTargetLowering 10422 case ISD::BRCOND: return LowerBRCOND(Op, DAG); in LowerOperation()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86ISelLowering.h | 1639 SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
|
| D | X86ISelLowering.cpp | 26239 SDValue X86TargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const { in LowerBRCOND() function in X86TargetLowering 33243 case ISD::BRCOND: return LowerBRCOND(Op, DAG); in LowerOperation()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 5784 static SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) { in LowerBRCOND() function 5822 return LowerBRCOND(Op, DAG); in LowerOperation()
|