Home
last modified time | relevance | path

Searched refs:IDF (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp130 ForwardIDFCalculator IDF(*DT); in RewriteAllUses() local
137 IDF.setDefiningBlocks(DefBlocks); in RewriteAllUses()
146 IDF.resetLiveInBlocks(); in RewriteAllUses()
147 IDF.setLiveInBlocks(LiveInBlocks); in RewriteAllUses()
148 IDF.calculate(IDFBlocks); in RewriteAllUses()
H A DPromoteMemoryToRegister.cpp749 ForwardIDFCalculator IDF(DT); in run() local
830 IDF.setLiveInBlocks(LiveInBlocks); in run()
831 IDF.setDefiningBlocks(DefBlocks); in run()
833 IDF.calculate(PHIBlocks); in run()
/freebsd/contrib/file/magic/Magdir/
H A Dfirmware71 # ESP-IDF partition table entry
75 >2 ubyte <2 ESP-IDF partition table entry
112 # ESP-IDF application image
121 # display ESP-IDF application image (strength=40=40+0) before DOS executable with 16bit JuMP (stren…
124 >32 ulelong 0xABCD5432 ESP-IDF application image
141 >>144 string/32 x \b, IDF version: %s
H A Driff387 >8 string IDF\ LIST \b, MIDI Instrument Definition File
H A Dmsdos1462 # display DOS executable (COM or COMBOOT 16-bit strength=40=40-0) after ESP-IDF application image (…
1479 # or ESP-IDF application image like: WLED_0.14.0_ESP32-C3.bin opendtu-generic_esp32.bin
1481 # skip ESP-IDF application image handled by ./firmware with ESP_APP_DESC_MAGIC_WORD
H A Dimages4393 # Summary: iCEDraw graphic *.IDF
4398 # verified by FFmpeg command `ffprobe ICE-9605.IDF` and `ansilove -s SQ-FORCE.IDF`
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp1408 SetVector<MachineBasicBlock *> IDF(DF.begin(), DF.end()); in recordDefsForDF() local
1409 for (unsigned i = 0; i < IDF.size(); ++i) { in recordDefsForDF()
1410 auto F = MDF.find(IDF[i]); in recordDefsForDF()
1412 IDF.insert(F->second.begin(), F->second.end()); in recordDefsForDF()
1417 for (auto *DB : IDF) { in recordDefsForDF()
H A DRDFLiveness.cpp759 decltype(IIDF) IDF; in computeLiveIns() local
772 IDF[&B].insert(IDFB.begin(), IDFB.end()); in computeLiveIns()
775 for (auto I : IDF) in computeLiveIns()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2790 IDFCalculatorBase<MachineBasicBlock, false> IDF(DomTree->getBase()); in BlockPHIPlacement() local
2792 IDF.setLiveInBlocks(AllBlocks); in BlockPHIPlacement()
2793 IDF.setDefiningBlocks(DefBlocks); in BlockPHIPlacement()
2794 IDF.calculate(PHIBlocks); in BlockPHIPlacement()