Home
last modified time | relevance | path

Searched refs:isOutput (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/IR/
H A DInlineAsm.cpp108 Type = isOutput; in Parse()
129 if (Type != isOutput || // Cannot early clobber anything but output. in Parse()
167 if (N >= ConstraintsSoFar.size() || ConstraintsSoFar[N].Type != isOutput|| in Parse()
288 case InlineAsm::isOutput: in verify()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DInlineAsm.h96 isOutput, // '=x' enumerator
179 return Type == isInput || (Type == isOutput && isIndirect); in hasArg()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp67 else if (OpInfo.Type == InlineAsm::isOutput) in update()
323 } else if (OpInfo.Type == InlineAsm::isOutput && !OpInfo.isIndirect) { in lowerInlineAsm()
374 case InlineAsm::isOutput: in lowerInlineAsm()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h120 bool isOutput() const;
132 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); } in isOrdered()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp389 if (DepResult && (DepResult->isOutput() || DepResult->isFlow() || in isSafeToMoveBefore()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1109 if (D->isFlow() || D->isAnti() || D->isOutput()) { in canHoistInst()
1130 if (D->isFlow() || D->isOutput()) { in canHoistInst()
1172 if (D->isOutput() || D->isAnti()) { in canSinkInst()
/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DARM.cpp1223 bool isOutput = (Constraint[0] == '='); in validateConstraintModifier() local
1236 return (isInOut || isOutput || Size <= 64); in validateConstraintModifier()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp839 if (TC.Type != InlineAsm::isOutput) in isInlineAsmSourceOfDivergence()
H A DSIISelLowering.cpp13118 if (TC.Type == InlineAsm::isOutput) { in requiresUniformRegister()
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4479 bool isOutput) { in instrumentAsmArgument()
4487 if (!OpType->isPointerTy() || !isOutput) { in instrumentAsmArgument()
4488 assert(!isOutput); in instrumentAsmArgument()
4515 case InlineAsm::isOutput: in getNumOutputArgs()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp236 bool Dependence::isOutput() const { in isOutput() function in Dependence
665 else if (isOutput()) in dump()
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6041 bool isOutput = (i == 1) && Desc.mayStore(); in parseMSInlineAsm() local
6044 if (isOutput) { in parseMSInlineAsm()
H A DMasmParser.cpp7449 bool isOutput = (i == 1) && Desc.mayStore(); in parseMSInlineAsm() local
7451 if (isOutput) { in parseMSInlineAsm()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8709 if ((OpInfo.Type == InlineAsm::isOutput || in getRegistersForValue()
8825 else if (OpInfo.Type == InlineAsm::isOutput) in update()
8926 if (OpInfo.hasArg() || OpInfo.Type == InlineAsm::isOutput) in visitInlineAsm()
9050 case InlineAsm::isOutput: in visitInlineAsm()
9334 if (OpInfo.Type == InlineAsm::isOutput) { in visitInlineAsm()
H A DTargetLowering.cpp5403 case InlineAsm::isOutput: in ParseConstraints()