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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 313 BSWAP, CTTZ, CTLZ, CTPOP,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeVectorOps.cpp 192 case ISD::CTPOP:
SelectionDAGDumper.cpp 271 case ISD::CTPOP: return "ctpop";
LegalizeDAG.cpp     [all...]
LegalizeVectorTypes.cpp 69 case ISD::CTPOP:
483 case ISD::CTPOP:
    [all...]
LegalizeIntegerTypes.cpp 61 case ISD::CTPOP: Res = PromoteIntRes_CTPOP(N); break;
325 return DAG.getNode(ISD::CTPOP, N->getDebugLoc(), Op.getValueType(), Op);
    [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 280 // CTPOP has to be custom lowered.
284 setOperationAction(ISD::CTPOP, MVT::i8, Custom);
285 setOperationAction(ISD::CTPOP, MVT::i16, Custom);
286 setOperationAction(ISD::CTPOP, MVT::i32, Custom);
287 setOperationAction(ISD::CTPOP, MVT::i64, Custom);
288 setOperationAction(ISD::CTPOP, MVT::i128, Expand);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 130 setOperationAction(ISD::CTPOP, MVT::i8, Expand);
131 setOperationAction(ISD::CTPOP, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 763 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
804 setOperationAction(ISD::CTPOP, MVT::i32, Legal);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 173 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 183 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
184 setOperationAction(ISD::CTPOP, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 151 // PowerPC does not have BSWAP, CTPOP or CTTZ
153 setOperationAction(ISD::CTPOP, MVT::i32 , Expand);
158 setOperationAction(ISD::CTPOP, MVT::i64 , Expand);
355 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 423 setOperationAction(ISD::CTPOP , MVT::i8 , Promote);
425 setOperationAction(ISD::CTPOP , MVT::i8 , Expand);
426 setOperationAction(ISD::CTPOP , MVT::i16 , Expand);
427 setOperationAction(ISD::CTPOP , MVT::i32 , Expand);
429 setOperationAction(ISD::CTPOP , MVT::i64 , Expand);
741 setOperationAction(ISD::CTPOP, (MVT::SimpleValueType)VT, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 624 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
    [all...]

Completed in 191 milliseconds