HomeSort by relevance Sort by last modified time
    Searched refs:CTPOP (Results 51 - 75 of 84) sorted by null

1 23 4

  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 181 setOperationAction(ISD::CTPOP, VT, Custom);
183 setOperationAction(ISD::CTPOP, VT, Expand);
314 setOperationAction(ISD::CTPOP, VT, Custom);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 110 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp 109 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRISelLowering.cpp 172 setOperationAction(ISD::CTPOP, VT, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 107 setOperationAction(ISD::CTPOP, XLenVT, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 107 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 263 setOperationAction(ISD::CTPOP, Ty, Legal);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 330 setOperationAction(ISD::CTPOP, Ty, Legal);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 219 // PowerPC does not have BSWAP, CTPOP or CTTZ
226 setOperationAction(ISD::CTPOP, MVT::i32 , Legal);
227 setOperationAction(ISD::CTPOP, MVT::i64 , Legal);
229 setOperationAction(ISD::CTPOP, MVT::i32 , Expand);
230 setOperationAction(ISD::CTPOP, MVT::i64 , Expand);
426 setOperationAction(ISD::CTPOP, VT, Legal);
430 setOperationAction(ISD::CTPOP, VT, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp 403 setOperationAction(ISD::CTPOP , MVT::i8 , Promote);
405 setOperationAction(ISD::CTPOP , MVT::i8 , Expand);
406 setOperationAction(ISD::CTPOP , MVT::i16 , Expand);
407 setOperationAction(ISD::CTPOP , MVT::i32 , Expand);
409 setOperationAction(ISD::CTPOP , MVT::i64 , Expand);
716 setOperationAction(ISD::CTPOP, (MVT::SimpleValueType)VT, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 324 // CTPOP or CTTZ were introduced in P8/P9 respectively
337 setOperationAction(ISD::CTPOP, MVT::i32 , Legal);
338 setOperationAction(ISD::CTPOP, MVT::i64 , Legal);
340 setOperationAction(ISD::CTPOP, MVT::i32 , Expand);
341 setOperationAction(ISD::CTPOP, MVT::i64 , Expand);
560 setOperationAction(ISD::CTPOP, VT, Legal);
564 setOperationAction(ISD::CTPOP, VT, Expand);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 222 setOperationAction(ISD::CTPOP, MVT::i32, Custom);
223 setOperationAction(ISD::CTPOP, MVT::i64, Custom);
686 setOperationAction(ISD::CTPOP, VT, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 292 setOperationAction(ISD::CTPOP, MVT::i32, Custom);
293 setOperationAction(ISD::CTPOP, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 356 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
359 setOperationAction(ISD::CTPOP, MVT::i64, Expand);
426 setOperationAction(ISD::CTPOP, MVT::i16, Promote);
    [all...]
AMDGPUISelLowering.cpp 433 setOperationAction(ISD::CTPOP, VT, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp 154 setOperationAction(ISD::CTPOP, MVT::i32, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 490 setOperationAction(ISD::CTPOP, Ty, Legal);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
MipsGenFastISel.inc 257 // FastEmit functions for ISD::CTPOP.
    [all...]

Completed in 2816 milliseconds

1 23 4