Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMAddressingModes.h341 int Rot; in getT2SOImmVal() local
DARMInstPrinter.c2344 unsigned Rot = (MCOperand_getImm(Op) & 0xF00) >> 7; in printModImmOperand() local
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h327 int Rot = getT2SOImmValRotateVal(Arg); in getT2SOImmVal() local
DARMInstPrinter.cpp1376 unsigned Rot = (Op.getImm() & 0xF00) >> 7; in printModImmOperand() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h313 int Rot = getT2SOImmValRotateVal(Arg); in getT2SOImmVal() local
DARMInstPrinter.cpp1376 unsigned Rot = (Op.getImm() & 0xF00) >> 7; in printModImmOperand() local
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h321 int Rot = getT2SOImmValRotateVal(Arg); in getT2SOImmVal() local
/external/llvm/unittests/ADT/
DAPIntTest.cpp825 APInt Rot(256, "3fff80000000000000000000000000000000000040008000", 16); in TEST() local
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp1198 SDValue Rot = getInstr(Hexagon::V6_valignbi, dl, ByteTy, in compressHvxPred() local
2222 SDValue Rot = DAG.getNode(ISD::ADD, dl, ty(Rot0), {Rot0, Rot1}); in PerformHvxDAGCombine() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp2791 if (Instruction *Rot = foldSelectRotate(SI)) in visitSelectInst() local
/external/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp1415 unsigned Rot = (Op.getImm() & 0xF00) >> 7; in printModImmOperand() local
/external/llvm-project/llvm/unittests/ADT/
DAPIntTest.cpp1540 APInt Rot(256, "3fff80000000000000030000000000000000000040008000", 16); in TEST() local
/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.cpp377 for (int Rot = 1; Rot < 16; Rot++) { in canHoldImm() local
DIceAssemblerARM32.cpp1193 IValueT Rot = encodeRotation(Rotation); in emitSignExtend() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp824 unsigned Rot; member
3504 static std::unique_ptr<ARMOperand> CreateModImm(unsigned Bits, unsigned Rot, in CreateModImm()
/external/llvm-project/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp890 unsigned Rot; member
3570 static std::unique_ptr<ARMOperand> CreateModImm(unsigned Bits, unsigned Rot, in CreateModImm()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5680 auto *Rot = Builder.CreateOr(LShr, Shl); in ReduceSwitchRange() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5834 auto *Rot = Builder.CreateOr(LShr, Shl); in ReduceSwitchRange() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5942 if (SDValue Rot = MatchRotate(N0, N1, SDLoc(N))) in visitOR() local
6268 if (SDValue Rot = MatchRotate(LHS.getOperand(0), RHS.getOperand(0), DL)) { in MatchRotate() local
6337 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
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6355 if (SDValue Rot = MatchRotate(N0, N1, SDLoc(N))) in visitOR() local
6758 if (SDValue Rot = MatchRotate(LHS.getOperand(0), RHS.getOperand(0), DL)) { in MatchRotate() local
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp12360 SDValue Rot = DAG.getNode(ISD::OR, DL, RotateVT, SHL, SRL); in lowerShuffleAsBitRotate() local
12364 SDValue Rot = in lowerShuffleAsBitRotate() local