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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 320 BSWAP, CTTZ, CTLZ, CTPOP,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 158 case ISD::CTPOP:
TargetLowering.cpp     [all...]
LegalizeVectorTypes.cpp 69 case ISD::CTPOP:
445 case ISD::CTPOP:
    [all...]
LegalizeIntegerTypes.cpp 60 case ISD::CTPOP: Res = PromoteIntRes_CTPOP(N); break;
297 return DAG.getNode(ISD::CTPOP, N->getDebugLoc(), Op.getValueType(), Op);
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 108 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
109 setOperationAction(ISD::CTPOP, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 283 // CTPOP has to be custom lowered.
287 setOperationAction(ISD::CTPOP, MVT::i8, Custom);
288 setOperationAction(ISD::CTPOP, MVT::i16, Custom);
289 setOperationAction(ISD::CTPOP, MVT::i32, Custom);
290 setOperationAction(ISD::CTPOP, MVT::i64, Custom);
291 setOperationAction(ISD::CTPOP, MVT::i128, Expand);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 128 setOperationAction(ISD::CTPOP, MVT::i8, Expand);
129 setOperationAction(ISD::CTPOP, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 762 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
801 setOperationAction(ISD::CTPOP, MVT::i32, Legal);
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 70 setOperationAction(ISD::CTPOP, MVT::i16, Promote);
110 // i32 has native CTPOP, but not CTLZ/CTTZ
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 88 setOperationAction(ISD::CTPOP , MVT::i64 , Expand);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 170 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 146 // PowerPC does not have BSWAP, CTPOP or CTTZ
148 setOperationAction(ISD::CTPOP, MVT::i32 , Expand);
151 setOperationAction(ISD::CTPOP, MVT::i64 , Expand);
333 setOperationAction(ISD::CTPOP, VT, Expand);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 108 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 432 setOperationAction(ISD::CTPOP , MVT::i8 , Promote);
434 setOperationAction(ISD::CTPOP , MVT::i8 , Expand);
435 setOperationAction(ISD::CTPOP , MVT::i16 , Expand);
436 setOperationAction(ISD::CTPOP , MVT::i32 , Expand);
438 setOperationAction(ISD::CTPOP , MVT::i64 , Expand);
733 setOperationAction(ISD::CTPOP, (MVT::SimpleValueType)VT, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 127 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 557 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
    [all...]

Completed in 965 milliseconds