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

/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h128 SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp667 case ISD::BRCOND: return LowerBRCOND(Op, DAG);
1329 LowerBRCOND(SDValue Op, SelectionDAG &DAG) const function in class:MipsTargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h820 SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
H A DX86ISelLowering.cpp8773 SDValue X86TargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const { function in class:X86TargetLowering
10418 case ISD::BRCOND: return LowerBRCOND(Op, DAG);

Completed in 47 milliseconds