Home
last modified time | relevance | path

Searched refs:Disjoint (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h384 bool Disjoint : 1;
407 Disjoint(false), NonNeg(false), NoNaNs(false), NoInfs(false),
427 void setDisjoint(bool b) { Disjoint = b; }
443 bool hasDisjoint() const { return Disjoint; }
461 Disjoint &= Flags.Disjoint;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2595 bool Disjoint = TII->areMemAccessesTriviallyDisjoint(*NewMI, *PrevDef); in canUseLastOffsetValue() local
2597 if (!Disjoint) in canUseLastOffsetValue()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h376 DEFINE_HELPERS(Or, Disjoint) // CreateDisjointOr
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6515 bool Disjoint = EatIfPresent(lltok::kw_disjoint); in parseInstruction() local
6518 if (Disjoint) in parseInstruction()