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

/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp108 Type = isOutput;
129 if (Type != isOutput || // Cannot early clobber anything but output.
167 if (N >= ConstraintsSoFar.size() || ConstraintsSoFar[N].Type != isOutput||
288 case InlineAsm::isOutput:
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h97 isOutput, // '=x' enumerator in enum:llvm::final::ConstraintPrefix
180 return Type == isInput || (Type == isOutput && isIndirect);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp67 else if (OpInfo.Type == InlineAsm::isOutput)
269 } else if (OpInfo.Type == InlineAsm::isOutput && !OpInfo.isIndirect) {
320 case InlineAsm::isOutput:
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h118 /// isOutput - Returns true if this is an output dependence.
120 bool isOutput() const;
132 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); }
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp389 if (DepResult && (DepResult->isOutput() || DepResult->isFlow() ||
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1106 if (D->isFlow() || D->isAnti() || D->isOutput()) {
1127 if (D->isFlow() || D->isOutput()) {
1169 if (D->isOutput() || D->isAnti()) {
/freebsd-current/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp1297 bool isOutput = (Constraint[0] == '='); local
1309 return (isInOut || isOutput || Size <= 64);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp862 if (TC.Type != InlineAsm::isOutput)
H A DSIISelLowering.cpp15980 if (TC.Type == InlineAsm::isOutput) {
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4548 bool isOutput) {
4556 if (!OpType->isPointerTy() || !isOutput) {
4557 assert(!isOutput);
4591 case InlineAsm::isOutput:
4630 /*isOutput*/ false);
4638 /*isOutput*/ true);
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp236 bool Dependence::isOutput() const { function in class:Dependence
665 else if (isOutput())
/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp7417 bool isOutput = (i == 1) && Desc.mayStore(); local
7419 if (isOutput) {
H A DAsmParser.cpp6055 bool isOutput = (i == 1) && Desc.mayStore(); local
6058 if (isOutput) {
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9117 if ((OpInfo.Type == InlineAsm::isOutput ||
9232 else if (OpInfo.Type == InlineAsm::isOutput)
9333 if (OpInfo.hasArg() || OpInfo.Type == InlineAsm::isOutput)
9457 case InlineAsm::isOutput:
9731 if (OpInfo.Type == InlineAsm::isOutput) {
12080 if (OpInfo.Type != InlineAsm::isOutput)
H A DTargetLowering.cpp5635 case InlineAsm::isOutput:

Completed in 460 milliseconds