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/
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/
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/
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 …]
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/
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/
DBUILD.gn17 "Operations.cpp",
/openbsd/src/gnu/llvm/llvm/lib/FuzzMutate/
DCMakeLists.txt19 Operations.cpp
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86InstrTDX.td27 // SEAMOPS - SEAM Operations
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DSDNodeProperties.td11 // Selection DAG Pattern Operations
/openbsd/src/gnu/llvm/llvm/docs/GlobalISel/
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/
DOperationKinds.def1 //===--- OperationKinds.def - Operations Database ---------------*- C++ -*-===//
39 //===- Cast Operations ---------------------------------------------------===//
363 //===- Binary Operations -------------------------------------------------===//
417 //===- Unary Operations ---------------------------------------------------===//
/openbsd/src/usr.sbin/mopd/otherOS/linux2/
Dmopd-x.x.x.spec2 Summary: MOP (Maintenance Operations Protocol) loader daemon
/openbsd/src/gnu/llvm/llvm/docs/AMDGPU/
Dgfx11_msg_e37f7b.rst51 Message name Message Id Supported Operations Operation Id Stream Id
Dgfx10_msg.rst51 Message name Message Id Supported Operations Operation Id Stream Id
Dgfx7_msg.rst51 Message name Message Id Supported Operations Operation Id Stream Id
Dgfx90a_msg.rst51 Message name Message Id Supported Operations Operation Id Stream Id
Dgfx1030_msg.rst51 Message name Message Id Supported Operations Operation Id Stream Id
Dgfx940_msg.rst51 Message name Message Id Supported Operations Operation Id Stream Id
Dgfx8_msg.rst51 Message name Message Id Supported Operations Operation Id Stream Id
Dgfx9_msg.rst51 Message name Message Id Supported Operations Operation Id Stream Id
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
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/lib/Target/Hexagon/
DHexagonIntrinsicsV5.td225 // ALU32 / ALU / Logical Operations.
261 // CR / Logical Operations On Predicates.
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
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/
DVstat.pod27 Operations on the C<Vstat> object can modify C<$state-E<gt>{problems}>
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVScheduleV.td299 // 14. Vector Reduction Operations
515 // 14. Vector Reduction Operations
729 // 14. Vector Reduction Operations
880 // 14. Vector Reduction Operations

12345