Searched refs:SETCCE (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 378 SETCCE, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 214 case ISD::SETCCE: return "setcce"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 2757 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()
|
D | LegalizeDAG.cpp | 986 Node->getOpcode() == ISD::SETCCE ? 3 : 1; in LegalizeOp()
|
D | DAGCombiner.cpp | 1394 case ISD::SETCCE: return visitSETCCE(N); in visit()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 74 setOperationAction(ISD::SETCCE, MVT::i32, Custom); in LanaiTargetLowering() 180 case ISD::SETCCE: in LowerOperation()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 925 setOperationAction(ISD::SETCCE, MVT::i32, Custom); in ARMTargetLowering() 7189 case ISD::SETCCE: return LowerSETCCE(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 397 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()
|