HomeSort by relevance Sort by last modified time
    Searched full:ctlz (Results 201 - 225 of 301) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/test/Transforms/LoopVectorize/
intrinsic.ll     [all...]
  /external/swiftshader/third_party/LLVM/docs/
LangRef.html 256 <li><a href="#int_ctlz">'<tt>llvm.ctlz.*</tt>' Intrinsic </a></li>
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaInstrInfo.td 278 def CTLZ : OForm2<0x1C, 0x32, "CTLZ $RB,$RC",
279 [(set GPRC:$RC, (ctlz GPRC:$RB))], s_imisc>;
    [all...]
AlphaISelLowering.cpp 91 setOperationAction(ISD::CTLZ , MVT::i64 , Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 63 case ISD::CTLZ: Res = PromoteIntRes_CTLZ(N); break;
    [all...]
DAGCombiner.cpp     [all...]
LegalizeVectorTypes.cpp 72 case ISD::CTLZ:
630 case ISD::CTLZ:
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Intrinsics.gen 34 ctlz, // llvm.ctlz
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 342 BSWAP, CTTZ, CTLZ, CTPOP, BITREVERSE,
    [all...]
  /external/llvm/lib/Target/ARM/
README.txt 493 bits could perhaps be replaced by the target-independent ctlz and ctpop
  /external/llvm/lib/Target/Lanai/
LanaiInstrInfo.td 825 "leadz\t$Rs1, $Rd", [(set GPR:$Rd, (ctlz GPR:$Rs1))]>;
  /external/llvm/lib/Target/Mips/
MipsMSAInstrInfo.td     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 23 // ctpop, ctlz, cttz
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 320 BSWAP, CTTZ, CTLZ, CTPOP,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
README.txt 493 bits could perhaps be replaced by the target-independent ctlz and ctpop
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCInstr64Bit.td 436 [(set G8RC:$rA, (ctlz G8RC:$rS))]>;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 360 BSWAP, CTTZ, CTLZ, CTPOP, BITREVERSE,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 360 BSWAP, CTTZ, CTLZ, CTPOP, BITREVERSE,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 360 BSWAP, CTTZ, CTLZ, CTPOP, BITREVERSE,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 360 BSWAP, CTTZ, CTLZ, CTPOP, BITREVERSE,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 360 BSWAP, CTTZ, CTLZ, CTPOP, BITREVERSE,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 360 BSWAP, CTTZ, CTLZ, CTPOP, BITREVERSE,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 360 BSWAP, CTTZ, CTLZ, CTPOP, BITREVERSE,
    [all...]

Completed in 1682 milliseconds

1 2 3 4 5 6 7 891011>>