Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseReinterpretMap.cpp91 bool isOutput; member
106 static InadmissInfo collectInadmissInfo(AffineMap map, bool isOutput) { in collectInadmissInfo()
290 bool isOutput = &operand == op.getDpsInitOperand(0); in translateMap() local
/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h97 isOutput, // '=x' enumerator
/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp1296 bool isOutput = (Constraint[0] == '='); validateConstraintModifier() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DLoopEmitter.cpp253 bool isOutput = isOutputTensor(t); in initializeLoopEmit() local
/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp236 bool Dependence::isOutput() const { isOutput() function in Dependence
/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6056 bool isOutput = (i == 1) && Desc.mayStore(); parseMSInlineAsm() local
H A DMasmParser.cpp7418 if (isOutput) { in parseMSInlineAsm() local