Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dgraph.h82 void Rot(int i) { in Rot() function
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp2791 if (Instruction *Rot = foldSelectRotate(SI)) in visitSelectInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstARM32.cpp377 for (int Rot = 1; Rot < 16; Rot++) { in canHoldImm() local
DIceAssemblerARM32.cpp1191 IValueT Rot = encodeRotation(Rotation); in emitSignExtend() local
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5680 auto *Rot = Builder.CreateOr(LShr, Shl); in ReduceSwitchRange() local
/third_party/skia/third_party/externals/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