Home
last modified time | relevance | path

Searched refs:Operations (Results 1 – 25 of 108) sorted by relevance

12345

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCFGUpdate.h71 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()}];
/openbsd-src/gnu/llvm/llvm/include/llvm/FuzzMutate/
H A DIRMutator.h78 std::vector<fuzzerop::OpDescriptor> Operations; variable
84 InjectorIRStrategy(std::vector<fuzzerop::OpDescriptor> &&Operations) in InjectorIRStrategy() argument
85 : Operations(std::move(Operations)) {} in InjectorIRStrategy()
90 return Operations.size(); in getWeight()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml464 (*--... Operations on integer types ........................................--*)
474 (*--... Operations on real types ...........................................--*)
481 (*--... Operations on function types .......................................--*)
489 (*--... Operations on struct types .........................................--*)
504 (*--... Operations on pointer, vector, and array types .....................--*)
518 (*--... Operations on other types ..........................................--*)
534 (*--... Operations on uses .................................................--*)
566 (*--... Operations on users ................................................--*)
573 (*--... Operations on constants of (mostly) any type .......................--*)
585 (*--... Operations on instructions .........................................--*)
[all …]
H A Dllvm.mli587 (** {7 Operations on integer types} *)
618 (** {7 Operations on real types} *)
641 (** {7 Operations on function types} *)
667 (** {7 Operations on struct types} *)
710 (** {7 Operations on pointer, vector, and array types} *)
750 (** {7 Operations on other types} *)
859 (** {7 Operations on constants of (mostly) any type} *)
902 (** {7 Operations on instructions} *)
923 (** {7 Operations on metadata} *)
965 (** {7 Operations on scalar constants} *)
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp151 SmallVector<Instruction *, 4> Operations; in handlePhiDef() local
155 Operations.push_back(ZExt); in handlePhiDef()
161 Operations.push_back(SExt); in handlePhiDef()
174 Operations.push_back(BinOp); in handlePhiDef()
180 for (auto *Op : llvm::reverse(Operations)) { in handlePhiDef()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/FuzzMutate/
H A DBUILD.gn17 "Operations.cpp",
/openbsd-src/gnu/llvm/llvm/lib/FuzzMutate/
H A DCMakeLists.txt19 Operations.cpp
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrTDX.td27 // SEAMOPS - SEAM Operations
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSDNodeProperties.td11 // Selection DAG Pattern Operations
/openbsd-src/gnu/llvm/llvm/docs/GlobalISel/
H A DGenericOpcode.rst179 Scalar Operations
283 Integer Operations
437 Floating Point Operations
598 Vector Specific Operations
633 Vector Reduction Operations
672 Memory Operations
880 Other Operations
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOperationKinds.def1 //===--- OperationKinds.def - Operations Database ---------------*- C++ -*-===//
39 //===- Cast Operations ---------------------------------------------------===//
363 //===- Binary Operations -------------------------------------------------===//
417 //===- Unary Operations ---------------------------------------------------===//
/openbsd-src/usr.sbin/mopd/otherOS/linux2/
H A Dmopd-x.x.x.spec2 Summary: MOP (Maintenance Operations Protocol) loader daemon
/openbsd-src/gnu/llvm/llvm/docs/AMDGPU/
H A Dgfx11_msg_e37f7b.rst51 Message name Message Id Supported Operations Operation Id Stream Id
H A Dgfx10_msg.rst51 Message name Message Id Supported Operations Operation Id Stream Id
H A Dgfx940_msg.rst51 Message name Message Id Supported Operations Operation Id Stream Id
H A Dgfx1030_msg.rst51 Message name Message Id Supported Operations Operation Id Stream Id
H A Dgfx7_msg.rst51 Message name Message Id Supported Operations Operation Id Stream Id
H A Dgfx90a_msg.rst51 Message name Message Id Supported Operations Operation Id Stream Id
H A Dgfx8_msg.rst51 Message name Message Id Supported Operations Operation Id Stream Id
H A Dgfx9_msg.rst51 Message name Message Id Supported Operations Operation Id Stream Id
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPC.td200 "Target supports Arithmetic Operations with Add fusion",
204 "Target supports Add with Logical Operations fusion",
208 "Target supports Logical with Add Operations fusion",
212 "Target supports Logical Operations fusion",
220 "Target supports Comparison Operations fusion",
/openbsd-src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/
H A DAMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md18 - [4.2 Stack Location Description Operations](#stack-location-description-operations)
27 - [4.6 Higher Order Operations](#higher-order-operations)
37 - [A.2.5.4.1 Stack Operations](#a-2-5-4-1-stack-operations)
38 - [A.2.5.4.2 Control Flow Operations](#a-2-5-4-2-control-flow-operations)
39 - [A.2.5.4.3 Value Operations](#a-2-5-4-3-value-operations)
40 - [A.2.5.4.3.1 Literal Operations](#a-2-5-4-3-1-literal-operations)
41 … - [A.2.5.4.3.2 Arithmetic and Logical Operations](#a-2-5-4-3-2-arithmetic-and-logical-operations)
42 - [A.2.5.4.3.3 Type Conversion Operations](#a-2-5-4-3-3-type-conversion-operations)
43 - [A.2.5.4.3.4 Special Value Operations](#a-2-5-4-3-4-special-value-operations)
44 - [A.2.5.4.4 Location Description Operations](#a-2-5-4-4-location-description-operations)
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td225 // ALU32 / ALU / Logical Operations.
261 // CR / Logical Operations On Predicates.
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-ar.rst70 Options, Operations and Modifiers are explained in the sections below.
75 Operations section in OPTIONS
157 The modifiers below are specific to certain operations. See the Operations
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DVstat.pod27 Operations on the C<Vstat> object can modify C<$state-E<gt>{problems}>

12345