| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Opcode.h | 43 Opcode(uint8_t inst, lldb::ByteOrder order) in Opcode() 48 Opcode(uint16_t inst, lldb::ByteOrder order) in Opcode() 53 Opcode(uint32_t inst, lldb::ByteOrder order) in Opcode() 58 Opcode(uint64_t inst, lldb::ByteOrder order) in Opcode() 153 void SetOpcode8(uint8_t inst, lldb::ByteOrder order) { in SetOpcode8() 159 void SetOpcode16(uint16_t inst, lldb::ByteOrder order) { in SetOpcode16() 165 void SetOpcode16_2(uint32_t inst, lldb::ByteOrder order) { in SetOpcode16_2() 171 void SetOpcode32(uint32_t inst, lldb::ByteOrder order) { in SetOpcode32() 177 void SetOpcode64(uint64_t inst, lldb::ByteOrder order) { in SetOpcode64()
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Visitors.cpp | 25 WalkOrder order) { in walk() 41 WalkOrder order) { in walk() 56 WalkOrder order) { in walk() 104 WalkOrder order) { in walk() 132 WalkOrder order) { in walk() 159 WalkOrder order) { in walk()
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/tests/gmp-compat-test/ |
| H A D | imath_custom_test.c | 2 void test_mpz_export(char **out, char *rop, size_t *countp, int order, in test_mpz_export() 12 void test_mpz_import(char *out, void *unused, size_t count, int order, in test_mpz_import()
|
| H A D | gmp_custom_test.c | 2 void test_mpz_export(char **out, char *rop, size_t *countp, int order, in test_mpz_export() 12 void test_mpz_import(char *out, void *unused, size_t count, int order, in test_mpz_import()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | AccelTable.h | 266 uint64_t order() const override { return Die.getOffset(); } in order() function 290 uint64_t order() const override { return DieOffset; } in order() function 333 uint64_t order() const override { return Die.getOffset(); } in order() function 370 uint64_t order() const override { return Offset; } in order() function 397 uint64_t order() const override { return Offset; } in order() function
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | atomic_signal_fence.c | 21 void atomic_signal_fence(memory_order order) { in atomic_signal_fence()
|
| H A D | atomic_thread_fence.c | 21 void atomic_thread_fence(memory_order order) { in atomic_thread_fence()
|
| H A D | atomic_flag_clear_explicit.c | 22 memory_order order) { in atomic_flag_clear_explicit()
|
| H A D | atomic_flag_test_and_set_explicit.c | 22 memory_order order) { in atomic_flag_test_and_set_explicit()
|
| /llvm-project-15.0.7/flang/test/Lower/Intrinsics/ |
| H A D | reshape.f90 | 31 subroutine test_reshape_optional(pad, order, source, shape) argument 33 integer, pointer :: order(:) local
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | stdatomic.h | 74 #define atomic_thread_fence(order) __c11_atomic_thread_fence(order) argument 75 #define atomic_signal_fence(order) __c11_atomic_signal_fence(order) argument 175 #define atomic_flag_test_and_set_explicit(object, order) __c11_atomic_exchange(&(object)->_Value, 1… argument 178 #define atomic_flag_clear_explicit(object, order) __c11_atomic_store(&(object)->_Value, 0, order) argument
|
| /llvm-project-15.0.7/flang/unittests/Evaluate/ |
| H A D | reshape.cpp | 57 Descriptor &order{orderDescriptor.descriptor()}; in main() local
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_tarjan.h | 32 int *order; member
|
| H A D | isl_ast_codegen.c | 3728 struct isl_set_map_pair *domain, int *order, int n) in construct_component_executed() 3751 struct isl_set_map_pair *domain, int *order, int n, in generate_shifted_component_from_list() 3783 int *order, int n, int depth) in at_most_one_non_fixed() 3814 int *order, int n, int depth, __isl_keep isl_ast_build *build) in eliminate_non_fixed() 3852 static int first_offset(struct isl_set_map_pair *domain, int *order, int n, in first_offset() 3971 struct isl_set_map_pair *domain, int *order, int n, in construct_shifted_executed() 4052 struct isl_set_map_pair *domain, int *order, int n, in generate_shift_component() 4185 struct isl_set_map_pair *domain, int *order, int n, in generate_component()
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | common.h | 100 static constexpr bool Satisfies(RelationalOperator op, Ordering order) { in Satisfies()
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | test_comparisons.h | 142 constexpr bool testOrder(const T& t1, const U& t2, Order order) { in testOrder()
|
| /llvm-project-15.0.7/flang/test/Evaluate/ |
| H A D | folding06.f90 | 22 integer(4), parameter :: order(2) = [2, 1] variable
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | main.py | 171 def determine_order(tests, order): argument
|
| H A D | LitConfig.py | 25 noExecute, debug, isWindows, order, argument
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/MCTargetDesc/ |
| H A D | M68kBaseInfo.h | 204 static inline unsigned getMaskedSpillRegister(unsigned order) { in getMaskedSpillRegister()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | OutputSections.cpp | 238 llvm::function_ref<int(InputSectionBase *s)> order) { in sortByOrder() 254 void OutputSection::sort(llvm::function_ref<int(InputSectionBase *s)> order) { in sort()
|
| H A D | Writer.cpp | 1222 static void maybeShuffle(DenseMap<const InputSectionBase *, int> &order) { in maybeShuffle() 1320 const DenseMap<const InputSectionBase *, int> &order, in sortISDBySectionOrder() 1394 const DenseMap<const InputSectionBase *, int> &order) { in sortSection() 1445 DenseMap<const InputSectionBase *, int> order = buildSectionOrder(); in sortInputSections() local
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | real.cpp | 44 Ordering order{evaluate::Compare(Exponent(), y.Exponent())}; in Compare() local 93 Ordering order{GetSignificand().CompareUnsigned(y.GetSignificand())}; in Add() local
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConv.h | 702 int order = Ctx.getIntegerTypeOrder(LTy, RTy); in doIntTypeConversion() local 776 int order = Ctx.getFloatingTypeOrder(LTy, RTy); in doFloatTypeConversion() local
|
| /llvm-project-15.0.7/flang/unittests/Optimizer/Builder/Runtime/ |
| H A D | TransformationalTest.cpp | 92 mlir::Value order = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F() local
|