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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 314 BSWAP, CTTZ, CTLZ, CTPOP,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 286 case ISD::CTTZ: return "cttz";
LegalizeVectorTypes.cpp 74 case ISD::CTTZ:
587 case ISD::CTTZ:
    [all...]
LegalizeVectorOps.cpp 260 case ISD::CTTZ:
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp 65 case ISD::CTTZ: Res = PromoteIntRes_CTTZ(N); break;
363 if (N->getOpcode() == ISD::CTTZ) {
    [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 119 setOperationAction(ISD::CTTZ, MVT::i8, Expand);
120 setOperationAction(ISD::CTTZ, MVT::i16, Expand);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 157 setOperationAction(ISD::CTTZ, VT, Expand);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 157 setOperationAction(ISD::CTTZ, VT, Expand);
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 245 setOperationAction(ISD::CTTZ, MVT::i16, Expand);
246 setOperationAction(ISD::CTTZ, MVT::i32, Expand);
247 setOperationAction(ISD::CTTZ, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 259 setOperationAction(ISD::CTTZ, VT, Expand);
322 setOperationAction(ISD::CTTZ, VT, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 478 setOperationAction(ISD::CTTZ , MVT::i8 , Promote);
479 AddPromotedToType (ISD::CTTZ , MVT::i8 , MVT::i32);
488 setOperationAction(ISD::CTTZ , MVT::i16 , Custom);
489 setOperationAction(ISD::CTTZ , MVT::i32 , Custom);
491 setOperationAction(ISD::CTTZ , MVT::i64 , Custom);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 309 setOperationAction(ISD::CTTZ, MVT::i32, Expand);
310 setOperationAction(ISD::CTTZ, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 168 setOperationAction(ISD::CTTZ, VT, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 208 // PowerPC does not have BSWAP, CTPOP or CTTZ
210 setOperationAction(ISD::CTTZ , MVT::i32 , Expand);
214 setOperationAction(ISD::CTTZ , MVT::i64 , Expand);
466 setOperationAction(ISD::CTTZ, VT, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 638 setOperationAction(ISD::CTTZ, MVT::i32, Custom);
643 // These just redirect to CTTZ and CTLZ on ARM.
    [all...]

Completed in 132 milliseconds