Home
last modified time | relevance | path

Searched defs:shape (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/games/tetris/
H A Dtetris.h126 struct shape { struct
127 int rot; /* index of rotated version of this shape */ argument
132 extern const struct shape shapes[]; argument
H A Dshapes.c84 fits_in(const struct shape *shape, int pos) in fits_in()
99 place(const struct shape *shape, int pos, int onoff) in place()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMLRegallocPriorityAdvisor.cpp98 #define _DECL_FEATURES(type, name, shape, _) \ argument
148 #define _DECL_TRAIN_FEATURES(type, name, shape, _) \ argument
H A DMLRegallocEvictAdvisor.cpp350 #define _DECL_FEATURES(type, name, shape, _) \ argument
409 #define _DECL_TRAIN_FEATURES(type, name, shape, _) \ argument
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTensorSpec.h66 const std::vector<int64_t> &shape() const { return Shape; } in shape() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h125 void assignVirt2Shape(Register virtReg, ShapeT shape) { in assignVirt2Shape()