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

1 2 3

  /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...]
  /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 159 case ISD::CTTZ:
LegalizeVectorTypes.cpp 70 case ISD::CTTZ:
446 case ISD::CTTZ:
    [all...]
LegalizeIntegerTypes.cpp 62 case ISD::CTTZ: Res = PromoteIntRes_CTTZ(N); break;
339 return DAG.getNode(ISD::CTTZ, dl, NVT, Op);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.cpp 72 // The expansion of CTLZ/CTTZ uses AND/OR, so we might as well promote
75 setOperationAction(ISD::CTTZ, MVT::i16, Promote);
112 // i32 has native CTPOP, but not CTLZ/CTTZ
114 setOperationAction(ISD::CTTZ, MVT::i32, Expand);
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 111 setOperationAction(ISD::CTTZ, MVT::i32, Expand);
112 setOperationAction(ISD::CTTZ, MVT::i64, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 346 case ISD::CTTZ:
    [all...]
SelectionDAGDumper.cpp 348 case ISD::CTTZ: return "cttz";
    [all...]
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLoweringHVX.cpp 90 setOperationAction(ISD::CTTZ, T, Custom);
146 setOperationAction(ISD::CTTZ, T, Custom);
    [all...]
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 287 case ISD::CTTZ:
    [all...]
SelectionDAGDumper.cpp 319 case ISD::CTTZ: return "cttz";
LegalizeVectorTypes.cpp 75 case ISD::CTTZ:
631 case ISD::CTTZ:
    [all...]
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 294 setOperationAction(ISD::CTTZ , MVT::i8, Expand);
295 setOperationAction(ISD::CTTZ , MVT::i16, Expand);
296 setOperationAction(ISD::CTTZ , MVT::i32, Expand);
297 setOperationAction(ISD::CTTZ , MVT::i64, Expand);
298 setOperationAction(ISD::CTTZ , MVT::i128, Expand);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 118 setOperationAction(ISD::CTTZ, MVT::i8, Expand);
119 setOperationAction(ISD::CTTZ, MVT::i16, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.cpp 125 setOperationAction(ISD::CTTZ, MVT::i8, Expand);
126 setOperationAction(ISD::CTTZ, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 101 setOperationAction(ISD::CTTZ, MVT::i64, Custom);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFISelLowering.cpp 112 setOperationAction(ISD::CTTZ, MVT::i64, Custom);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 99 setOperationAction(ISD::CTTZ, MVT::i8, Expand);
100 setOperationAction(ISD::CTTZ, MVT::i16, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp 170 setOperationAction(ISD::CTTZ, MVT::i32, Expand);
    [all...]

Completed in 1862 milliseconds

1 2 3