Searched refs:TB_FOLDED_BCAST (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrFoldTables.h41 TB_FOLDED_BCAST = 1 << 7, enumerator in enum:llvm::__anon2874
H A DX86InstrFoldTables.cpp6155 addTableEntry(Entry, TB_INDEX_2 | TB_FOLDED_LOAD | TB_FOLDED_BCAST);
6159 addTableEntry(Entry, TB_INDEX_3 | TB_FOLDED_LOAD | TB_FOLDED_BCAST);
H A DX86InstrInfo.cpp6905 bool FoldedBCast = I->Flags & TB_FOLDED_BCAST;
7053 bool FoldedBCast = I->Flags & TB_FOLDED_BCAST;

Completed in 93 milliseconds