/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | MemoryFlags.h | 45 std::underlying_type_t<sys::Memory::ProtectionFlags> PF = 0; in toSysMemoryProtectionFlags() local 57 inline MemProt fromSysMemoryProtectionFlags(sys::Memory::ProtectionFlags PF) { in fromSysMemoryProtectionFlags()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Memory.cpp | 34 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF) { in operator <<()
|
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_types_osd.h | 73 #define PF(exp) __builtin_expect( ((uintptr_t)(exp)), 0 ) macro
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetSubtargetInfo.cpp | 19 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, in TargetSubtargetInfo() argument
|
H A D | RDFGraph.cpp | 747 const Constant *PF = F.hasPersonalityFn() ? F.getPersonalityFn() : nullptr; in getLandingPadLiveIns() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 536 int (*PF)(int, char **, const char **) = in runFunction() local 550 int (*PF)(int, char **) = (int(*)(int, char **))(intptr_t)FPtr; in runFunction() local 563 int (*PF)(int) = (int(*)(int))(intptr_t)FPtr; in runFunction() local
|
/freebsd/bin/pax/ |
H A D | options.h | 64 #define PF 0x00000400 macro
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 819 const MCPseudoProbeAddrFragment &PF = cast<MCPseudoProbeAddrFragment>(F); in writeFragment() local 1026 MCPseudoProbeAddrFragment &PF = cast<MCPseudoProbeAddrFragment>(Frag); in layout() local 1268 bool MCAssembler::relaxPseudoProbeAddr(MCPseudoProbeAddrFragment &PF) { in relaxPseudoProbeAddr()
|
H A D | MCSubtargetInfo.cpp | 227 StringRef FS, ArrayRef<SubtargetFeatureKV> PF, in MCSubtargetInfo()
|
H A D | MCWin64EH.cpp | 1868 unsigned PF = 0; // Number of extra pushed registers tryARMPackedUnwind() local [all...] |
/freebsd/usr.bin/printf/ |
H A D | printf.c | 59 #define PF(f, func) do { \ macro
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | erf.c | 24 #define PF __erf_data.erfc_poly_F macro
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | ExtractFunction.cpp | 90 const Function *PF = PBB->getParent(); in deleteInstructionFromProgram() local
|
/freebsd/include/ |
H A D | Makefile | 219 PF= pf.h \ macro
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CallPromotionUtils.cpp | 459 PointerType *PF = dyn_cast<PointerType>(FormalTy); in isLegalToPromote() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | PatternParser.cpp | 141 const PatFrag *PF = parsePatFrag(Def); in parseInstructionPattern() local
|
H A D | Patterns.h | 626 PatFragPattern(const PatFrag &PF, StringRef Name) in PatFragPattern()
|
/freebsd/libexec/getty/ |
H A D | gettytab.h | 110 #define PF gettynums[12].value macro
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelCombinerEmitter.cpp | 870 for (const auto *PF : Parser.getSeenPatFrags()) { in print() local 1639 const auto &PF = PFP.getPatFrag(); in emitPatFragMatchPattern() local
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | BaseLib.h | 5235 UINT32 PF:1; ///< Parity Flag. member 5261 UINT32 PF:1; ///< Parity Flag. member
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 5051 if (const Arg *PF = Args.getLastArg(options::OPT_mprintf_kind_EQ)) in ConstructJob() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 3194 enum { CF = 1, ZF = 2, SF = 4, OF = 8, PF = CF }; in getCCMPCondFlagsFromCondCode() enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 1340 const FunctionType *PF = P->getAs<FunctionType>(), in isSameOrCompatibleFunctionType() local
|