Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h569 uint16_t getExecutionDomainCustom(const MachineInstr &MI) const;
H A DX86InstrInfo.cpp9029 uint16_t X86InstrInfo::getExecutionDomainCustom(const MachineInstr &MI) const { in getExecutionDomainCustom() function in X86InstrInfo
9301 validDomains = getExecutionDomainCustom(MI); in getExecutionDomain()