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.cpp494 bool IsLogical = (Compare->getDesc().TSFlags & SystemZII::IsLogical) != 0; in optimizeCompareInstr() local
495 return Value == 0 && !IsLogical && in optimizeCompareInstr()
DSystemZElimCompare.cpp251 if (CompareFlags & SystemZII::IsLogical) in adjustCCMasksForInstr()
DSystemZInstrFormats.td82 bit IsLogical = 0;
94 let TSFlags{20} = IsLogical;
DSystemZInstrInfo.td1139 let Defs = [CC], CCValues = 0xE, IsLogical = 1 in {