Home
last modified time | relevance | path

Searched refs:cop (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Optimizer/Support/
H A DUtils.h23 inline std::int64_t toInt(mlir::arith::ConstantOp cop) { in toInt() argument
24 return cop.getValue().cast<mlir::IntegerAttr>().getValue().getSExtValue(); in toInt()
/llvm-project-15.0.7/flang/include/flang/Lower/Support/
H A DUtils.h40 inline std::int64_t toInt(mlir::arith::ConstantOp cop) { in toInt() argument
41 return cop.getValue().cast<mlir::IntegerAttr>().getValue().getSExtValue(); in toInt()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrInfo.td5365 bits<4> cop;
5390 bits<4> cop;
5427 bits<4> cop;
5443 bits<4> cop;
5461 bits<4> cop;
5480 bits<4> cop;
5499 bits<4> cop;
5591 bits<4> cop;
5638 bits<4> cop;
5687 bits<4> cop;
[all …]
H A DARMInstrThumb2.td4312 bits<4> cop;
4329 bits<4> cop;
4348 bits<4> cop;
4367 bits<4> cop;
4533 bits<4> cop;
4540 let Inst{11-8} = cop;
4558 bits<4> cop;
4564 let Inst{11-8} = cop;
4654 bits<4> cop;
4661 let Inst{11-8} = cop;
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaPseudoObject.cpp1646 } else if (CompoundAssignOperator *cop in recreateSyntacticForm() local
1648 Expr *lhs = stripOpaqueValuesFromPseudoObjectRef(*this, cop->getLHS()); in recreateSyntacticForm()
1649 Expr *rhs = cast<OpaqueValueExpr>(cop->getRHS())->getSourceExpr(); in recreateSyntacticForm()
1651 Context, lhs, rhs, cop->getOpcode(), cop->getType(), in recreateSyntacticForm()
1652 cop->getValueKind(), cop->getObjectKind(), cop->getOperatorLoc(), in recreateSyntacticForm()
1653 CurFPFeatureOverrides(), cop->getComputationLHSType(), in recreateSyntacticForm()
1654 cop->getComputationResultType()); in recreateSyntacticForm()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp264 auto cop = [this, &Reg, &MI, &Inputs](unsigned N, in evaluate() local
752 return rr0(cop(2, W0/2).cat(cop(1, W0/2)), Outputs); in evaluate()
814 RegisterCell R2 = cop(2, W0); in evaluate()
815 RegisterCell R3 = cop(3, W0); in evaluate()
/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp6195 unsigned cop = fieldFromInstruction(Val, 8, 4); in DecoderForMRRC2AndMCRR2() local
6199 if ((cop & ~0x1) == 0xa) in DecoderForMRRC2AndMCRR2()
6221 Inst.addOperand(MCOperand::createImm(cop)); in DecoderForMRRC2AndMCRR2()