Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h375 SETCCE, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp213 case ISD::SETCCE: return "setcce"; in getOperationName()
DLegalizeIntegerTypes.cpp2666 case ISD::SETCCE: Res = ExpandIntOp_SETCCE(N); break; in ExpandIntegerOperand()
2804 ISD::SETCCE, in IntegerExpandSetCCOperands()
2828 DAG.getNode(ISD::SETCCE, dl, getSetCCResultType(LHSLo.getValueType()), in IntegerExpandSetCCOperands()
2913 return DAG.getNode(ISD::SETCCE, dl, N->getValueType(0), LHSHi, RHSHi, in ExpandIntOp_SETCCE()
DLegalizeDAG.cpp1266 Node->getOpcode() == ISD::SETCCE ? 3 : 1; in LegalizeOp()
DDAGCombiner.cpp1400 case ISD::SETCCE: return visitSETCCE(N); in visit()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp428 setOperationAction(ISD::SETCCE , MVT::i8 , Custom); in X86TargetLowering()
429 setOperationAction(ISD::SETCCE , MVT::i16 , Custom); in X86TargetLowering()
430 setOperationAction(ISD::SETCCE , MVT::i32 , Custom); in X86TargetLowering()
434 setOperationAction(ISD::SETCCE , MVT::i64 , Custom); in X86TargetLowering()
20096 case ISD::SETCCE: return LowerSETCCE(Op, DAG); in LowerOperation()