Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h525 bool setExecutionDomainCustom(MachineInstr &MI, unsigned Domain) const;
H A DX86InstrInfo.cpp9049 bool X86InstrInfo::setExecutionDomainCustom(MachineInstr &MI, in setExecutionDomainCustom() function in X86InstrInfo
9246 if (setExecutionDomainCustom(MI, Domain)) in setExecutionDomain()