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

1 2 3 4

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 320 BSWAP, CTTZ, CTLZ, CTPOP,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 342 BSWAP, CTTZ, CTLZ, CTPOP, BITREVERSE,
    [all...]
BasicTTIImpl.h 818 case Intrinsic::ctpop:
819 ISDs.push_back(ISD::CTPOP);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 385 BSWAP, CTTZ, CTLZ, CTPOP, BITREVERSE,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 161 case ISD::CTPOP:
TargetLowering.cpp     [all...]
LegalizeVectorTypes.cpp 69 case ISD::CTPOP:
445 case ISD::CTPOP:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
HexagonISelLoweringHVX.cpp 82 setOperationAction(ISD::CTPOP, T, Legal);
147 setOperationAction(ISD::CTPOP, T, Custom);
    [all...]
  /external/swiftshader/third_party/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/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeVectorOps.cpp 349 case ISD::CTPOP:
    [all...]
SelectionDAGDumper.cpp 347 case ISD::CTPOP: return "ctpop";
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGDumper.cpp 318 case ISD::CTPOP: return "ctpop";
LegalizeIntegerTypes.cpp 64 case ISD::CTPOP: Res = PromoteIntRes_CTPOP(N); break;
390 return DAG.getNode(ISD::CTPOP, SDLoc(N), Op.getValueType(), Op);
    [all...]
  /external/swiftshader/third_party/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 122 setOperationAction(ISD::CTPOP, MVT::i8, Expand);
123 setOperationAction(ISD::CTPOP, MVT::i16, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.cpp 129 setOperationAction(ISD::CTPOP, MVT::i8, Expand);
130 setOperationAction(ISD::CTPOP, MVT::i16, Expand);
    [all...]
  /external/swiftshader/third_party/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/BPF/
BPFISelLowering.cpp 105 setOperationAction(ISD::CTPOP, MVT::i64, Expand);
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.cpp 71 setOperationAction(ISD::CTPOP, MVT::i16, Promote);
112 // i32 has native CTPOP, but not CTLZ/CTTZ
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFISelLowering.cpp 100 setOperationAction(ISD::CTPOP, VT, Expand);

Completed in 1864 milliseconds

1 2 3 4