Home
last modified time | relevance | path

Searched refs:CTTZ (Results 1 – 23 of 23) sorted by relevance

/external/llvm/test/Transforms/InstCombine/
Dffs-1.ll105 ; CHECK-NEXT: [[CTTZ:%[a-z0-9]+]] = call i32 @llvm.cttz.i32(i32 %x, i1 false)
106 ; CHECK-NEXT: [[INC:%[a-z0-9]+]] = add nuw nsw i32 [[CTTZ]], 1
116 ; CHECK-LINUX-NEXT: [[CTTZ:%[a-z0-9]+]] = call i32 @llvm.cttz.i32(i32 %x, i1 false)
117 ; CHECK-LINUX-NEXT: [[INC:%[a-z0-9]+]] = add nuw nsw i32 [[CTTZ]], 1
127 ; CHECK-LINUX-NEXT: [[CTTZ:%[a-z0-9]+]] = call i64 @llvm.cttz.i64(i64 %x, i1 false)
128 ; CHECK-LINUX-NEXT: [[INC:%[a-z0-9]+]] = add nuw nsw i64 [[CTTZ]], 1
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h314 BSWAP, CTTZ, CTLZ, CTPOP, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp286 case ISD::CTTZ: return "cttz"; in getOperationName()
DLegalizeVectorTypes.cpp74 case ISD::CTTZ: in ScalarizeVectorResult()
587 case ISD::CTTZ: in SplitVectorResult()
1211 case ISD::CTTZ: in SplitVectorOperand()
1621 case ISD::CTTZ: in WidenVectorResult()
DLegalizeVectorOps.cpp260 case ISD::CTTZ: in LegalizeOp()
DLegalizeDAG.cpp2799 return DAG.getNode(ISD::CTTZ, dl, Op.getValueType(), Op); in ExpandBitCount()
2800 case ISD::CTTZ: { in ExpandBitCount()
2963 case ISD::CTTZ: in ExpandNode()
4149 case ISD::CTTZ: in PromoteNode()
4159 if (Node->getOpcode() == ISD::CTTZ) { in PromoteNode()
DLegalizeIntegerTypes.cpp65 case ISD::CTTZ: Res = PromoteIntRes_CTTZ(N); break; in PromoteIntegerResult()
363 if (N->getOpcode() == ISD::CTTZ) { in PromoteIntRes_CTTZ()
1140 case ISD::CTTZ: ExpandIntRes_CTTZ(N, Lo, Hi); break; in ExpandIntegerResult()
DSelectionDAG.cpp2143 case ISD::CTTZ: in computeKnownBits()
2709 case ISD::CTTZ: in getNode()
DDAGCombiner.cpp1227 case ISD::CTTZ: return visitCTTZ(N); in visit()
4480 return DAG.getNode(ISD::CTTZ, SDLoc(N), VT, N0); in visitCTTZ()
DSelectionDAGBuilder.cpp5187 setValue(&I, DAG.getNode(CI->isZero() ? ISD::CTTZ : ISD::CTTZ_ZERO_UNDEF, in visitIntrinsicCall()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp119 setOperationAction(ISD::CTTZ, MVT::i8, Expand); in MSP430TargetLowering()
120 setOperationAction(ISD::CTTZ, MVT::i16, Expand); in MSP430TargetLowering()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp157 setOperationAction(ISD::CTTZ, VT, Expand); in InitAMDILLowering()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp157 setOperationAction(ISD::CTTZ, VT, Expand); in InitAMDILLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1404 setOperationAction(ISD::CTTZ, MVT::i32, Expand); in HexagonTargetLowering()
1405 setOperationAction(ISD::CTTZ, MVT::i64, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp245 setOperationAction(ISD::CTTZ, MVT::i16, Expand); in NVPTXTargetLowering()
246 setOperationAction(ISD::CTTZ, MVT::i32, Expand); in NVPTXTargetLowering()
247 setOperationAction(ISD::CTTZ, MVT::i64, Expand); in NVPTXTargetLowering()
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp259 setOperationAction(ISD::CTTZ, VT, Expand); in AMDGPUTargetLowering()
322 setOperationAction(ISD::CTTZ, VT, Expand); in AMDGPUTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1471 setOperationAction(ISD::CTTZ , MVT::i64, Expand); in SparcTargetLowering()
1526 setOperationAction(ISD::CTTZ , MVT::i32, Expand); in SparcTargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td353 def cttz : SDNode<"ISD::CTTZ" , SDTIntUnaryOp>;
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp309 setOperationAction(ISD::CTTZ, MVT::i32, Expand); in MipsTargetLowering()
310 setOperationAction(ISD::CTTZ, MVT::i64, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp210 setOperationAction(ISD::CTTZ , MVT::i32 , Expand); in PPCTargetLowering()
214 setOperationAction(ISD::CTTZ , MVT::i64 , Expand); in PPCTargetLowering()
466 setOperationAction(ISD::CTTZ, VT, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp478 setOperationAction(ISD::CTTZ , MVT::i8 , Promote); in resetOperationActions()
479 AddPromotedToType (ISD::CTTZ , MVT::i8 , MVT::i32); in resetOperationActions()
488 setOperationAction(ISD::CTTZ , MVT::i16 , Custom); in resetOperationActions()
489 setOperationAction(ISD::CTTZ , MVT::i32 , Custom); in resetOperationActions()
491 setOperationAction(ISD::CTTZ , MVT::i64 , Custom); in resetOperationActions()
848 setOperationAction(ISD::CTTZ, VT, Expand); in resetOperationActions()
16230 case ISD::CTTZ: return LowerCTTZ(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp168 setOperationAction(ISD::CTTZ, VT, Expand); in SystemZTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp638 setOperationAction(ISD::CTTZ, MVT::i32, Custom); in ARMTargetLowering()
6230 case ISD::CTTZ: return LowerCTTZ(Op.getNode(), DAG, Subtarget); in LowerOperation()