Home
last modified time | relevance | path

Searched refs:SCFG (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dscfg.txt1 Freescale Supplement configuration unit (SCFG)
3 SCFG is the supplemental configuration unit, that provides SoC specific
10 - reg: should contain base address and length of SCFG memory-mapped
/freebsd/sys/contrib/device-tree/Bindings/arm/freescale/
H A Dfsl,layerscape-scfg.txt1 Freescale SCFG
3 SCFG is the supplemental configuration unit, that provides SoC specific
13 - reg: should contain base address and length of SCFG memory-mapped registers
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dfsl,ls-extirq.txt8 Supplemental Configuration Unit (SCFG).
19 the SCFG or the External Interrupt Control Register (IRQCR) in
H A Dfsl,ls-scfg-msi.txt1 * Freescale Layerscape SCFG PCIe MSI controller
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h404 til::SCFG *buildCFG(CFGWalker &Walker);
412 const til::SCFG *getCFG() const { return Scfg; } in getCFG()
413 til::SCFG *getCFG() { return Scfg; } in getCFG()
514 til::SCFG *Scfg = nullptr;
H A DThreadSafetyOps.def43 TIL_OPCODE_DEF(SCFG)
H A DThreadSafetyTIL.h1298 class SCFG; variable
1552 const SCFG* cfg() const { return CFGPtr; } in cfg()
1553 SCFG* cfg() { return CFGPtr; } in cfg()
1648 friend class SCFG;
1662 SCFG *CFGPtr = nullptr;
1693 class SCFG : public SExpr {
1699 SCFG(MemRegionRef A, unsigned Nblocks) in SCFG() function
1710 SCFG(const SCFG &Cfg, BlockArray &&Ba) // steals memory from Ba in SCFG() function
1773 typename C::CType compare(const SCFG *E, C &Cmp) const { in compare()
H A DThreadSafetyTraverse.h246 R_SExpr reduceSCFG(SCFG &Orig, Container<BasicBlock *> Bbs) { in reduceSCFG()
285 void enterCFG(SCFG &Cfg) {} in enterCFG()
286 void exitCFG(SCFG &Cfg) {} in exitCFG()
812 void printSCFG(const SCFG *E, StreamType &SS) { in printSCFG()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp380 StructurizeCFG SCFG; in runOnRegion() local
381 SCFG.init(R); in runOnRegion()
385 if (SCFG.makeUniformRegion(R, UA)) in runOnRegion()
389 return SCFG.run(R, DT); in runOnRegion()
1363 StructurizeCFG SCFG; in run() local
1364 SCFG.init(R); in run()
1366 if (SkipUniformRegions && SCFG.makeUniformRegion(R, *UI)) { in run()
1371 Changed |= SCFG.run(R, DT); in run()
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dlayerscape-pci.txt43 The first entry must be a link to the SCFG device node
45 This is used to get SCFG PEXN registers
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp259 void SCFG::renumberInstrs() { in renumberInstrs()
289 void SCFG::computeNormalForm() { in computeNormalForm()
H A DThreadSafetyCommon.cpp107 til::SCFG *SExprBuilder::buildCFG(CFGWalker &Walker) { in buildCFG()
876 Scfg = new (Arena) til::SCFG(Arena, NBlocks); in enterCFG()
1030 til::SCFG *Scfg = SxBuilder.buildCFG(Walker); in printSCFG()