Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp284 if ((MI.isCall() && !MI.isReturn()) || MI.isStackAligningInlineAsm()) in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1272 bool isStackAligningInlineAsm() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp795 bool MachineInstr::isStackAligningInlineAsm() const { in isStackAligningInlineAsm() function in MachineInstr
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp667 MI.isStackAligningInlineAsm()) { in runOnMachineFunction()