/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() argument
|
/llvm-project/llvm/lib/Support/ |
H A D | Memory.cpp | 34 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF) { in operator <<()
|
/llvm-project/clang/test/SemaObjC/ |
H A D | block-explicit-return-type.m | 5 typedef float * PF; typedef
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetSubtargetInfo.cpp | 19 ArrayRef<StringRef> PN, ArrayRef<SubtargetFeatureKV> PF, in TargetSubtargetInfo() argument
|
H A D | RDFGraph.cpp | 747 const Constant *PF = F.hasPersonalityFn() ? F.getPersonalityFn() : nullptr; getLandingPadLiveIns() local
|
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | tag-types.cpp | 65 float *PF; member in Class 88 const float *PF; member
|
H A D | globals-fundamental.cpp | 378 float *PF = &F; variable
|
/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 536 int (*PF)(int, char **, const char **) = runFunction() local 550 int (*PF)(int, char **) = (int(*)(int, char **))(intptr_t)FPtr; runFunction() local 563 int (*PF)(int) = (int(*)(int))(intptr_t)FPtr; runFunction() local
|
/llvm-project/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 835 const MCPseudoProbeAddrFragment &PF = cast<MCPseudoProbeAddrFragment>(F); writeFragment() local 1042 MCPseudoProbeAddrFragment &PF = cast<MCPseudoProbeAddrFragment>(Frag); layout() local 1284 relaxPseudoProbeAddr(MCPseudoProbeAddrFragment & PF) relaxPseudoProbeAddr() argument [all...] |
H A D | MCSubtargetInfo.cpp | 227 MCSubtargetInfo(const Triple & TT,StringRef C,StringRef TC,StringRef FS,ArrayRef<SubtargetFeatureKV> PF,ArrayRef<SubtargetSubTypeKV> PD,const MCWriteProcResEntry * WPR,const MCWriteLatencyEntry * WL,const MCReadAdvanceEntry * RA,const InstrStage * IS,const unsigned * OC,const unsigned * FP) MCSubtargetInfo() argument
|
H A D | MCWin64EH.cpp | 1877 unsigned PF = 0; // Number of extra pushed registers in tryARMPackedUnwind() local
|
/llvm-project/llvm/tools/bugpoint/ |
H A D | ExtractFunction.cpp | 90 const Function *PF = PBB->getParent(); in deleteInstructionFromProgram() local
|
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | PatternParser.cpp | 141 const PatFrag *PF = parsePatFrag(Def); parseInstructionPattern() local
|
H A D | Patterns.h | 626 PatFragPattern(const PatFrag & PF,StringRef Name) PatFragPattern() argument
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CallPromotionUtils.cpp | 459 PointerType *PF = dyn_cast<PointerType>(FormalTy); isLegalToPromote() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelCombinerEmitter.cpp | 870 for (const auto *PF : Parser.getSeenPatFrags()) { print() local 1639 const auto &PF = PFP.getPatFrag(); emitPatFragMatchPattern() local [all...] |
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/ |
H A D | toy.cpp | 734 Function *PF = OpenModule->getFunction(FnName); in getFunction() local
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy.cpp | 744 Function *PF = OpenModule->getFunction(FnName); in getFunction() local
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy.cpp | 833 Function *PF = OpenModule->getFunction(FnName); in getFunction() local
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 901 Function *PF = CurrentModule->getFunction(FnName); in getFunction() local
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 4975 if (const Arg *PF = Args.getLastArg(options::OPT_mprintf_kind_EQ)) ConstructJob() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 3194 enum { CF = 1, ZF = 2, SF = 4, OF = 8, PF = CF }; getCCMPCondFlagsFromCondCode() enumerator
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 1340 const FunctionType *PF = P->getAs<FunctionType>(), isSameOrCompatibleFunctionType() local
|