Home
last modified time | relevance | path

Searched refs:hasNewDataDest (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h1001 inline bool hasNewDataDest(uint64_t TSFlags) { in hasNewDataDest() function
1033 return hasNewDataDest(TSFlags); in getMemoryOperandNo()
1046 return 1 + hasNewDataDest(TSFlags); in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1010 bool IsND = X86II::hasNewDataDest(TSFlags); // IsND implies HasVEX_4V in emitVEXOpcodePrefix()
1592 bool IsND = X86II::hasNewDataDest(TSFlags); in encodeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CompressEVEX.cpp222 bool IsND = X86II::hasNewDataDest(TSFlags); in CompressEVEXImpl()
H A DX86InstrInfo.cpp6720 if (X86II::hasNewDataDest(MI.getDesc().TSFlags)) { in getPartialRegUpdateClearance()
7169 X86II::hasNewDataDest(MI.getDesc().TSFlags)) { in breakPartialRegDependency()
8109 X86II::hasNewDataDest(TSFlags)) in foldMemoryOperandImpl()