| /llvm-project-15.0.7/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()}];
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/Inputs/ |
| H A D | debug_line_malformed.s | 9 .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 …]
|
| H A D | debug_line_reserved_length.s | 9 .byte 1 # Maximum Operations per Instruction 39 .byte 1 # Maximum Operations per Instruction
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | Transform.md | 7 ## Bufferization Transform Operations 11 ## Loop (SCF) Transform Operations 15 ## Structured (Linalg) Transform Operations
|
| H A D | Builtin.md | 3 The builtin dialect contains a core set of Attributes, Operations, and Types 22 Operations. 26 ## Operations section in Builtin Dialect
|
| H A D | Func.md | 13 ## Operations section in 'func' Dialect
|
| /llvm-project-15.0.7/llvm/include/llvm/FuzzMutate/ |
| H A D | IRMutator.h | 78 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()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 464 (*--... 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 …]
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LowerExpectIntrinsic.cpp | 138 SmallVector<Instruction *, 4> Operations; in handlePhiDef() local 142 Operations.push_back(ZExt); in handlePhiDef() 148 Operations.push_back(SExt); in handlePhiDef() 161 Operations.push_back(BinOp); in handlePhiDef() 167 for (auto Op : llvm::reverse(Operations)) { in handlePhiDef()
|
| /llvm-project-15.0.7/libc/test/src/string/memory_utils/ |
| H A D | memory_access_test.cpp | 175 TYPED_TEST_F(LlvmLibcTestAccessTail, Operations, Types) {} in TYPED_TEST_F() argument 190 TYPED_TEST_F(LlvmLibcTestAccessHeadTail, Operations, Types) {} in TYPED_TEST_F() argument 206 TYPED_TEST_F(LlvmLibcTestAccessLoop, Operations, Types) {} in TYPED_TEST_F() argument 227 TYPED_TEST_F(LlvmLibcTestAccessAlignedAccess, Operations, Types) {} in TYPED_TEST_F() argument
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/ConstProp/ |
| H A D | vscale-inseltpoison.ll | 5 ;; Unary Operations 17 ;; Binary Operations 133 ;; Bitwise Binary Operations 185 ;; Vector Operations 206 ;; Memory Access and Addressing Operations 219 ;; Conversion Operations 233 ;; Other Operations
|
| H A D | vscale.ll | 5 ;; Unary Operations 17 ;; Binary Operations 133 ;; Bitwise Binary Operations 185 ;; Vector Operations 206 ;; Memory Access and Addressing Operations 219 ;; Conversion Operations 233 ;; Other Operations
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | dwarfdump-line-dwo.s | 15 .byte 1 # Maximum Operations per Instruction 62 .byte 1 # Maximum Operations per Instruction
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/FuzzMutate/ |
| H A D | BUILD.gn | 16 "Operations.cpp",
|
| /llvm-project-15.0.7/llvm/lib/FuzzMutate/ |
| H A D | CMakeLists.txt | 18 Operations.cpp
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/AArch64/ |
| H A D | arm64-bitfield.txt | 4 # 5.4.4 Bitfield Operations
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | expression.h | 528 using Operations = std::tuple<Parentheses<Result>, Negate<Result>, 543 common::TupleToVariant<common::CombineTuples<Operations, Conversions, Indices, 562 using Operations = std::variant<ComplexComponent<KIND>, Parentheses<Result>, 569 common::CombineVariants<Operations, Conversions, Others> u; 579 using Operations = std::variant<Parentheses<Result>, Negate<Result>, 587 common::CombineVariants<Operations, Others> u; 674 using Operations = std::tuple<Convert<Result>, Parentheses<Result>, Not<KIND>, 682 common::TupleToVariant<common::CombineTuples<Operations, Relations, Others>>
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | vector-bool.cpp | 25 void Operations() { in Operations() function
|
| /llvm-project-15.0.7/llvm/test/MC/AArch64/ |
| H A D | arm64-bitfield-encoding.s | 5 ; 5.4.4 Bitfield Operations
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | BuiltinDialect.td | 21 "A dialect containing the builtin Attributes, Operations, and Types";
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrTDX.td | 27 // SEAMOPS - SEAM Operations
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | scalable-vectors-core-ir.ll | 9 ;; Unary Operations 22 ;; Binary Operations 122 ;; Bitwise Binary Operations 174 ;; Vector Operations 214 ;; Memory Access and Addressing Operations 250 ;; Conversion Operations 350 ;; Other Operations
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | debug-line-dw-lns-copy.s | 19 .byte 1 # Maximum Operations per Instruction
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | SequenceTest.cpp | 41 TYPED_TEST(StrongIntTest, Operations) { in TYPED_TEST() argument 89 TEST(SafeIntIteratorTest, Operations) { in TEST() argument
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | SDNodeProperties.td | 11 // Selection DAG Pattern Operations
|