Home
last modified time | relevance | path

Searched refs:IsLogical (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h44 IsLogical = (1 << 20) enumerator
DSystemZInstrInfo.cpp488 bool IsLogical = (Compare->getDesc().TSFlags & SystemZII::IsLogical) != 0; in optimizeCompareInstr() local
490 !IsLogical && in optimizeCompareInstr()
DSystemZElimCompare.cpp242 if (CompareFlags & SystemZII::IsLogical) in adjustCCMasksForInstr()
DSystemZInstrFormats.td82 bit IsLogical = 0;
94 let TSFlags{20} = IsLogical;
DSystemZInstrInfo.td1119 let Defs = [CC], CCValues = 0xE, IsLogical = 1 in {