Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCFLGraph.h395 for (auto &Relation : RetParamRelations) { in tryInterproceduralAnalysis()
396 auto IRelation = instantiateExternalRelation(Relation, CS); in tryInterproceduralAnalysis()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1795 RelationKind Relation; member in __anon7e76e5f80111::MemoryVsLLTSizePredicateMatcher
1800 enum RelationKind Relation, in MemoryVsLLTSizePredicateMatcher() argument
1803 MMOIdx(MMOIdx), Relation(Relation), OpIdx(OpIdx) {} in MemoryVsLLTSizePredicateMatcher()
1811 Relation == cast<MemoryVsLLTSizePredicateMatcher>(&B)->Relation && in isIdentical()
1817 Table << MatchTable::Opcode(Relation == EqualTo in emitPredicateOpcodes()
1819 : Relation == GreaterThan in emitPredicateOpcodes()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPC.td251 // Relation Map Definitions.
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp979 TryResult analyzeLogicOperatorCondition(BinaryOperatorKind Relation, in analyzeLogicOperatorCondition() argument
983 switch (Relation) { in analyzeLogicOperatorCondition()