Home
last modified time | relevance | path

Searched defs:Skew (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyPEI.cpp519 unsigned &MaxAlign, unsigned Skew) { in AdjustStackOffset()
549 int64_t &Offset, unsigned &MaxAlign, unsigned Skew) { in AssignProtectedObjSet()
583 unsigned Skew = TFI.getStackAlignmentSkew(Fn); in calculateFrameObjectOffsets() local
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp503 unsigned &MaxAlign, unsigned Skew) { in AdjustStackOffset()
533 int64_t &Offset, unsigned &MaxAlign, unsigned Skew) { in AssignProtectedObjSet()
567 unsigned Skew = TFI.getStackAlignmentSkew(Fn); in calculateFrameObjectOffsets() local
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
Db2Math.h139 b2Vec2 Skew() const in Skew() function