Home
last modified time | relevance | path

Searched refs:SETCCE (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h378 SETCCE, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp214 case ISD::SETCCE: return "setcce"; in getOperationName()
DLegalizeIntegerTypes.cpp2757 case ISD::SETCCE: Res = ExpandIntOp_SETCCE(N); break; in ExpandIntegerOperand()
2895 ISD::SETCCE, in IntegerExpandSetCCOperands()
2919 DAG.getNode(ISD::SETCCE, dl, getSetCCResultType(LHSLo.getValueType()), in IntegerExpandSetCCOperands()
3004 return DAG.getNode(ISD::SETCCE, dl, N->getValueType(0), LHSHi, RHSHi, in ExpandIntOp_SETCCE()
DLegalizeDAG.cpp986 Node->getOpcode() == ISD::SETCCE ? 3 : 1; in LegalizeOp()
DDAGCombiner.cpp1394 case ISD::SETCCE: return visitSETCCE(N); in visit()
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp74 setOperationAction(ISD::SETCCE, MVT::i32, Custom); in LanaiTargetLowering()
180 case ISD::SETCCE: in LowerOperation()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp925 setOperationAction(ISD::SETCCE, MVT::i32, Custom); in ARMTargetLowering()
7189 case ISD::SETCCE: return LowerSETCCE(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp397 setOperationAction(ISD::SETCCE, VT, Custom); in X86TargetLowering()
1151 setOperationAction(ISD::SETCCE, MVT::i1, Custom); in X86TargetLowering()
21708 case ISD::SETCCE: return LowerSETCCE(Op, DAG); in LowerOperation()