HomeSort by relevance Sort by last modified time
    Searched refs:CTPOP (Results 1 - 25 of 25) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 314 BSWAP, CTTZ, CTLZ, CTPOP,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGDumper.cpp 285 case ISD::CTPOP: return "ctpop";
LegalizeVectorTypes.cpp 73 case ISD::CTPOP:
590 case ISD::CTPOP:
    [all...]
LegalizeIntegerTypes.cpp 63 case ISD::CTPOP: Res = PromoteIntRes_CTPOP(N); break;
355 return DAG.getNode(ISD::CTPOP, SDLoc(N), Op.getValueType(), Op);
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeVectorOps.cpp 263 case ISD::CTPOP:
    [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 127 setOperationAction(ISD::CTPOP, MVT::i8, Expand);
128 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/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/Mips/
MipsISelLowering.cpp 303 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);
    [all...]
MipsSEISelLowering.cpp 260 setOperationAction(ISD::CTPOP, Ty, Legal);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 251 setOperationAction(ISD::CTPOP, MVT::i16, Legal);
252 setOperationAction(ISD::CTPOP, MVT::i32, Legal);
253 setOperationAction(ISD::CTPOP, MVT::i64, Legal);
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 264 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
267 setOperationAction(ISD::CTPOP, MVT::i64, Expand);
321 setOperationAction(ISD::CTPOP, VT, Expand);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 246 setOperationAction(ISD::CTPOP, MVT::i32, Custom);
247 setOperationAction(ISD::CTPOP, MVT::i64, Custom);
529 setOperationAction(ISD::CTPOP, VT.getSimpleVT(), Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 535 // 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);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 112 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 527 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);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 208 // 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);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 167 setOperationAction(ISD::CTPOP, VT, Expand);
    [all...]

Completed in 102 milliseconds