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.h398 til::SCFG *buildCFG(CFGWalker &Walker);
406 const til::SCFG *getCFG() const { return Scfg; } in getCFG()
407 til::SCFG *getCFG() { return Scfg; } in getCFG()
508 til::SCFG *Scfg = nullptr;
H A DThreadSafetyOps.def43 TIL_OPCODE_DEF(SCFG)
H A DThreadSafetyTIL.h1297 class SCFG; variable
1555 const SCFG* cfg() const { return CFGPtr; } in cfg()
1556 SCFG* cfg() { return CFGPtr; } in cfg()
1651 friend class SCFG;
1665 SCFG *CFGPtr = nullptr;
1695 class SCFG : public SExpr {
1701 SCFG(MemRegionRef A, unsigned Nblocks) in SCFG() function
1712 SCFG(const SCFG &Cfg, BlockArray &&Ba) // steals memory from Ba in SCFG() function
1775 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()
818 void printSCFG(const SCFG *E, StreamType &SS) { in printSCFG()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp340 StructurizeCFG SCFG; in runOnRegion() local
341 SCFG.init(R); in runOnRegion()
345 if (SCFG.makeUniformRegion(R, UA)) in runOnRegion()
349 return SCFG.run(R, DT); in runOnRegion()
1225 StructurizeCFG SCFG; in run() local
1226 SCFG.init(R); in run()
1227 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.cpp260 void SCFG::renumberInstrs() { in renumberInstrs()
290 void SCFG::computeNormalForm() { in computeNormalForm()
H A DThreadSafetyCommon.cpp74 til::SCFG *SExprBuilder::buildCFG(CFGWalker &Walker) { in buildCFG()
859 Scfg = new (Arena) til::SCFG(Arena, NBlocks); in enterCFG()
1013 til::SCFG *Scfg = SxBuilder.buildCFG(Walker); in printSCFG()