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/
TargetLowering.cpp     [all...]
LegalizeVectorOps.cpp 190 case ISD::CTPOP:
LegalizeDAG.cpp     [all...]
LegalizeVectorTypes.cpp 69 case ISD::CTPOP:
445 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/SystemZ/
SystemZISelLowering.cpp 109 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
110 setOperationAction(ISD::CTPOP, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 284 // CTPOP has to be custom lowered.
288 setOperationAction(ISD::CTPOP, MVT::i8, Custom);
289 setOperationAction(ISD::CTPOP, MVT::i16, Custom);
290 setOperationAction(ISD::CTPOP, MVT::i32, Custom);
291 setOperationAction(ISD::CTPOP, MVT::i64, Custom);
292 setOperationAction(ISD::CTPOP, MVT::i128, Expand);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 129 setOperationAction(ISD::CTPOP, MVT::i8, Expand);
130 setOperationAction(ISD::CTPOP, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 764 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
803 setOperationAction(ISD::CTPOP, MVT::i32, Legal);
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 71 setOperationAction(ISD::CTPOP, MVT::i16, Promote);
112 // i32 has native CTPOP, but not CTLZ/CTTZ
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 171 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 89 setOperationAction(ISD::CTPOP , MVT::i64 , 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);
334 setOperationAction(ISD::CTPOP, VT, Expand);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 109 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 403 setOperationAction(ISD::CTPOP , MVT::i8 , Promote);
405 setOperationAction(ISD::CTPOP , MVT::i8 , Expand);
406 setOperationAction(ISD::CTPOP , MVT::i16 , Expand);
407 setOperationAction(ISD::CTPOP , MVT::i32 , Expand);
409 setOperationAction(ISD::CTPOP , MVT::i64 , Expand);
716 setOperationAction(ISD::CTPOP, (MVT::SimpleValueType)VT, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 154 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 577 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
    [all...]

Completed in 157 milliseconds