Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsISelLowering.h314 SDValue lowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
DMipsISelLowering.cpp899 case ISD::BRCOND: return lowerBRCOND(Op, DAG); in LowerOperation()
1567 lowerBRCOND(SDValue Op, SelectionDAG &DAG) const in lowerBRCOND() function in MipsTargetLowering