Home
last modified time | relevance | path

Searched refs:Perform (Results 1 – 25 of 83) sorted by relevance

1234

/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-actions.h357 return impl_->Perform(
397 Result Perform(ArgumentTuple args) const {
453 return impl_.template Perform<Result>(args);
595 Result Perform(const ArgumentTuple&) override {
621 static Result Perform(const ArgumentTuple&) {
631 static void Perform(const ArgumentTuple&) {
870 void Perform(const ArgumentTuple& args) override {
872 action_.Perform(args);
903 return converted.Perform(std::forward_as_tuple(
928 a.Perform(tuple_args);
[all …]
H A Dgmock-generated-actions.h674 Perform(this, args);\
735 Perform(this, args);\
785 Perform(this, args);\
841 Perform(this, args);\
902 Perform(this, args);\
970 Perform(this, args);\
1047 Perform(this, args);\
1128 Perform(this, args);\
1215 Perform(this, args);\
1311 Perform(this, args);\
[all …]
H A Dgmock-spec-builders.h1409 Wrapper(action.Perform(std::move(args)))); in PerformAction()
1448 action.Perform(std::move(args)); in PerformAction()
1524 return spec->GetAction().Perform(std::move(args)); in PerformDefaultAction()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVAtomicOps.td54 Perform the following steps atomically with respect to any other atomic
99 Perform the following steps atomically with respect to any other atomic
215 Perform the following steps atomically with respect to any other atomic
273 Perform the following steps atomically with respect to any other atomic
328 Perform the following steps atomically with respect to any other atomic
369 Perform the following steps atomically with respect to any other atomic
409 Perform the following steps atomically with respect to any other atomic
448 Perform the following steps atomically with respect to any other atomic
490 Perform the following steps atomically with respect to any other atomic
531 Perform the following steps atomically with respect to any other atomic
[all …]
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/abseil/
H A Dtime-subtraction.rst31 // Suggestion - Perform subtraction in the Time domain instead.
38 // Suggestion - Perform subtraction in the Time domain instead.
/llvm-project-15.0.7/llvm/docs/GlobalISel/
H A DGenericOpcode.rst300 Perform integer division and remainder thereby producing two results.
328 Perform integer comparison producing non-zero (true) or zero (false). It's
398 Perform the requested arithmetic and consume a carry input in addition to the
443 Perform floating point comparison producing non-zero (true) or zero
496 Perform floating-point minimum on two values.
506 Perform floating-point maximum on two values.
516 Perform floating-point minimum on two values, following the IEEE-754 2008
523 Perform floating-point maximum on two values, following the IEEE-754 2008
544 Perform the specified floating point arithmetic.
549 Perform a fused multiply add (i.e. without the intermediate rounding step).
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A D2013-10-14-FastISel-incorrect-vreg.ll23 ; Perform the indirect call.
60 ; Perform the indirect call.
99 ; Perform the indirect call.
/llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/AArch64/
H A DMachO_arm64_ehframe.test3 # Perform a no-exec link of MachO_arm64_ehframe.o and verify that it does not
/llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/X86/
H A DMachO_x86-64_ehframe.test3 # Perform a no-exec link of MachO_x86-64_ehframe and verify that it does not
H A DMachO_x86-64_was_private_extern.test3 # Perform a no-exec link of MachO_x86-64_was_private_extern.o and verify that
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dtail-calls.ll4 ; Perform tail call optimization for global address.
14 ; Perform tail call optimization for external symbol.
26 ; Perform tail call optimization for external symbol.
37 ; Perform indirect tail call optimization (for function pointer call).
/llvm-project-15.0.7/llvm/test/CodeGen/SPARC/
H A Dtailcall.ll49 ; Perform tail call optimization for external symbol.
71 ; Perform tail call optimization for function pointer.
141 ; Perform tail call optimization for sret function.
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dfp_mul_impl.inc79 // Perform a basic multiplication on the significands. One of them must be
120 // Perform the final rounding. The final result may overflow to infinity,
H A Dfp_add_impl.inc151 // Perform the final rounding. The result may overflow to infinity, but
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DTargetOpcodes.def529 // Perform signed fixed point multiplication
532 // Perform unsigned fixed point multiplication
535 // Perform signed, saturating fixed point multiplication
538 // Perform unsigned, saturating fixed point multiplication
541 // Perform signed fixed point division
544 // Perform unsigned fixed point division
547 // Perform signed, saturating fixed point division
550 // Perform unsigned, saturating fixed point division
/llvm-project-15.0.7/lld/test/ELF/
H A Dppc64-toc-relax2.s12 ## Perform toc-indirect to toc-relative relaxation even if there are unrelated instructions in betw…
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrSystem.td150 // Perform frame management function.
319 // Perform timing facility function.
386 // Perform topology function.
390 // Perform cryptographic key management operation.
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/
H A Dsparse_sampled_mm_fusion.mlir76 // Perform dense-dense matrix matrix multiplication.
126 // Perform dense-dense matrix matrix multiplication.
/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendAction.cpp175 semantics.Perform(); in runSemanticChecks()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/
H A DPasses.td169 " \"greedy\", \"Perform greedy (both producer-consumer and sibling) fusion\"), "
171 "\"producer\", \"Perform only producer-consumer fusion\"), "
173 "\"sibling\", \"Perform only sibling fusion\"))">,
/llvm-project-15.0.7/llvm/test/MC/RISCV/
H A Drv32e-invalid.s6 # Perform a simple check that registers x16-x31 (and the equivalent ABI names)
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SCF/Transforms/
H A DPasses.td80 "Perform tiling with fixed upper bound with inbound check "
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsemantics.h282 bool Perform();
/llvm-project-15.0.7/flang/tools/bbc/
H A Dbbc.cpp182 semantics.Perform(); in convertFortranSourceToMLIR()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DGenericOpcodes.td613 /// RESULT = [US]MULFIX(LHS, RHS, SCALE) - Perform fixed point
649 /// RESULT = [US]DIVFIX(LHS, RHS, SCALE) - Perform fixed point division on
755 // FMINNUM/FMAXNUM - Perform floating-point minimum or maximum on two
776 // FMINNUM_IEEE/FMAXNUM_IEEE - Perform floating-point minimum or maximum on
848 /// Generic FP multiply and add. Perform a * b + c, while getting the

1234