Home
last modified time | relevance | path

Searched refs:lowerBRCOND (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVISelLowering.h657 SDValue lowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
DRISCVISelLowering.cpp3743 return lowerBRCOND(Op, DAG); in LowerOperation()
4685 SDValue RISCVTargetLowering::lowerBRCOND(SDValue Op, SelectionDAG &DAG) const { in lowerBRCOND() function in RISCVTargetLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsISelLowering.h535 SDValue lowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
DMipsISelLowering.cpp1218 case ISD::BRCOND: return lowerBRCOND(Op, DAG); in LowerOperation()
2022 SDValue MipsTargetLowering::lowerBRCOND(SDValue Op, SelectionDAG &DAG) const { in lowerBRCOND() function in MipsTargetLowering