Searched defs:isInput (Results 1 – 5 of 5) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | PHITransAddr.cpp | 153 bool isInput = std::count(InstInputs.begin(), InstInputs.end(), Inst); in PHITranslateSubExpr() local
|
H A D | DependenceAnalysis.cpp | 193 bool Dependence::isInput() const { in isInput() function in Dependence
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | InlineAsm.h | 93 isInput, // 'x' enumerator
|
/minix3/external/bsd/llvm/dist/llvm/lib/Option/ |
H A D | OptTable.cpp | 168 static bool isInput(const llvm::StringSet<> &Prefixes, StringRef Arg) { in isInput() function
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.cpp | 1907 TreePattern::TreePattern(Record *TheRec, ListInit *RawPat, bool isInput, in TreePattern() 1914 TreePattern::TreePattern(Record *TheRec, DagInit *Pat, bool isInput, in TreePattern() 1920 TreePattern::TreePattern(Record *TheRec, TreePatternNode *Pat, bool isInput, in TreePattern()
|