| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | CFGUpdate.h | 72 SmallDenseMap<std::pair<NodePtr, NodePtr>, int, 4> Operations; in LegalizeUpdates() local 73 Operations.reserve(AllUpdates.size()); in LegalizeUpdates() 81 Operations[{From, To}] += (U.getKind() == UpdateKind::Insert ? 1 : -1); in LegalizeUpdates() 85 Result.reserve(Operations.size()); in LegalizeUpdates() 86 for (auto &Op : Operations) { in LegalizeUpdates() 103 Operations[{U.getFrom(), U.getTo()}] = int(i); in LegalizeUpdates() 105 Operations[{U.getTo(), U.getFrom()}] = int(i); in LegalizeUpdates() 109 [&Operations](const Update<NodePtr> &A, const Update<NodePtr> &B) { in LegalizeUpdates() 110 return Operations[{A.getFrom(), A.getTo()}] > in LegalizeUpdates() 111 Operations[{B.getFrom(), B.getTo()}]; in LegalizeUpdates()
|
| /freebsd-12.1/contrib/llvm/include/llvm/FuzzMutate/ |
| H A D | IRMutator.h | 76 std::vector<fuzzerop::OpDescriptor> Operations; variable 82 InjectorIRStrategy(std::vector<fuzzerop::OpDescriptor> &&Operations) in InjectorIRStrategy() argument 83 : Operations(std::move(Operations)) {} in InjectorIRStrategy() 88 return Operations.size(); in getWeight()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LowerExpectIntrinsic.cpp | 112 SmallVector<Instruction *, 4> Operations; in handlePhiDef() local 116 Operations.push_back(ZExt); in handlePhiDef() 122 Operations.push_back(SExt); in handlePhiDef() 135 Operations.push_back(BinOp); in handlePhiDef() 141 for (auto Op : llvm::reverse(Operations)) { in handlePhiDef()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | SDNodeProperties.td | 12 // Selection DAG Pattern Operations
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 1 //===--- OperationKinds.def - Operations Database ---------------*- C++ -*-===// 40 //===- Cast Operations ---------------------------------------------------===// 339 //===- Binary Operations -------------------------------------------------===// 393 //===- Unary Operations ---------------------------------------------------===//
|
| /freebsd-12.1/tools/tools/crypto/ |
| H A D | README | 5 it computes the data rate achieved. Operations are carried out by
|
| /freebsd-12.1/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-12.1/contrib/llvm/lib/FuzzMutate/ |
| H A D | IRMutator.cpp | 101 auto RS = makeSampler(IB.Rand, make_filter_range(Operations, OpMatchesPred)); in chooseOperation()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonIntrinsicsV5.td | 226 // ALU32 / ALU / Logical Operations. 262 // CR / Logical Operations On Predicates.
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | EC_GROUP_new.pod | 71 Operations in a binary field are performed relative to an B<irreducible polynomial>. All such curve…
|
| H A D | DEFINE_STACK_OF.pod | 190 if the same stack is accessed in a different thread. Operations such as
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedCyclone.td | 136 // Shifts and Bitfield Operations 287 // 7.8.14. Never-issued Instructions, Barrier and Hint Operations 469 // 7.9.4 Shifts and Bitfield Operations
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | README_P9.txt | 402 . Note: llvm has insertelem in "Vector Operations" 418 . Note: llvm has extractelement in "Vector Operations"
|
| H A D | PPCSchedule440.td | 71 // the IEXE1 stage. Operations such as multiply and divide must
|
| H A D | PPCInstrInfo.td | 2168 let PPC970_Unit = 1 in { // FXU Operations. 2209 let PPC970_Unit = 1 in { // FXU Operations. 2255 let PPC970_Unit = 1, hasSideEffects = 0 in { // FXU Operations. 2297 let PPC970_Unit = 1 in { // FXU Operations. 2327 let PPC970_Unit = 3, Predicates = [HasFPU] in { // FPU Operations. 2411 let PPC970_Unit = 3, hasSideEffects = 0, Predicates = [HasFPU] in { // FPU Operations. 2731 let PPC970_Unit = 1, hasSideEffects = 0 in { // FXU Operations. 2818 let PPC970_Unit = 3, hasSideEffects = 0, Predicates = [HasFPU] in { // FPU Operations. 2915 let PPC970_Unit = 1 in { // FXU Operations. 2923 let PPC970_Unit = 1 in { // FXU Operations.
|
| H A D | PPCInstr64Bit.td | 424 let PPC970_Unit = 1 in { // FXU Operations. 896 } // End FXU Operations. 1303 Uses = [RM] in { // FPU Operations.
|
| H A D | PPCInstrAltivec.td | 455 let PPC970_Unit = 5 in { // VALU Operations. 848 } // VALU Operations. 955 // Logical Operations
|
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | TUNING | 30 and Operations Guide; doc/op/op.txt.
|
| /freebsd-12.1/lib/libc/softfloat/ |
| H A D | softfloat.txt | 161 than 32, 64, or 80 is not specified. Operations other than the ones listed
|
| /freebsd-12.1/sys/dev/mps/mpi/ |
| H A D | mpi2_history.txt | 313 * Operations Status Event data.
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ScheduleZnver1.td | 109 // registers. Operations on 256-bit data types are cracked into two COPs. 440 // Vector Shift Operations
|
| /freebsd-12.1/contrib/binutils/gas/doc/ |
| H A D | c-i386.texi | 33 * i386-SIMD:: Intel's MMX and AMD's 3DNow! SIMD Operations 638 @section Intel's MMX and AMD's 3DNow! SIMD Operations
|
| /freebsd-12.1/usr.sbin/services_mkdb/ |
| H A D | services | 710 opc-job-start 423/tcp #IBM Operations Planning and Control Start 711 opc-job-start 423/udp #IBM Operations Planning and Control Start 712 opc-job-track 424/tcp #IBM Operations Planning and Control Track 713 opc-job-track 424/udp #IBM Operations Planning and Control Track
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMInstrVFP.td | 332 // FP Binary Operations. 556 // FP Unary Operations. 1808 // FP Multiply-Accumulate Operations. 1983 // Fused FP Multiply-Accumulate Operations.
|
| /freebsd-12.1/contrib/sendmail/ |
| H A D | README | 182 The sendmail Installation & Operations Guide. In addition
|