Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.h484 bool setExecutionDomainCustom(MachineInstr &MI, unsigned Domain) const;
H A DX86InstrInfo.cpp8144 bool X86InstrInfo::setExecutionDomainCustom(MachineInstr &MI, in setExecutionDomainCustom() function in X86InstrInfo
8323 if (setExecutionDomainCustom(MI, Domain)) in setExecutionDomain()