| /llvm-project-15.0.7/libcxx/benchmarks/ |
| H A D | GenerateInput.h | 58 std::vector<IntT> inputs; in getSortedIntegerInputs() local 66 std::vector<IntT> inputs; in getSortedLargeIntegerInputs() local 75 std::vector<IntT> inputs = getSortedIntegerInputs<IntT>(N); in getSortedTopBitsIntegerInputs() local 82 std::vector<IntT> inputs; in getReverseSortedIntegerInputs() local 102 std::vector<IntT> inputs; in getRandomIntegerInputs() local 115 std::vector<std::string> inputs; in getRandomStringInputs() local 123 std::vector<std::string> inputs = getRandomStringInputs(N); in getSortedStringInputs() local 129 std::vector<std::string> inputs = getSortedStringInputs(N); in getReverseSortedStringInputs() local 135 static std::vector<std::string> inputs = getRandomStringInputs(N); in getRandomCStringInputs() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/ |
| H A D | PredicateTree.cpp | 49 DenseMap<Value, Position *> &inputs, in getTreePredicates() 65 DenseMap<Value, Position *> &inputs, in getOperandTreePredicates() 111 DenseMap<Value, Position *> &inputs, in getTreePredicates() 207 DenseMap<Value, Position *> &inputs, in getTreePredicates() 222 DenseMap<Value, Position *> &inputs, in getTreePredicates() 252 DenseMap<Value, Position *> &inputs) { in getAttributePredicates() 264 DenseMap<Value, Position *> &inputs) { in getConstraintPredicates() 283 DenseMap<Value, Position *> &inputs) { in getResultPredicates() 297 DenseMap<Value, Position *> &inputs) { in getResultPredicates() 314 DenseMap<Value, Position *> &inputs) { in getTypePredicates() [all …]
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | LitTestCase.py | 40 def load_test_suite(inputs): argument
|
| H A D | discovery.py | 249 def find_tests_for_inputs(lit_config, inputs, indirectlyRunCheck): argument
|
| /llvm-project-15.0.7/llvm/lib/Analysis/models/ |
| H A D | gen-regalloc-eviction-test-model.py | 48 def action(*inputs):
|
| H A D | gen-inline-oz-test-model.py | 110 def action(*inputs):
|
| /llvm-project-15.0.7/llvm/lib/Support/BLAKE3/ |
| H A D | blake3_neon.c | 198 INLINE void transpose_msg_vecs4(const uint8_t *const *inputs, in transpose_msg_vecs4() 234 void blake3_hash4_neon(const uint8_t *const *inputs, size_t blocks, in blake3_hash4_neon() 329 void blake3_hash_many_neon(const uint8_t *const *inputs, size_t num_inputs, in blake3_hash_many_neon()
|
| H A D | blake3_avx2.c | 192 INLINE void transpose_msg_vecs(const uint8_t *const *inputs, in transpose_msg_vecs() 231 void blake3_hash8_avx2(const uint8_t *const *inputs, size_t blocks, in blake3_hash8_avx2() 303 void blake3_hash_many_avx2(const uint8_t *const *inputs, size_t num_inputs, in blake3_hash_many_avx2()
|
| H A D | blake3_avx512.c | 452 INLINE void transpose_msg_vecs4(const uint8_t *const *inputs, in transpose_msg_vecs4() 492 void blake3_hash4_avx512(const uint8_t *const *inputs, size_t blocks, in blake3_hash4_avx512() 709 INLINE void transpose_msg_vecs8(const uint8_t *const *inputs, in transpose_msg_vecs8() 747 void blake3_hash8_avx512(const uint8_t *const *inputs, size_t blocks, in blake3_hash8_avx512() 1023 INLINE void transpose_msg_vecs16(const uint8_t *const *inputs, in transpose_msg_vecs16() 1060 void blake3_hash16_avx512(const uint8_t *const *inputs, size_t blocks, in blake3_hash16_avx512() 1162 void blake3_hash_many_avx512(const uint8_t *const *inputs, size_t num_inputs, in blake3_hash_many_avx512()
|
| H A D | blake3_sse2.c | 419 INLINE void transpose_msg_vecs(const uint8_t *const *inputs, in transpose_msg_vecs() 460 void blake3_hash4_sse2(const uint8_t *const *inputs, size_t blocks, in blake3_hash4_sse2() 541 void blake3_hash_many_sse2(const uint8_t *const *inputs, size_t num_inputs, in blake3_hash_many_sse2()
|
| H A D | blake3_sse41.c | 413 INLINE void transpose_msg_vecs(const uint8_t *const *inputs, in transpose_msg_vecs() 454 void blake3_hash4_sse41(const uint8_t *const *inputs, size_t blocks, in blake3_hash4_sse41() 535 void blake3_hash_many_sse41(const uint8_t *const *inputs, size_t num_inputs, in blake3_hash_many_sse41()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/VectorToSPIRV/ |
| H A D | VectorToSPIRVPass.cpp | 44 Location loc) { in runOnOperation()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/MathToSPIRV/ |
| H A D | MathToSPIRVPass.cpp | 42 Location loc) { in runOnOperation()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/MemRefToSPIRV/ |
| H A D | MemRefToSPIRVPass.cpp | 44 Location loc) { in runOnOperation()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/ |
| H A D | ArithmeticOps.cpp | 857 static bool checkWidthChangeCast(TypeRange inputs, TypeRange outputs) { in checkWidthChangeCast() 891 bool arith::ExtUIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() 920 bool arith::ExtSIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() 937 bool arith::ExtFOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() 975 bool arith::TruncIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() 1008 bool arith::TruncFOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() 1039 static bool checkIntFloatCast(TypeRange inputs, TypeRange outputs) { in checkIntFloatCast() 1053 bool arith::UIToFPOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() 1079 bool arith::SIToFPOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() 1104 bool arith::FPToUIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() [all …]
|
| /llvm-project-15.0.7/libc/src/__support/FPUtil/ |
| H A D | except_value_utils.h | 23 UIntType inputs[SIZE]; member
|
| /llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/ |
| H A D | TypeConverter.cpp | 133 ValueRange inputs, in LLVMTypeConverter() 144 ValueRange inputs, in LLVMTypeConverter() 153 ValueRange inputs, in LLVMTypeConverter() 154 Location loc) -> Optional<Value> { in LLVMTypeConverter() 241 SmallVector<Type, 4> inputs; in convertFunctionTypeCWrapper() local
|
| /llvm-project-15.0.7/mlir/python/mlir/dialects/ |
| H A D | _linalg_ops_ext.py | 64 def __init__(self, inputs, outputs=(), results=(), loc=None, ip=None): argument
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | ConcatOutputSection.h | 55 std::vector<ConcatInputSection *> inputs; variable
|
| /llvm-project-15.0.7/clang/utils/ |
| H A D | FuzzTest | 14 def __init__(self, inputs, delete, insert, replace, argument
|
| /llvm-project-15.0.7/mlir/include/mlir/Interfaces/ |
| H A D | ControlFlowInterfaces.h | 183 ValueRange inputs; variable
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | BuiltinDialect.cpp | 170 bool UnrealizedConversionCastOp::areCastCompatible(TypeRange inputs, in areCastCompatible()
|
| /llvm-project-15.0.7/libc/test/src/math/ |
| H A D | HypotTest.h | 94 void test_input_list(Func func, int n, const mpfr::BinaryInput<T> *inputs) { in test_input_list()
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Func/ |
| H A D | TestDecomposeCallGraphTypes.cpp | 76 Location loc) -> Optional<Value> { in runOnOperation()
|
| /llvm-project-15.0.7/mlir/include/mlir/Transforms/ |
| H A D | DialectConversion.h | 212 Type resultType, ValueRange inputs) { in materializeArgumentConversion() 217 Type resultType, ValueRange inputs) { in materializeSourceConversion() 222 Type resultType, ValueRange inputs) { in materializeTargetConversion()
|