Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp386 if (CompareFlags & SystemZII::IsLogical) in adjustCCMasksForInstr()
412 else if ((MIFlags & SystemZII::IsLogical) && CCValues) { in adjustCCMasksForInstr()
H A DSystemZInstrInfo.h49 IsLogical = (1 << 20), enumerator
H A DSystemZInstrInfo.td990 let Defs = [CC], CCValues = 0xF, IsLogical = 1 in {
1030 let Defs = [CC], Uses = [CC], CCValues = 0xF, IsLogical = 1 in {
1100 let Defs = [CC], CCValues = 0x7, IsLogical = 1 in {
1138 let Defs = [CC], Uses = [CC], CCValues = 0xF, IsLogical = 1 in {
1575 let Defs = [CC], CCValues = 0xE, IsLogical = 1 in {
H A DSystemZISelLowering.cpp6900 bool IsLogical = false; in computeKnownBitsForTargetNode() local
6926 IsLogical = true; in computeKnownBitsForTargetNode()
6937 if (IsLogical) { in computeKnownBitsForTargetNode()
H A DSystemZInstrFormats.td95 bit IsLogical = 0;
111 let TSFlags{20} = IsLogical;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h357 bool IsLogical = false);
H A DInstCombineAndOrXor.cpp803 bool IsLogical) { in foldAndOrOfICmpsOfAndWithPow2() argument
825 if (IsLogical) in foldAndOrOfICmpsOfAndWithPow2()