Home
last modified time | relevance | path

Searched defs:Disjoint (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h48 unsigned Disjoint : 1; member
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h119 Disjoint = 1 << 19, // Each bit is zero in at least one of the inputs. global() enumerator
/llvm-project/llvm/unittests/CodeGen/
H A DSchedBoundary.cpp53 TEST(ResourceSegments, Disjoint) { in TEST() argument
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1190 if (auto *Disjoint = dyn_cast<PossiblyDisjointInst>(Op0BO); visitShl() local
1334 } else if (auto *Disjoint = dyn_cast<PossiblyDisjointInst>(Op0)) { visitLShr() local
/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2641 bool Disjoint = TII->areMemAccessesTriviallyDisjoint(*NewMI, *PrevDef); canUseLastOffsetValue() local
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6916 bool Disjoint = EatIfPresent(lltok::kw_disjoint); parseInstruction() local