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 319 BSWAP, CTTZ, CTLZ, CTPOP,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 276 case ISD::CTTZ: return "cttz";
LegalizeVectorOps.cpp 193 case ISD::CTTZ:
LegalizeVectorTypes.cpp 70 case ISD::CTTZ:
502 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 292 setOperationAction(ISD::CTTZ , MVT::i8, Expand);
293 setOperationAction(ISD::CTTZ , MVT::i16, Expand);
294 setOperationAction(ISD::CTTZ , MVT::i32, Expand);
295 setOperationAction(ISD::CTTZ , MVT::i64, Expand);
296 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/Sparc/
SparcISelLowering.cpp 769 setOperationAction(ISD::CTTZ , MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 155 // PowerPC does not have BSWAP, CTPOP or CTTZ
158 setOperationAction(ISD::CTTZ , MVT::i32 , Expand);
163 setOperationAction(ISD::CTTZ , MVT::i64 , Expand);
362 setOperationAction(ISD::CTTZ, VT, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 387 setOperationAction(ISD::CTTZ , MVT::i8 , Promote);
388 AddPromotedToType (ISD::CTTZ , MVT::i8 , MVT::i32);
397 setOperationAction(ISD::CTTZ , MVT::i16 , Custom);
398 setOperationAction(ISD::CTTZ , MVT::i32 , Custom);
400 setOperationAction(ISD::CTTZ , MVT::i64 , Custom);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 210 setOperationAction(ISD::CTTZ, MVT::i32, Expand);
211 setOperationAction(ISD::CTTZ, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 625 setOperationAction(ISD::CTTZ, MVT::i32, Custom);
630 // These just redirect to CTTZ and CTLZ on ARM.
    [all...]

Completed in 984 milliseconds