Searched refs:lowerAlignmentHint (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 89 static void lowerAlignmentHint(const MachineInstr *MI, MCInst &LoweredMI, in lowerAlignmentHint() function 405 lowerAlignmentHint(MI, LoweredMI, SystemZ::VLAlign); in emitInstruction() 410 lowerAlignmentHint(MI, LoweredMI, SystemZ::VSTAlign); in emitInstruction() 415 lowerAlignmentHint(MI, LoweredMI, SystemZ::VLMAlign); in emitInstruction() 420 lowerAlignmentHint(MI, LoweredMI, SystemZ::VSTMAlign); in emitInstruction()
|