Home
last modified time | relevance | path

Searched refs:offsetMinAlignForOpcode (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp96 static unsigned offsetMinAlignForOpcode(unsigned OpC);
494 if (offsetMinAlignForOpcode(Opcode) > 1) { in requiresFrameIndexScavenging()
1527 static unsigned offsetMinAlignForOpcode(unsigned OpC) { in offsetMinAlignForOpcode() function
1562 return offsetMinAlignForOpcode(OpC); in offsetMinAlign()