Home
last modified time | relevance | path

Searched refs:CTTZ_ZERO_UNDEF (Results 1 – 20 of 20) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h316 CTTZ_ZERO_UNDEF, CTLZ_ZERO_UNDEF, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp273 case ISD::CTTZ_ZERO_UNDEF: return "cttz_zero_undef"; in getOperationName()
DLegalizeVectorOps.cpp191 case ISD::CTTZ_ZERO_UNDEF: in LegalizeOp()
DLegalizeIntegerTypes.cpp62 case ISD::CTTZ_ZERO_UNDEF: in PromoteIntegerResult()
1110 case ISD::CTTZ_ZERO_UNDEF: in ExpandIntegerResult()
1750 SDValue LoLZ = DAG.getNode(ISD::CTTZ_ZERO_UNDEF, dl, NVT, Lo); in ExpandIntRes_CTTZ()
DLegalizeDAG.cpp2420 case ISD::CTTZ_ZERO_UNDEF: in ExpandBitCount()
2538 case ISD::CTTZ_ZERO_UNDEF: in ExpandNode()
3495 case ISD::CTTZ_ZERO_UNDEF: in PromoteNode()
DSelectionDAG.cpp1868 case ISD::CTTZ_ZERO_UNDEF: in ComputeMaskedBits()
2415 case ISD::CTTZ_ZERO_UNDEF: in getNode()
DLegalizeVectorTypes.cpp482 case ISD::CTTZ_ZERO_UNDEF: in SplitVectorResult()
DDAGCombiner.cpp1119 case ISD::CTTZ_ZERO_UNDEF: return visitCTTZ_ZERO_UNDEF(N); in visit()
3969 return DAG.getNode(ISD::CTTZ_ZERO_UNDEF, N->getDebugLoc(), VT, N0); in visitCTTZ_ZERO_UNDEF()
DSelectionDAGBuilder.cpp4955 setValue(&I, DAG.getNode(CI->isZero() ? ISD::CTTZ : ISD::CTTZ_ZERO_UNDEF, in visitIntrinsicCall()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp124 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i8, Expand); in MSP430TargetLowering()
125 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i16, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/CellSPU/
DSPUISelLowering.cpp295 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i8, Expand); in SPUTargetLowering()
296 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i16, Expand); in SPUTargetLowering()
297 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i32, Expand); in SPUTargetLowering()
298 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i64, Expand); in SPUTargetLowering()
299 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i128, Expand); in SPUTargetLowering()
/external/llvm/lib/Target/MBlaze/
DMBlazeISelLowering.cpp172 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i32, Expand); in MBlazeTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1245 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i32, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp765 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i32, Expand); in SparcTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp187 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i32, Expand); in MipsTargetLowering()
188 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i64, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp111 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i32, Expand); in XCoreTargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td356 def cttz_zero_undef : SDNode<"ISD::CTTZ_ZERO_UNDEF", SDTIntUnaryOp>;
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp155 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i32, Expand); in PPCTargetLowering()
160 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i64, Expand); in PPCTargetLowering()
359 setOperationAction(ISD::CTTZ_ZERO_UNDEF, VT, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp384 setOperationAction(ISD::CTTZ_ZERO_UNDEF , MVT::i8 , Promote); in X86TargetLowering()
385 AddPromotedToType (ISD::CTTZ_ZERO_UNDEF , MVT::i8 , MVT::i32); in X86TargetLowering()
387 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i16 , Expand); in X86TargetLowering()
388 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i32 , Expand); in X86TargetLowering()
390 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i64, Expand); in X86TargetLowering()
743 setOperationAction(ISD::CTTZ_ZERO_UNDEF, (MVT::SimpleValueType)VT, Expand); in X86TargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp629 setOperationAction(ISD::CTTZ_ZERO_UNDEF , MVT::i32 , Expand); in ARMTargetLowering()