Searched refs:CTPOP (Results 1 - 25 of 25) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h314 BSWAP, CTTZ, CTLZ, CTPOP, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1261 SDValue CTPOP = N0; local
1264 CTPOP = N0.getOperand(0);
1266 if (CTPOP.hasOneUse() && CTPOP.getOpcode() == ISD::CTPOP &&
1267 (N0 == CTPOP || N0.getValueType().getSizeInBits() >
1268 Log2_32_Ceil(CTPOP.getValueType().getSizeInBits()))) {
1269 EVT CTVT = CTPOP.getValueType();
1270 SDValue CTOp = CTPOP.getOperand(0);
H A DSelectionDAGDumper.cpp285 case ISD::CTPOP: return "ctpop";
H A DLegalizeVectorTypes.cpp73 case ISD::CTPOP:
590 case ISD::CTPOP:
1213 case ISD::CTPOP:
1620 case ISD::CTPOP:
H A DLegalizeIntegerTypes.cpp63 case ISD::CTPOP: Res = PromoteIntRes_CTPOP(N); break;
355 return DAG.getNode(ISD::CTPOP, SDLoc(N), Op.getValueType(), Op);
1138 case ISD::CTPOP: ExpandIntRes_CTPOP(N, Lo, Hi); break;
1798 Lo = DAG.getNode(ISD::ADD, dl, NVT, DAG.getNode(ISD::CTPOP, dl, NVT, Lo),
1799 DAG.getNode(ISD::CTPOP, dl, NVT, Hi));
H A DLegalizeDAG.cpp2731 case ISD::CTPOP: {
2737 "CTPOP not implemented for this type.");
2795 return DAG.getNode(ISD::CTPOP, dl, VT, Op);
2810 // If ISD::CTLZ is legal and CTPOP isn't, then do that instead.
2811 if (!TLI.isOperationLegalOrCustom(ISD::CTPOP, VT) &&
2816 return DAG.getNode(ISD::CTPOP, dl, VT, Tmp3);
2960 case ISD::CTPOP:
4153 case ISD::CTPOP:
4156 // Perform the larger operation. For CTPOP and CTTZ_ZERO_UNDEF, this is
H A DLegalizeVectorOps.cpp263 case ISD::CTPOP:
H A DSelectionDAG.cpp2147 case ISD::CTPOP: {
2702 case ISD::CTPOP:
H A DDAGCombiner.cpp1229 case ISD::CTPOP: return visitCTPOP(N);
4500 return DAG.getNode(ISD::CTPOP, SDLoc(N), VT, N0);
H A DSelectionDAGBuilder.cpp5202 setValue(&I, DAG.getNode(ISD::CTPOP, sdl, Ty, Arg));
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp127 setOperationAction(ISD::CTPOP, MVT::i8, Expand);
128 setOperationAction(ISD::CTPOP, MVT::i16, Expand);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp156 setOperationAction(ISD::CTPOP, VT, Expand);
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp156 setOperationAction(ISD::CTPOP, VT, Expand);
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1402 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
1403 setOperationAction(ISD::CTPOP, MVT::i64, Expand);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp303 setOperationAction(ISD::CTPOP, MVT::i32, Legal);
304 setOperationAction(ISD::CTPOP, MVT::i64, Legal);
306 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
307 setOperationAction(ISD::CTPOP, MVT::i64, Expand);
H A DMipsSEISelLowering.cpp260 setOperationAction(ISD::CTPOP, Ty, Legal);
2060 return DAG.getNode(ISD::CTPOP, DL, Op->getValueType(0), Op->getOperand(1));
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp251 setOperationAction(ISD::CTPOP, MVT::i16, Legal);
252 setOperationAction(ISD::CTPOP, MVT::i32, Legal);
253 setOperationAction(ISD::CTPOP, MVT::i64, Legal);
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp264 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
267 setOperationAction(ISD::CTPOP, MVT::i64, Expand);
321 setOperationAction(ISD::CTPOP, VT, Expand);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp246 setOperationAction(ISD::CTPOP, MVT::i32, Custom);
247 setOperationAction(ISD::CTPOP, MVT::i64, Custom);
529 setOperationAction(ISD::CTPOP, VT.getSimpleVT(), Expand);
1593 case ISD::CTPOP:
3066 SDValue CtPop = DAG.getNode(ISD::CTPOP, DL, MVT::v8i8, VecVal);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp535 // NEON does not have single instruction CTPOP for vectors with element
538 setOperationAction(ISD::CTPOP, MVT::v2i32, Custom);
539 setOperationAction(ISD::CTPOP, MVT::v4i32, Custom);
540 setOperationAction(ISD::CTPOP, MVT::v4i16, Custom);
541 setOperationAction(ISD::CTPOP, MVT::v8i16, Custom);
639 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
4119 SDValue N1 = DAG.getNode(ISD::CTPOP, DL, VT8Bit, N0);
6231 case ISD::CTPOP: return LowerCTPOP(Op.getNode(), DAG, Subtarget);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp112 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1469 setOperationAction(ISD::CTPOP, MVT::i64,
1581 setOperationAction(ISD::CTPOP, MVT::i32,
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp208 // PowerPC does not have BSWAP, CTPOP or CTTZ
219 setOperationAction(ISD::CTPOP, MVT::i32 , Legal);
220 setOperationAction(ISD::CTPOP, MVT::i64 , Legal);
222 setOperationAction(ISD::CTPOP, MVT::i32 , Expand);
223 setOperationAction(ISD::CTPOP, MVT::i64 , Expand);
463 setOperationAction(ISD::CTPOP, VT, Expand);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp527 setOperationAction(ISD::CTPOP , MVT::i8 , Promote);
529 setOperationAction(ISD::CTPOP , MVT::i8 , Expand);
530 setOperationAction(ISD::CTPOP , MVT::i16 , Expand);
531 setOperationAction(ISD::CTPOP , MVT::i32 , Expand);
533 setOperationAction(ISD::CTPOP , MVT::i64 , Expand);
847 setOperationAction(ISD::CTPOP, VT, Expand);
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp167 setOperationAction(ISD::CTPOP, VT, Expand);

Completed in 701 milliseconds