/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 309 BSWAP, CTTZ, CTLZ, CTPOP, [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
TargetLowering.cpp | [all...] |
SelectionDAGDumper.cpp | 272 case ISD::CTPOP: return "ctpop";
|
LegalizeVectorOps.cpp | 217 case ISD::CTPOP:
|
LegalizeVectorTypes.cpp | 69 case ISD::CTPOP: 526 case ISD::CTPOP: [all...] |
LegalizeIntegerTypes.cpp | 61 case ISD::CTPOP: Res = PromoteIntRes_CTPOP(N); break; 325 return DAG.getNode(ISD::CTPOP, SDLoc(N), Op.getValueType(), Op); [all...] |
LegalizeDAG.cpp | [all...] |
SelectionDAG.cpp | [all...] |
DAGCombiner.cpp | [all...] |
SelectionDAGBuilder.cpp | [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXISelLowering.cpp | 236 setOperationAction(ISD::CTPOP, MVT::i16, Legal); 237 setOperationAction(ISD::CTPOP, MVT::i32, Legal); 238 setOperationAction(ISD::CTPOP, MVT::i64, Legal); [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 130 setOperationAction(ISD::CTPOP, MVT::i8, Expand); 131 setOperationAction(ISD::CTPOP, MVT::i16, Expand); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 156 setOperationAction(ISD::CTPOP, VT, Expand);
|
/external/llvm/lib/Target/R600/ |
AMDILISelLowering.cpp | 143 setOperationAction(ISD::CTPOP, VT, Expand);
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 156 setOperationAction(ISD::CTPOP, VT, Expand);
|
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.cpp | 143 setOperationAction(ISD::CTPOP, MVT::i32, Expand); 144 setOperationAction(ISD::CTPOP, MVT::i64, Expand); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | 176 // PowerPC does not have BSWAP, CTPOP or CTTZ 187 setOperationAction(ISD::CTPOP, MVT::i32 , Legal); 188 setOperationAction(ISD::CTPOP, MVT::i64 , Legal); 190 setOperationAction(ISD::CTPOP, MVT::i32 , Expand); 191 setOperationAction(ISD::CTPOP, MVT::i64 , Expand); 426 setOperationAction(ISD::CTPOP, VT, Expand); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | 577 // NEON does not have single instruction CTPOP for vectors with element 580 setOperationAction(ISD::CTPOP, MVT::v2i32, Custom); 581 setOperationAction(ISD::CTPOP, MVT::v4i32, Custom); 582 setOperationAction(ISD::CTPOP, MVT::v4i16, Custom); 583 setOperationAction(ISD::CTPOP, MVT::v8i16, Custom); 676 setOperationAction(ISD::CTPOP, MVT::i32, Expand); [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 111 setOperationAction(ISD::CTPOP, MVT::i32, Expand); [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | 307 setOperationAction(ISD::CTPOP, MVT::i32, Expand); 308 setOperationAction(ISD::CTPOP, MVT::i64, Expand); [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | 496 setOperationAction(ISD::CTPOP , MVT::i8 , Promote); 498 setOperationAction(ISD::CTPOP , MVT::i8 , Expand); 499 setOperationAction(ISD::CTPOP , MVT::i16 , Expand); 500 setOperationAction(ISD::CTPOP , MVT::i32 , Expand); 502 setOperationAction(ISD::CTPOP , MVT::i64 , Expand); [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 125 setOperationAction(ISD::CTPOP, VT, Expand); [all...] |