Searched defs:Rot (Results 1 – 9 of 9) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/ |
| D | graph.h | 82 void Rot(int i) { in Rot() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMAddressingModes.h | 313 int Rot = getT2SOImmValRotateVal(Arg); in getT2SOImmVal() local
|
| D | ARMInstPrinter.cpp | 1376 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/ |
| D | InstCombineSelect.cpp | 2791 if (Instruction *Rot = foldSelectRotate(SI)) in visitSelectInst() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceInstARM32.cpp | 377 for (int Rot = 1; Rot < 16; Rot++) { in canHoldImm() local
|
| D | IceAssemblerARM32.cpp | 1191 IValueT Rot = encodeRotation(Rotation); in emitSignExtend() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
| D | ARMAsmParser.cpp | 824 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/ |
| D | SimplifyCFG.cpp | 5680 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/ |
| D | DAGCombiner.cpp | 5942 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
|