| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-actions.h | 357 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 D | gmock-generated-actions.h | 674 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 D | gmock-spec-builders.h | 1409 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 D | SPIRVAtomicOps.td | 54 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 D | time-subtraction.rst | 31 // 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 D | GenericOpcode.rst | 300 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 D | 2013-10-14-FastISel-incorrect-vreg.ll | 23 ; 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 D | MachO_arm64_ehframe.test | 3 # 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 D | MachO_x86-64_ehframe.test | 3 # Perform a no-exec link of MachO_x86-64_ehframe and verify that it does not
|
| H A D | MachO_x86-64_was_private_extern.test | 3 # 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 D | tail-calls.ll | 4 ; 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 D | tailcall.ll | 49 ; 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 D | fp_mul_impl.inc | 79 // 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 D | fp_add_impl.inc | 151 // Perform the final rounding. The result may overflow to infinity, but
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | TargetOpcodes.def | 529 // 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 D | ppc64-toc-relax2.s | 12 ## 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 D | SystemZInstrSystem.td | 150 // 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 D | sparse_sampled_mm_fusion.mlir | 76 // Perform dense-dense matrix matrix multiplication. 126 // Perform dense-dense matrix matrix multiplication.
|
| /llvm-project-15.0.7/flang/lib/Frontend/ |
| H A D | FrontendAction.cpp | 175 semantics.Perform(); in runSemanticChecks()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/ |
| H A D | Passes.td | 169 " \"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 D | rv32e-invalid.s | 6 # 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 D | Passes.td | 80 "Perform tiling with fixed upper bound with inbound check "
|
| /llvm-project-15.0.7/flang/include/flang/Semantics/ |
| H A D | semantics.h | 282 bool Perform();
|
| /llvm-project-15.0.7/flang/tools/bbc/ |
| H A D | bbc.cpp | 182 semantics.Perform(); in convertFortranSourceToMLIR()
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | GenericOpcodes.td | 613 /// 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
|