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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 319 BSWAP, CTTZ, CTLZ, CTPOP,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 278 case ISD::CTLZ: return "ctlz";
LegalizeDAG.cpp     [all...]
LegalizeVectorOps.cpp 192 case ISD::CTLZ:
LegalizeVectorTypes.cpp 68 case ISD::CTLZ:
501 case ISD::CTLZ:
    [all...]
LegalizeIntegerTypes.cpp 60 case ISD::CTLZ: Res = PromoteIntRes_CTLZ(N); break;
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 281 // SPU does not have BSWAP. It does have i32 support CTLZ.
303 setOperationAction(ISD::CTLZ , MVT::i8, Promote);
304 setOperationAction(ISD::CTLZ , MVT::i16, Promote);
305 setOperationAction(ISD::CTLZ , MVT::i32, Legal);
306 setOperationAction(ISD::CTLZ , MVT::i64, Expand);
307 setOperationAction(ISD::CTLZ , MVT::i128, Expand);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 126 setOperationAction(ISD::CTLZ, MVT::i8, Expand);
127 setOperationAction(ISD::CTLZ, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 169 setOperationAction(ISD::CTLZ, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 771 setOperationAction(ISD::CTLZ , MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 406 setOperationAction(ISD::CTLZ , MVT::i8 , Promote);
407 AddPromotedToType (ISD::CTLZ , MVT::i8 , MVT::i32);
415 setOperationAction(ISD::CTLZ , MVT::i8 , Custom);
416 setOperationAction(ISD::CTLZ , MVT::i16 , Custom);
417 setOperationAction(ISD::CTLZ , MVT::i32 , Custom);
422 setOperationAction(ISD::CTLZ , MVT::i64 , Custom);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 274 setOperationAction(ISD::CTLZ, MVT::i32, Expand);
275 setOperationAction(ISD::CTLZ, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 360 setOperationAction(ISD::CTLZ, VT, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 628 setOperationAction(ISD::CTLZ, MVT::i32, Expand);
630 // These just redirect to CTTZ and CTLZ on ARM.
    [all...]

Completed in 245 milliseconds