Searched defs:isInput (Results 1 – 5 of 5) sorted by relevance
/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 { isInput() function in Dependence
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | InlineAsm.h | 96 isInput, // 'x' enumerator
|
/llvm-project/llvm/lib/Option/ |
H A D | OptTable.cpp | 151 static bool isInput(const ArrayRef<StringLiteral> &Prefixes, StringRef Arg) { isInput() function
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.cpp | 2798 TreePattern(Record * TheRec,ListInit * RawPat,bool isInput,CodeGenDAGPatterns & cdp) TreePattern() argument 2806 TreePattern(Record * TheRec,DagInit * Pat,bool isInput,CodeGenDAGPatterns & cdp) TreePattern() argument 2813 TreePattern(Record * TheRec,TreePatternNodePtr Pat,bool isInput,CodeGenDAGPatterns & cdp) TreePattern() argument
|