Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h514 bool setExecutionDomainCustom(MachineInstr &MI, unsigned Domain) const;
H A DX86InstrInfo.cpp8966 bool X86InstrInfo::setExecutionDomainCustom(MachineInstr &MI, in setExecutionDomainCustom() function in X86InstrInfo
9163 if (setExecutionDomainCustom(MI, Domain)) in setExecutionDomain()