Home
last modified time | relevance | path

Searched refs:input_constraint (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/__support/OSUtil/linux/arm/
H A Dsyscall.h17 #define SYSCALL_INSTR(input_constraint) \ argument
26 : input_constraint \
30 #define SYSCALL_INSTR(input_constraint) \ argument
31 LIBC_INLINE_ASM("svc 0" : "=r"(r0) : input_constraint : "memory", "cc")
/aosp_15_r20/external/llvm-libc/src/__support/OSUtil/linux/riscv/
H A Dsyscall.h43 #define SYSCALL_INSTR(input_constraint) \ argument
44 LIBC_INLINE_ASM("ecall\n\t" : "=r"(a0) : input_constraint : "memory")
/aosp_15_r20/external/llvm-libc/src/__support/OSUtil/linux/aarch64/
H A Dsyscall.h43 #define SYSCALL_INSTR(input_constraint) \ argument
44 LIBC_INLINE_ASM("svc 0" : "=r"(x0) : input_constraint : "memory", "cc")
/aosp_15_r20/external/llvm-libc/src/__support/OSUtil/darwin/arm/
H A Dsyscall.h45 #define SYSCALL_INSTR(input_constraint) \ argument
46 LIBC_INLINE_ASM("svc 0x80" : "=r"(x0) : input_constraint : "memory", "cc")
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/
H A Dtf_jitrt_clustering.cc663 auto input_constraint = ValueConstraint::kRank; in MatchAndUpdateConstraints() local
666 input_constraint = *result_constraint; in MatchAndUpdateConstraints()
670 if (op.squeeze_dims().empty()) input_constraint = ValueConstraint::kShape; in MatchAndUpdateConstraints()
672 operands.Insert(op.input(), input_constraint); in MatchAndUpdateConstraints()