Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp138 bool isInput = is_contained(InstInputs, Inst); in translateSubExpr() local
H A DDependenceAnalysis.cpp230 bool Dependence::isInput() const { in isInput() function in Dependence
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h95 isInput, // 'x' global() enumerator
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp151 static bool isInput(const ArrayRef<StringLiteral> &Prefixes, StringRef Arg) { in isInput() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp2798 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()