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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 313 BSWAP, CTTZ, CTLZ, CTPOP,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 189 case ISD::CTTZ:
SelectionDAGDumper.cpp 272 case ISD::CTTZ: return "cttz";
LegalizeVectorTypes.cpp 70 case ISD::CTTZ:
480 case ISD::CTTZ:
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp 63 case ISD::CTTZ: Res = PromoteIntRes_CTTZ(N); break;
333 if (N->getOpcode() == ISD::CTTZ) {
    [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 290 setOperationAction(ISD::CTTZ , MVT::i8, Expand);
291 setOperationAction(ISD::CTTZ , MVT::i16, Expand);
292 setOperationAction(ISD::CTTZ , MVT::i32, Expand);
293 setOperationAction(ISD::CTTZ , MVT::i64, Expand);
294 setOperationAction(ISD::CTTZ , MVT::i128, Expand);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 122 setOperationAction(ISD::CTTZ, MVT::i8, Expand);
123 setOperationAction(ISD::CTTZ, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 171 setOperationAction(ISD::CTTZ, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 764 setOperationAction(ISD::CTTZ , MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 185 setOperationAction(ISD::CTTZ, MVT::i32, Expand);
186 setOperationAction(ISD::CTTZ, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 151 // PowerPC does not have BSWAP, CTPOP or CTTZ
154 setOperationAction(ISD::CTTZ , MVT::i32 , Expand);
159 setOperationAction(ISD::CTTZ , MVT::i64 , Expand);
358 setOperationAction(ISD::CTTZ, VT, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 382 setOperationAction(ISD::CTTZ , MVT::i8 , Promote);
383 AddPromotedToType (ISD::CTTZ , MVT::i8 , MVT::i32);
392 setOperationAction(ISD::CTTZ , MVT::i16 , Custom);
393 setOperationAction(ISD::CTTZ , MVT::i32 , Custom);
395 setOperationAction(ISD::CTTZ , MVT::i64 , Custom);
742 setOperationAction(ISD::CTTZ, (MVT::SimpleValueType)VT, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 623 setOperationAction(ISD::CTTZ, MVT::i32, Custom);
628 // These just redirect to CTTZ and CTLZ on ARM.
    [all...]

Completed in 603 milliseconds