Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h472 bool setExecutionDomainCustom(MachineInstr &MI, unsigned Domain) const;
H A DX86InstrInfo.cpp7556 bool X86InstrInfo::setExecutionDomainCustom(MachineInstr &MI, in setExecutionDomainCustom() function in X86InstrInfo
7735 if (setExecutionDomainCustom(MI, Domain)) in setExecutionDomain()