Home
last modified time | relevance | path

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

12345678910>>...12

/external/llvm-project/llvm/test/MC/RISCV/rvv/
Dzvamo.s15 …RROR: instruction requires the following: 'A' (Atomic Instructions), 'Zvamo'(Vector AMO Operations)
21 …RROR: instruction requires the following: 'A' (Atomic Instructions), 'Zvamo'(Vector AMO Operations)
27 …RROR: instruction requires the following: 'A' (Atomic Instructions), 'Zvamo'(Vector AMO Operations)
33 …RROR: instruction requires the following: 'A' (Atomic Instructions), 'Zvamo'(Vector AMO Operations)
39 …RROR: instruction requires the following: 'A' (Atomic Instructions), 'Zvamo'(Vector AMO Operations)
45 …RROR: instruction requires the following: 'A' (Atomic Instructions), 'Zvamo'(Vector AMO Operations)
51 …RROR: instruction requires the following: 'A' (Atomic Instructions), 'Zvamo'(Vector AMO Operations)
57 …RROR: instruction requires the following: 'A' (Atomic Instructions), 'Zvamo'(Vector AMO Operations)
63 …RROR: instruction requires the following: 'A' (Atomic Instructions), 'Zvamo'(Vector AMO Operations)
69 …RROR: instruction requires the following: 'A' (Atomic Instructions), 'Zvamo'(Vector AMO Operations)
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCFGUpdate.h71 SmallDenseMap<std::pair<NodePtr, NodePtr>, int, 4> Operations; in LegalizeUpdates() local
72 Operations.reserve(AllUpdates.size()); in LegalizeUpdates()
80 Operations[{From, To}] += (U.getKind() == UpdateKind::Insert ? 1 : -1); in LegalizeUpdates()
84 Result.reserve(Operations.size()); in LegalizeUpdates()
85 for (auto &Op : Operations) { in LegalizeUpdates()
102 Operations[{U.getFrom(), U.getTo()}] = int(i); in LegalizeUpdates()
104 Operations[{U.getTo(), U.getFrom()}] = int(i); in LegalizeUpdates()
108 [&Operations](const Update<NodePtr> &A, const Update<NodePtr> &B) { in LegalizeUpdates()
109 return Operations[{A.getFrom(), A.getTo()}] > in LegalizeUpdates()
110 Operations[{B.getFrom(), B.getTo()}]; in LegalizeUpdates()
/external/llvm-project/llvm/include/llvm/Support/
DCFGUpdate.h70 SmallDenseMap<std::pair<NodePtr, NodePtr>, int, 4> Operations; variable
71 Operations.reserve(AllUpdates.size());
79 Operations[{From, To}] += (U.getKind() == UpdateKind::Insert ? 1 : -1);
83 Result.reserve(Operations.size());
84 for (auto &Op : Operations) {
101 Operations[{U.getFrom(), U.getTo()}] = int(i);
103 Operations[{U.getTo(), U.getFrom()}] = int(i);
107 const auto &OpA = Operations[{A.getFrom(), A.getTo()}];
108 const auto &OpB = Operations[{B.getFrom(), B.getTo()}];
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DIRMutator.h75 std::vector<fuzzerop::OpDescriptor> Operations; variable
81 InjectorIRStrategy(std::vector<fuzzerop::OpDescriptor> &&Operations) in InjectorIRStrategy() argument
82 : Operations(std::move(Operations)) {} in InjectorIRStrategy()
87 return Operations.size(); in getWeight()
/external/llvm-project/llvm/include/llvm/FuzzMutate/
DIRMutator.h75 std::vector<fuzzerop::OpDescriptor> Operations; variable
81 InjectorIRStrategy(std::vector<fuzzerop::OpDescriptor> &&Operations) in InjectorIRStrategy() argument
82 : Operations(std::move(Operations)) {} in InjectorIRStrategy()
87 return Operations.size(); in getWeight()
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/Inputs/
Ddebug_line_malformed.s9 .byte 1 # Maximum Operations per Instruction
50 .byte 1 # Maximum Operations per Instruction
70 .byte 1 # Maximum Operations per Instruction
96 .byte 1 # Maximum Operations per Instruction
125 .byte 1 # Maximum Operations per Instruction
158 .byte 1 # Maximum Operations per Instruction
187 .byte 1 # Maximum Operations per Instruction
208 .byte 1 # Maximum Operations per Instruction
241 .byte 1 # Maximum Operations per Instruction
268 .byte 1 # Maximum Operations per Instruction
[all …]
Ddebug_line_reserved_length.s9 .byte 1 # Maximum Operations per Instruction
39 .byte 1 # Maximum Operations per Instruction
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp118 SmallVector<Instruction *, 4> Operations; in handlePhiDef() local
122 Operations.push_back(ZExt); in handlePhiDef()
128 Operations.push_back(SExt); in handlePhiDef()
141 Operations.push_back(BinOp); in handlePhiDef()
147 for (auto Op : llvm::reverse(Operations)) { in handlePhiDef()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp136 SmallVector<Instruction *, 4> Operations; in handlePhiDef() local
140 Operations.push_back(ZExt); in handlePhiDef()
146 Operations.push_back(SExt); in handlePhiDef()
159 Operations.push_back(BinOp); in handlePhiDef()
165 for (auto Op : llvm::reverse(Operations)) { in handlePhiDef()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml360 (*--... Operations on integer types ........................................--*)
370 (*--... Operations on real types ...........................................--*)
377 (*--... Operations on function types .......................................--*)
385 (*--... Operations on struct types .........................................--*)
399 (*--... Operations on pointer, vector, and array types .....................--*)
411 (*--... Operations on other types ..........................................--*)
427 (*--... Operations on uses .................................................--*)
459 (*--... Operations on users ................................................--*)
465 (*--... Operations on constants of (mostly) any type .......................--*)
475 (*--... Operations on instructions .........................................--*)
[all …]
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.ml436 (*--... Operations on integer types ........................................--*)
446 (*--... Operations on real types ...........................................--*)
453 (*--... Operations on function types .......................................--*)
461 (*--... Operations on struct types .........................................--*)
476 (*--... Operations on pointer, vector, and array types .....................--*)
490 (*--... Operations on other types ..........................................--*)
506 (*--... Operations on uses .................................................--*)
538 (*--... Operations on users ................................................--*)
545 (*--... Operations on constants of (mostly) any type .......................--*)
557 (*--... Operations on instructions .........................................--*)
[all …]
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/
Dvscale.ll5 ;; Unary Operations
17 ;; Binary Operations
133 ;; Bitwise Binary Operations
185 ;; Vector Operations
206 ;; Memory Access and Addressing Operations
219 ;; Conversion Operations
233 ;; Other Operations
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DCMakeLists.txt5 Operations.cpp
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddwarfdump-line-dwo.s15 .byte 1 # Maximum Operations per Instruction
62 .byte 1 # Maximum Operations per Instruction
/external/llvm-project/llvm/lib/FuzzMutate/
DCMakeLists.txt5 Operations.cpp
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/FuzzMutate/
DBUILD.gn16 "Operations.cpp",
/external/llvm-project/flang/include/flang/Evaluate/
Dexpression.h510 using Operations = std::tuple<Parentheses<Result>, Negate<Result>, variable
525 common::TupleToVariant<common::CombineTuples<Operations, Conversions, Indices,
544 using Operations = std::variant<ComplexComponent<KIND>, Parentheses<Result>, variable
551 common::CombineVariants<Operations, Conversions, Others> u;
561 using Operations = std::variant<Parentheses<Result>, Negate<Result>, variable
569 common::CombineVariants<Operations, Others> u;
655 using Operations = std::tuple<Convert<Result>, Parentheses<Result>, Not<KIND>,
663 common::TupleToVariant<common::CombineTuples<Operations, Relations, Others>>
/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
Dfuse-bias-tf.mlir3 // Operations for testing --tosa-fuse-bias-tf
Dconvert-tfl-uint8.mlir3 // Operations for testing --tosa-convert-tfl-uint8
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-bitfield.txt4 # 5.4.4 Bitfield Operations
/external/llvm-project/llvm/test/MC/Disassembler/AArch64/
Darm64-bitfield.txt4 # 5.4.4 Bitfield Operations
/external/llvm-project/mlir/test/IR/
Dinvalid-module-op.mlir6 // expected-error@+1 {{Operations with a 'SymbolTable' must have exactly one block}}
/external/llvm-project/llvm/docs/GlobalISel/
DGenericOpcode.rst179 Scalar Operations
236 Integer Operations
374 Floating Point Operations
513 Vector Specific Operations
548 Vector Reduction Operations
587 Memory Operations
726 Other Operations
/external/llvm-project/llvm/test/Other/
Dscalable-vectors-core-ir.ll9 ;; Unary Operations
22 ;; Binary Operations
122 ;; Bitwise Binary Operations
174 ;; Vector Operations
204 ;; Memory Access and Addressing Operations
240 ;; Conversion Operations
340 ;; Other Operations
/external/llvm-project/llvm/test/MC/AArch64/
Darm64-bitfield-encoding.s5 ; 5.4.4 Bitfield Operations

12345678910>>...12