Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp316 if ((MI.isCall() && !MI.isReturn()) || MI.isStackAligningInlineAsm()) in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1372 bool isStackAligningInlineAsm() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp818 bool MachineInstr::isStackAligningInlineAsm() const { in isStackAligningInlineAsm() function in MachineInstr
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp674 MI.isStackAligningInlineAsm()) { in runOnMachineFunction()