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 309 BSWAP, CTTZ, CTLZ, CTPOP,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 273 case ISD::CTTZ: return "cttz";
LegalizeVectorOps.cpp 214 case ISD::CTTZ:
LegalizeVectorTypes.cpp 70 case ISD::CTTZ:
523 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/NVPTX/
NVPTXISelLowering.cpp 230 setOperationAction(ISD::CTTZ, MVT::i16, Expand);
231 setOperationAction(ISD::CTTZ, MVT::i32, Expand);
232 setOperationAction(ISD::CTTZ, MVT::i64, 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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 157 setOperationAction(ISD::CTTZ, VT, Expand);
  /external/llvm/lib/Target/R600/
AMDILISelLowering.cpp 144 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/X86/
X86ISelLowering.cpp 455 setOperationAction(ISD::CTTZ , MVT::i8 , Promote);
456 AddPromotedToType (ISD::CTTZ , MVT::i8 , MVT::i32);
465 setOperationAction(ISD::CTTZ , MVT::i16 , Custom);
466 setOperationAction(ISD::CTTZ , MVT::i32 , Custom);
468 setOperationAction(ISD::CTTZ , MVT::i64 , Custom);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [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/PowerPC/
PPCISelLowering.cpp 176 // PowerPC does not have BSWAP, CTPOP or CTTZ
178 setOperationAction(ISD::CTTZ , MVT::i32 , Expand);
182 setOperationAction(ISD::CTTZ , MVT::i64 , Expand);
429 setOperationAction(ISD::CTTZ, VT, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 126 setOperationAction(ISD::CTTZ, VT, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 675 setOperationAction(ISD::CTTZ, MVT::i32, Custom);
680 // These just redirect to CTTZ and CTLZ on ARM.
    [all...]

Completed in 91 milliseconds