| /llvm-project-15.0.7/compiler-rt/test/profile/Inputs/ |
| H A D | instrprof-value-prof-real.c | 41 FPT Fp = getFunc(I); local 44 Fp(); 48 Fp(); 50 Fp = getFunc(I); 52 Fp(); 54 Fp = getFunc(I); 56 Fp(); 58 Fp = getFunc(I); 60 Fp(); 62 Fp = getFunc(I); [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.rel/ |
| H A D | is_invocable.pass.cpp | 201 using Fp = void(*)(Tag&, int); in main() typedef 202 static_assert(std::is_invocable<Fp, Tag&, int>::value, ""); in main() 203 static_assert(std::is_invocable<Fp, DerFromTag&, int>::value, ""); in main() 204 static_assert(!std::is_invocable<Fp, const Tag&, int>::value, ""); in main() 205 static_assert(!std::is_invocable<Fp>::value, ""); in main() 206 static_assert(!std::is_invocable<Fp, Tag&>::value, ""); in main() 210 using Fp = void (&)(Tag&, int); in main() typedef 211 static_assert(std::is_invocable<Fp, Tag&, int>::value, ""); in main() 212 static_assert(std::is_invocable<Fp, DerFromTag&, int>::value, ""); in main() 214 static_assert(!std::is_invocable<Fp>::value, ""); in main() [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | avoid-bind-permissive-parameter-list.cpp | 7 template <class Fp, class... Arguments> 10 template <class Fp, class... Arguments> 11 bind_rt<Fp, Arguments...> bind(Fp &&, Arguments &&...);
|
| H A D | avoid-bind.cpp | 5 template <class Fp, class... Arguments> 8 template <class Fp, class... Arguments> 9 bind_rt<Fp, Arguments...> bind(Fp &&, Arguments &&...); 17 template <class Fp, class... Arguments> 20 template <class Fp, class... Arguments> 21 bind_rt<Fp, Arguments...> bind(const Fp &, Arguments...);
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | ScopeExit.h | 31 template <typename Fp> 32 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {} in scope_exit()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | regpressure.ll | 25 %Fp = getelementptr i32, ptr %P, i32 5 ; <ptr> [#uses=1] 26 %F = load i32, ptr %Fp ; <i32> [#uses=1] 53 %Fp = getelementptr i32, ptr %P, i32 5 ; <ptr> [#uses=1] 54 %F = load i32, ptr %Fp ; <i32> [#uses=1] 85 %Fp = getelementptr i16, ptr %P, i32 5 ; <ptr> [#uses=1] 86 %F = load i16, ptr %Fp ; <i16> [#uses=1]
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_unwind_win.cpp | 64 stack_frame.AddrFrame.Offset = ctx.Fp; in UnwindSlow()
|
| H A D | sanitizer_win.cpp | 976 bp = (uptr)context_record->Fp; in InitPcSpBp()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/arm64/ |
| H A D | RegisterContextWindows_arm64.cpp | 162 reg_value.SetUInt64(m_context.Fp); in ReadRegister() 376 m_context.Fp = reg_value.GetAsUInt64(); in WriteRegister()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.h | 220 void printFPConstant(const ConstantFP *Fp, raw_ostream &O);
|
| H A D | NVPTXAsmPrinter.cpp | 1734 void NVPTXAsmPrinter::printFPConstant(const ConstantFP *Fp, raw_ostream &O) { in printFPConstant() argument 1735 APFloat APF = APFloat(Fp->getValueAPF()); // make a copy in printFPConstant() 1740 if (Fp->getType()->getTypeID() == Type::FloatTyID) { in printFPConstant() 1744 } else if (Fp->getType()->getTypeID() == Type::DoubleTyID) { in printFPConstant()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeRegisterContextWindows_arm64.cpp | 211 reg_value.SetUInt64(tls_context.Fp); in GPRRead() 308 tls_context.Fp = reg_value.GetAsUInt64(); in GPRWrite()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86Schedule.td | 322 defm WriteFVarBlend : X86SchedWritePair<ReadAfterVecXLd>; // Fp vector variable blends. 323 defm WriteFVarBlendY : X86SchedWritePair<ReadAfterVecYLd>; // Fp vector variable blends (YMM). 324 defm WriteFVarBlendZ : X86SchedWritePair<ReadAfterVecYLd>; // Fp vector variable blends (YMZMM). 496 defm WriteFShuffle256 : X86SchedWritePair<ReadAfterVecYLd>; // Fp 256-bit width vector shuffles. 497 defm WriteFVarShuffle256 : X86SchedWritePair<ReadAfterVecYLd>; // Fp 256-bit width variable shuffle…
|
| H A D | X86ScheduleZnver3.td | 967 defm : Zn3WriteResXMMPair<WriteFVarBlend, [Zn3FPFMul01], 1, [1], 1>; // Fp vector variable blends. 968 defm : Zn3WriteResYMMPair<WriteFVarBlendY, [Zn3FPFMul01], 1, [1], 1>; // Fp vector variable blends … 969 defm : X86WriteResPairUnsupported<WriteFVarBlendZ>; // Fp vector variable blends (ZMM). 1333 defm : Zn3WriteResYMMPair<WriteFShuffle256, [Zn3FPVShuf], 2, [1], 1, /*LoadUOps=*/2>; // Fp 256-bit… 1334 defm : Zn3WriteResYMMPair<WriteFVarShuffle256, [Zn3FPVShuf], 7, [1], 2, /*LoadUOps=*/1>; // Fp 256-…
|
| H A D | X86SchedBroadwell.td | 351 defm : BWWriteResPair<WriteFShuffle256, [BWPort5], 3, [1], 1, 6>; // Fp 256-bit width vector shuffl… 352 defm : BWWriteResPair<WriteFVarShuffle256, [BWPort5], 3, [1], 1, 6>; // Fp 256-bit width vector var… 353 defm : BWWriteResPair<WriteFVarBlend, [BWPort5], 2, [2], 2, 5>; // Fp vector variable blends. 354 defm : BWWriteResPair<WriteFVarBlendY, [BWPort5], 2, [2], 2, 6>; // Fp vector variable blends.
|
| H A D | X86SchedSkylakeClient.td | 336 defm : SKLWriteResPair<WriteFVarBlend, [SKLPort015], 2, [2], 2, 6>; // Fp vector variable blends. 593 defm : SKLWriteResPair<WriteFShuffle256, [SKLPort5], 3, [1], 1, 7>; // Fp 256-bit width vector shuf… 594 defm : SKLWriteResPair<WriteFVarShuffle256, [SKLPort5], 3, [1], 1, 7>; // Fp 256-bit width vector v…
|
| H A D | X86SchedSkylakeServer.td | 336 defm : SKXWriteResPair<WriteFVarBlend, [SKXPort015], 2, [2], 2, 6>; // Fp vector variable blends. 594 defm : SKXWriteResPair<WriteFShuffle256, [SKXPort5], 3, [1], 1, 7>; // Fp 256-bit width vector shuf… 595 defm : SKXWriteResPair<WriteFVarShuffle256, [SKXPort5], 3, [1], 1, 7>; // Fp 256-bit width vector v…
|
| H A D | X86SchedIceLake.td | 344 defm : ICXWriteResPair<WriteFVarBlend, [ICXPort015], 2, [2], 2, 6>; // Fp vector variable blends. 602 defm : ICXWriteResPair<WriteFShuffle256, [ICXPort5], 3, [1], 1, 7>; // Fp 256-bit width vector shuf… 603 defm : ICXWriteResPair<WriteFVarShuffle256, [ICXPort5], 3, [1], 1, 7>; // Fp 256-bit width vector v…
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Builtins.def | 552 BUILTIN(__builtin_fprintf, "iP*cC*.", "Fp:1:") 563 BUILTIN(__builtin_printf, "icC*.", "Fp:0:") 632 BUILTIN(__builtin___snprintf_chk, "ic*zizcC*.", "Fp:4:") 633 BUILTIN(__builtin___sprintf_chk, "ic*izcC*.", "Fp:3:") 636 BUILTIN(__builtin___fprintf_chk, "iP*icC*.", "Fp:2:") 637 BUILTIN(__builtin___printf_chk, "iicC*.", "Fp:1:")
|
| H A D | DiagnosticLexKinds.td | 477 "/Fp can be used to specify precompiled header filename">,
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Signals.inc | 548 StackFrame.AddrFrame.Offset = Context.Fp;
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 4149 const llvm::CmpInst::Predicate Fp,
|
| H A D | CGBuiltin.cpp | 7246 Value *Op, llvm::Type *Ty, const CmpInst::Predicate Fp, in EmitAArch64CompareBuiltinExpr() argument 7259 if (Fp == CmpInst::FCMP_OEQ) in EmitAArch64CompareBuiltinExpr() 7260 Op = Builder.CreateFCmp(Fp, Op, Constant::getNullValue(OTy)); in EmitAArch64CompareBuiltinExpr() 7262 Op = Builder.CreateFCmpS(Fp, Op, Constant::getNullValue(OTy)); in EmitAArch64CompareBuiltinExpr()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 5130 SDValue Fp = isSaturatingMinMax(N0, N1, N2, N3, CC, BW, Unsigned); in PerformMinMaxFpToSatCombine() local 5131 if (!Fp || Fp.getOpcode() != ISD::FP_TO_SINT) in PerformMinMaxFpToSatCombine() 5133 EVT FPVT = Fp.getOperand(0).getValueType(); in PerformMinMaxFpToSatCombine() 5141 SDLoc DL(Fp); in PerformMinMaxFpToSatCombine() 5142 SDValue Sat = DAG.getNode(NewOpc, DL, NewVT, Fp.getOperand(0), in PerformMinMaxFpToSatCombine()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | UsersManual.rst | 3866 /Fp<filename> Set pch filename (with /Yc and /Yu)
|