Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DIRNormalizer.cpp591 bool IRNormalizer::isOutput(const Instruction *I) const { in isOutput() function in IRNormalizer
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h99 isOutput, // '=x' enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp1373 bool isOutput = (Constraint[0] == '='); in validateConstraintModifier() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp254 bool Dependence::isOutput() const { in isOutput() function in Dependence
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp5954 bool isOutput = (i == 1) && Desc.mayStore(); in parseMSInlineAsm() local
H A DAsmParser.cpp5997 bool isOutput = (i == 1) && Desc.mayStore(); in parseMSInlineAsm() local