| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CFGUpdate.h | 71 SmallDenseMap<std::pair<NodePtr, NodePtr>, int, 4> Operations; variable 72 Operations.reserve(AllUpdates.size()); 80 Operations[{From, To}] += (U.getKind() == UpdateKind::Insert ? 1 : -1); 84 Result.reserve(Operations.size()); 85 for (auto &Op : Operations) { 102 Operations[{U.getFrom(), U.getTo()}] = int(i); 104 Operations[{U.getTo(), U.getFrom()}] = int(i); 108 const auto &OpA = Operations[{A.getFrom(), A.getTo()}]; 109 const auto &OpB = Operations[{B.getFrom(), B.getTo()}];
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | IRMutator.h | 91 std::vector<fuzzerop::OpDescriptor> Operations; variable 97 InjectorIRStrategy() : Operations(getDefaultOps()) {} in InjectorIRStrategy() 98 InjectorIRStrategy(std::vector<fuzzerop::OpDescriptor> &&Operations) in InjectorIRStrategy() argument 99 : Operations(std::move(Operations)) {} in InjectorIRStrategy() 104 return Operations.size(); in getWeight()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerExpectIntrinsic.cpp | 145 SmallVector<Instruction *, 4> Operations; in handlePhiDef() local 149 Operations.push_back(ZExt); in handlePhiDef() 155 Operations.push_back(SExt); in handlePhiDef() 168 Operations.push_back(BinOp); in handlePhiDef() 174 for (auto *Op : llvm::reverse(Operations)) { in handlePhiDef()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoZimop.td | 10 // May-Be-Operations Extension (Zimop). 35 // May-Be-Operations
|
| H A D | RISCVFeatures.td | 131 : RISCVExtension<1, 0, "Integer Conditional Operations">, 135 "(Integer Conditional Operations)">; 161 def FeatureStdExtZimop : RISCVExtension<1, 0, "May-Be-Operations">, 165 "'Zimop' (May-Be-Operations)">; 210 : RISCVExtension<1, 0, "Atomic Memory Operations">; 214 "'Zaamo' (Atomic Memory Operations)">; 246 : RISCVExtension<1, 0, "Byte and Halfword Atomic Memory Operations", 250 "'Zabha' (Byte and Halfword Atomic Memory Operations)">; 461 : RISCVExtension<1, 0, "Compressed May-Be-Operations", 466 "'Zcmop' (Compressed May-Be-Operations)">; [all …]
|
| H A D | RISCVInstrInfoZcmop.td | 10 // May-Be-Operations Extension (Zcmop).
|
| H A D | RISCVInstrInfoZa.td | 13 // - Zabha (v1.0-rc1) : Byte and Halfword Atomic Memory Operations. 140 // Zabha (Byte and Halfword Atomic Memory Operations)
|
| H A D | RISCVScheduleV.td | 478 // 14. Vector Reduction Operations 706 // 14. Vector Reduction Operations 939 // 14. Vector Reduction Operations 1098 // 14. Vector Reduction Operations
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrTDX.td | 25 // SEAMOPS - SEAM Operations
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SDNodeProperties.td | 11 // Selection DAG Pattern Operations
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 1 //===--- OperationKinds.def - Operations Database ---------------*- C++ -*-===// 39 //===- Cast Operations ---------------------------------------------------===// 376 //===- Binary Operations -------------------------------------------------===// 430 //===- Unary Operations ---------------------------------------------------===//
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | provider.pod | 88 I<operation_id> is an operation identity (see L</Operations> below). 100 =head2 Operations section in DESCRIPTION 102 Operations are referred to with numbers, via macros with names
|
| /freebsd/tools/tools/crypto/ |
| H A D | README | 4 it computes the data rate achieved. Operations are carried out by
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 201 "Target supports Arithmetic Operations with Add fusion", 205 "Target supports Add with Logical Operations fusion", 209 "Target supports Logical with Add Operations fusion", 213 "Target supports Logical Operations fusion", 221 "Target supports Comparison Operations fusion",
|
| H A D | README_P9.txt | 402 . Note: llvm has insertelem in "Vector Operations" 418 . Note: llvm has extractelement in "Vector Operations"
|
| /freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
| H A D | e500mc_power_isa.dtsi | 56 fsl,eref-deo; // Data Cache Extended Operations
|
| H A D | e5500_power_isa.dtsi | 57 fsl,eref-deo; // Data Cache Extended Operations
|
| H A D | e6500_power_isa.dtsi | 62 fsl,eref-deo; // Data Cache Extended Operations
|
| /freebsd/contrib/netbsd-tests/ipf/regress/ |
| H A D | p6.whois | 5 Microsoft Corp., MSN Operations (MCMO) 156 Microsoft Corp., MSN Operations SAVV-S233052-4 (NET-216-35-66-88-1) 216.35.66.88 - 216.35.66.95
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonIntrinsicsV5.td | 225 // ALU32 / ALU / Logical Operations. 261 // CR / Logical Operations On Predicates.
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_new_domain.pod | 48 =head2 Supported Operations
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 1852 SmallVector<OperationIndices, 2> Operations; in costAndCollectOperands() local 1855 Operations.emplace_back(Opcode, 0, 0); in costAndCollectOperands() 1864 Operations.emplace_back(Opcode, MinIdx, MaxIdx); in costAndCollectOperands() 1871 Operations.emplace_back(Opcode, MinIdx, MaxIdx); in costAndCollectOperands() 1956 for (auto &CostOp : Operations) { in costAndCollectOperands()
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | error-handling.md | 51 Operations on QUIC streams (SSL_write(), SSL_read()) can also trigger errors,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedCyclone.td | 138 // Shifts and Bitfield Operations 290 // 7.8.14. Never-issued Instructions, Barrier and Hint Operations 473 // 7.9.4 Shifts and Bitfield Operations
|
| /freebsd/ |
| H A D | RELNOTES | 94 the MOPS (Memory Operations) feature instructions when they are
|