Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInlineAsm.h95 isOutput, // '=x' enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DARM.cpp1107 bool isOutput = (Constraint[0] == '='); in validateConstraintModifier() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp227 bool Dependence::isOutput() const { in isOutput() function in Dependence
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5985 bool isOutput = (i == 1) && Desc.mayStore(); in parseMSInlineAsm() local
H A DMasmParser.cpp7118 bool isOutput = (i == 1) && Desc.mayStore(); in parseMSInlineAsm() local