Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h97 isOutput, // '=x' enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp1297 bool isOutput = (Constraint[0] == '='); validateConstraintModifier() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp236 bool Dependence::isOutput() const { in isOutput() function in Dependence
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6055 bool isOutput = (i == 1) && Desc.mayStore(); parseMSInlineAsm() local
H A DMasmParser.cpp7417 bool isOutput = (i == 1) && Desc.mayStore(); parseMSInlineAsm() local