Home
last modified time | relevance | path

Searched refs:PFI (Results 1 – 8 of 8) sorted by relevance

/external/ltp/testcases/network/tcp_cmds/include/
Dnetdefs.h41 #define PFI PF_INET6 macro
56 #define PFI PF_INET macro
/external/ltp/testcases/network/tcp_cmds/sendfile/
Dtestsf_c.c72 hints.ai_family = PFI; in main()
Dtestsf_s.c58 hints.ai_family = PFI; in main()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCodeGenPrepare.cpp73 ProfileInfo *PFI; member in __anon6a4f2e040111::CodeGenPrepare
131 PFI = getAnalysisIfAvailable<ProfileInfo>(); in runOnFunction()
348 if (PFI) { in EliminateMostlyEmptyBlock()
349 PFI->replaceAllUses(BB, DestBB); in EliminateMostlyEmptyBlock()
350 PFI->removeEdge(ProfileInfo::getEdge(BB, DestBB)); in EliminateMostlyEmptyBlock()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp1531 PPCFunctionInfo *PFI = MF.getInfo<PPCFunctionInfo>(); in processFunctionBeforeFrameFinalized() local
1539 (TCSPDelta = PFI->getTailCallSPDelta()) < 0) { in processFunctionBeforeFrameFinalized()
1560 int FI = PFI->getFramePointerSaveIndex(); in processFunctionBeforeFrameFinalized()
1566 if (PFI->usesPICBase()) { in processFunctionBeforeFrameFinalized()
1569 int FI = PFI->getPICBasePointerSaveIndex(); in processFunctionBeforeFrameFinalized()
1580 int FI = PFI->getBasePointerSaveIndex(); in processFunctionBeforeFrameFinalized()
DPPCISelLowering.cpp12084 PPCFunctionInfo *PFI = Entry->getParent()->getInfo<PPCFunctionInfo>(); in initializeSplitCSR() local
12085 PFI->setIsSplitCSR(true); in initializeSplitCSR()
/external/ltp/testcases/network/tcp_cmds/echo/
Dechoes.c59 hints.ai_family = PFI; in main()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCFrameLowering.cpp860 PPCFunctionInfo *PFI = MF.getInfo<PPCFunctionInfo>(); in processFunctionBeforeFrameFinalized() local
866 if (GuaranteedTailCallOpt && (TCSPDelta = PFI->getTailCallSPDelta()) < 0) { in processFunctionBeforeFrameFinalized()
887 int FI = PFI->getFramePointerSaveIndex(); in processFunctionBeforeFrameFinalized()