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

12

  /external/llvm/lib/Target/R600/
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 114 setOperationAction(ISD::ROTR , MVT::i32, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 321 setOperationAction(ISD::ROTR, MVT::i32, Expand);
324 setOperationAction(ISD::ROTR, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 299 case ISD::ROTR:
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 171 setOperationAction(ISD::ROTR, VT, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 226 // PowerPC does not have ROTR
227 setOperationAction(ISD::ROTR, MVT::i32 , Expand);
228 setOperationAction(ISD::ROTR, MVT::i64 , Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 342 milliseconds

12