Searched defs:setExecutionDomain (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h919 /// domain of MI, and a bit mask of possible domains. The setExecutionDomain
933 /// setExecutionDomain - Change the opcode of MI to execute in Domain.
938 virtual void setExecutionDomain(MachineInstr *MI, unsigned Domain) const {} function in class:llvm::TargetInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5283 void X86InstrInfo::setExecutionDomain(MachineInstr *MI, unsigned Domain) const { function in class:X86InstrInfo
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp4062 ARMBaseInstrInfo::setExecutionDomain(MachineInstr *MI, unsigned Domain) const { function in class:ARMBaseInstrInfo

Completed in 3946 milliseconds