Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.h474 uint16_t getExecutionDomainCustom(const MachineInstr &MI) const;
H A DX86InstrInfo.cpp7995 uint16_t X86InstrInfo::getExecutionDomainCustom(const MachineInstr &MI) const { in getExecutionDomainCustom() function in X86InstrInfo
8232 validDomains = getExecutionDomainCustom(MI); in getExecutionDomain()