Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PreTileConfig.cpp107 bool isDestructiveCall(MachineInstr &MI, BitVector UsableRegs) { in isDestructiveCall() function in __anonab8a37620111::X86PreTileConfig
268 } else if (MI.isCall() && isDestructiveCall(MI, AMXRegs)) { in runOnMachineFunction()