Home
last modified time | relevance | path

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

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