Searched refs:SETCCE (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 375 SETCCE, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 213 case ISD::SETCCE: return "setcce"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 2666 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()
|
D | LegalizeDAG.cpp | 1266 Node->getOpcode() == ISD::SETCCE ? 3 : 1; in LegalizeOp()
|
D | DAGCombiner.cpp | 1400 case ISD::SETCCE: return visitSETCCE(N); in visit()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 428 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()
|