Home
last modified time | relevance | path

Searched defs:Rot (Results 1 – 16 of 16) sorted by relevance

/external/capstone/arch/ARM/
DARMAddressingModes.h341 int Rot; in getT2SOImmVal() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h320 int Rot = getT2SOImmValRotateVal(Arg); in getT2SOImmVal() local
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h321 int Rot = getT2SOImmValRotateVal(Arg); in getT2SOImmVal() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h311 int Rot = getT2SOImmValRotateVal(Arg); in getT2SOImmVal() local
/external/llvm/unittests/ADT/
DAPIntTest.cpp825 APInt Rot(256, "3fff80000000000000000000000000000000000040008000", 16); in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPIntTest.cpp1448 APInt Rot(256, "3fff80000000000000030000000000000000000040008000", 16); in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp1299 unsigned Rot = (Op.getImm() & 0xF00) >> 7; in printModImmOperand() local
/external/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp1415 unsigned Rot = (Op.getImm() & 0xF00) >> 7; in printModImmOperand() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2858 if (SDNode *Rot = MatchRotate(N0, N1, N->getDebugLoc())) in visitOR() local
2939 SDValue Rot; in MatchRotate() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp787 unsigned Rot; member
3009 static std::unique_ptr<ARMOperand> CreateModImm(unsigned Bits, unsigned Rot, in CreateModImm()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp553 unsigned Rot; member
2693 static std::unique_ptr<ARMOperand> CreateModImm(unsigned Bits, unsigned Rot, in CreateModImm()
/external/swiftshader/third_party/subzero/src/
DIceInstARM32.cpp382 for (int Rot = 1; Rot < 16; Rot++) { in canHoldImm() local
DIceAssemblerARM32.cpp1190 IValueT Rot = encodeRotation(Rotation); in emitSignExtend() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5566 auto *Rot = Builder.CreateOr(LShr, Shl); in ReduceSwitchRange() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5151 if (SDNode *Rot = MatchRotate(N0, N1, SDLoc(N))) in visitOR() local
5455 if (SDNode *Rot = MatchRotate(LHS.getOperand(0), RHS.getOperand(0), DL)) { in MatchRotate() local
5525 SDValue Rot = DAG.getNode(HasROTL ? ISD::ROTL : ISD::ROTR, DL, VT, in MatchRotate() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3857 if (SDNode *Rot = MatchRotate(N0, N1, SDLoc(N))) in visitOR() local
4067 SDValue Rot = DAG.getNode(HasROTL ? ISD::ROTL : ISD::ROTR, DL, VT, in MatchRotate() local