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