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

1 2 3 4

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 320 BSWAP, CTTZ, CTLZ, CTPOP,
    [all...]
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 183 Function *CTLZ = Intrinsic::getDeclaration(F->getParent(), Intrinsic::ctlz,
242 // ; %tmp0 = tail call i32 @llvm.ctlz.i32(i32 %divisor, i1 true)
243 // ; %tmp1 = tail call i32 @llvm.ctlz.i32(i32 %dividend, i1 true)
255 Value *Tmp0 = Builder.CreateCall(CTLZ, {Divisor, True});
256 Value *Tmp1 = Builder.CreateCall(CTLZ, {Dividend, True});
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 183 Function *CTLZ = Intrinsic::getDeclaration(F->getParent(), Intrinsic::ctlz,
242 // ; %tmp0 = tail call i32 @llvm.ctlz.i32(i32 %divisor, i1 true)
243 // ; %tmp1 = tail call i32 @llvm.ctlz.i32(i32 %dividend, i1 true)
255 Value *Tmp0 = Builder.CreateCall(CTLZ, {Divisor, True});
256 Value *Tmp1 = Builder.CreateCall(CTLZ, {Dividend, True});
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 342 BSWAP, CTTZ, CTLZ, CTPOP, BITREVERSE,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 385 BSWAP, CTTZ, CTLZ, CTPOP, BITREVERSE,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 29 // ctpop, ctlz, cttz
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 160 case ISD::CTLZ:
LegalizeVectorTypes.cpp 68 case ISD::CTLZ:
444 case ISD::CTLZ:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 345 case ISD::CTLZ:
733 case ISD::CTLZ:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGDumper.cpp 350 case ISD::CTLZ: return "ctlz";
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.cpp 72 // The expansion of CTLZ/CTTZ uses AND/OR, so we might as well promote
74 setOperationAction(ISD::CTLZ, MVT::i16, Promote);
112 // i32 has native CTPOP, but not CTLZ/CTTZ
113 setOperationAction(ISD::CTLZ, MVT::i32, Expand);
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 113 setOperationAction(ISD::CTLZ, MVT::i32, Promote);
114 setOperationAction(ISD::CTLZ, MVT::i64, Legal);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLoweringHVX.cpp 83 setOperationAction(ISD::CTLZ, T, Legal);
145 setOperationAction(ISD::CTLZ, T, Custom);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 286 case ISD::CTLZ:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGDumper.cpp 321 case ISD::CTLZ: return "ctlz";
  /external/llvm/lib/Target/X86/
X86IntrinsicsInfo.h     [all...]
X86ISelLowering.cpp 334 setOperationPromotedToType(ISD::CTLZ , MVT::i8 , MVT::i32);
337 setOperationAction(ISD::CTLZ , MVT::i8 , Custom);
338 setOperationAction(ISD::CTLZ , MVT::i16 , Custom);
339 setOperationAction(ISD::CTLZ , MVT::i32 , Custom);
344 setOperationAction(ISD::CTLZ , MVT::i64 , Custom);
677 setOperationAction(ISD::CTLZ, VT, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 283 // SPU does not have BSWAP. It does have i32 support CTLZ.
300 setOperationAction(ISD::CTLZ , MVT::i8, Promote);
301 setOperationAction(ISD::CTLZ , MVT::i16, Promote);
302 setOperationAction(ISD::CTLZ , MVT::i32, Legal);
303 setOperationAction(ISD::CTLZ , MVT::i64, Expand);
304 setOperationAction(ISD::CTLZ , MVT::i128, Expand);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 120 setOperationAction(ISD::CTLZ, MVT::i8, Expand);
121 setOperationAction(ISD::CTLZ, MVT::i16, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.cpp 127 setOperationAction(ISD::CTLZ, MVT::i8, Expand);
128 setOperationAction(ISD::CTLZ, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 102 setOperationAction(ISD::CTLZ, MVT::i64, Custom);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFISelLowering.cpp 113 setOperationAction(ISD::CTLZ, MVT::i64, Custom);

Completed in 1616 milliseconds

1 2 3 4