Home
last modified time | relevance | path

Searched defs:isInput (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DPHITransAddr.cpp152 bool isInput = is_contained(InstInputs, Inst); in PHITranslateSubExpr() local
H A DDependenceAnalysis.cpp208 bool Dependence::isInput() const { in isInput() function in Dependence
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInlineAsm.h92 isInput, // 'x' enumerator
/freebsd-12.1/contrib/llvm/lib/Option/
H A DOptTable.cpp170 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) { in isInput() function
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2576 TreePattern::TreePattern(Record *TheRec, ListInit *RawPat, bool isInput, in TreePattern()
2584 TreePattern::TreePattern(Record *TheRec, DagInit *Pat, bool isInput, in TreePattern()
2591 TreePattern::TreePattern(Record *TheRec, TreePatternNodePtr Pat, bool isInput, in TreePattern()