HomeSort by relevance Sort by last modified time
    Searched refs:BSWAP (Results 26 - 36 of 36) sorted by null

12

  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 253 setOperationAction(ISD::BSWAP, VT, Expand);
327 setOperationAction(ISD::BSWAP, VT, Expand);
    [all...]
SIISelLowering.cpp 109 setOperationAction(ISD::BSWAP, MVT::i32, Legal);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 413 setOperationAction(ISD::BSWAP, MVT::i32, Expand);
415 setOperationAction(ISD::BSWAP, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 207 // PowerPC does not have BSWAP, CTPOP or CTTZ
208 setOperationAction(ISD::BSWAP, MVT::i32 , Expand);
212 setOperationAction(ISD::BSWAP, MVT::i64 , Expand);
481 setOperationAction(ISD::BSWAP, VT, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 457 setOperationAction(ISD::BSWAP, VT, Expand);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 605 setOperationAction(ISD::BSWAP, VT, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 409 setOperationAction(ISD::BSWAP , MVT::i16 , Expand);
    [all...]

Completed in 782 milliseconds

12