Searched defs:isInput (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | PHITransAddr.cpp | 151 bool isInput = is_contained(InstInputs, Inst); in PHITranslateSubExpr() local
|
H A D | DependenceAnalysis.cpp | 221 bool Dependence::isInput() const { in isInput() function in Dependence
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | InlineAsm.h | 94 isInput, // 'x' enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/ |
H A D | OptTable.cpp | 170 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) { in isInput() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.cpp | 2742 TreePattern::TreePattern(Record *TheRec, ListInit *RawPat, bool isInput, in TreePattern() 2750 TreePattern::TreePattern(Record *TheRec, DagInit *Pat, bool isInput, in TreePattern() 2757 TreePattern::TreePattern(Record *TheRec, TreePatternNodePtr Pat, bool isInput, in TreePattern()
|