Searched defs:isInput (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | PHITransAddr.cpp | 138 bool isInput = is_contained(InstInputs, Inst); in translateSubExpr() local
|
H A D | DependenceAnalysis.cpp | 230 bool Dependence::isInput() const { in isInput() function in Dependence
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | InlineAsm.h | 95 isInput, // 'x' global() enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Option/ |
H A D | OptTable.cpp | 151 static bool isInput(const ArrayRef<StringLiteral> &Prefixes, StringRef Arg) { in isInput() function
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.cpp | 2798 TreePattern::TreePattern(Record *TheRec, ListInit *RawPat, bool isInput, in TreePattern() 2806 TreePattern::TreePattern(Record *TheRec, DagInit *Pat, bool isInput, in TreePattern() 2813 TreePattern::TreePattern(Record *TheRec, TreePatternNodePtr Pat, bool isInput, in TreePattern()
|