Home
last modified time | relevance | path

Searched defs:inputs (Results 1 – 25 of 76) sorted by relevance

1234

/llvm-project-15.0.7/libcxx/benchmarks/
H A DGenerateInput.h58 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 DPredicateTree.cpp49 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 DLitTestCase.py40 def load_test_suite(inputs): argument
H A Ddiscovery.py249 def find_tests_for_inputs(lit_config, inputs, indirectlyRunCheck): argument
/llvm-project-15.0.7/llvm/lib/Analysis/models/
H A Dgen-regalloc-eviction-test-model.py48 def action(*inputs):
H A Dgen-inline-oz-test-model.py110 def action(*inputs):
/llvm-project-15.0.7/llvm/lib/Support/BLAKE3/
H A Dblake3_neon.c198 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 Dblake3_avx2.c192 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 Dblake3_avx512.c452 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 Dblake3_sse2.c419 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 Dblake3_sse41.c413 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 DVectorToSPIRVPass.cpp44 Location loc) { in runOnOperation()
/llvm-project-15.0.7/mlir/lib/Conversion/MathToSPIRV/
H A DMathToSPIRVPass.cpp42 Location loc) { in runOnOperation()
/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToSPIRV/
H A DMemRefToSPIRVPass.cpp44 Location loc) { in runOnOperation()
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp857 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 Dexcept_value_utils.h23 UIntType inputs[SIZE]; member
/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DTypeConverter.cpp133 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.py64 def __init__(self, inputs, outputs=(), results=(), loc=None, ip=None): argument
/llvm-project-15.0.7/lld/MachO/
H A DConcatOutputSection.h55 std::vector<ConcatInputSection *> inputs; variable
/llvm-project-15.0.7/clang/utils/
H A DFuzzTest14 def __init__(self, inputs, delete, insert, replace, argument
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DControlFlowInterfaces.h183 ValueRange inputs; variable
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinDialect.cpp170 bool UnrealizedConversionCastOp::areCastCompatible(TypeRange inputs, in areCastCompatible()
/llvm-project-15.0.7/libc/test/src/math/
H A DHypotTest.h94 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 DTestDecomposeCallGraphTypes.cpp76 Location loc) -> Optional<Value> { in runOnOperation()
/llvm-project-15.0.7/mlir/include/mlir/Transforms/
H A DDialectConversion.h212 Type resultType, ValueRange inputs) { in materializeArgumentConversion()
217 Type resultType, ValueRange inputs) { in materializeSourceConversion()
222 Type resultType, ValueRange inputs) { in materializeTargetConversion()

1234