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.cpp123 ForwardIDFCalculator IDF(*DT); in RewriteAllUses() local
129 IDF.setDefiningBlocks(DefBlocks); in RewriteAllUses()
138 IDF.setLiveInBlocks(LiveInBlocks); in RewriteAllUses()
139 IDF.calculate(IDFBlocks); in RewriteAllUses()
H A DPromoteMemoryToRegister.cpp802 ForwardIDFCalculator IDF(DT); in run() local
879 IDF.setLiveInBlocks(LiveInBlocks); in run()
880 IDF.setDefiningBlocks(DefBlocks); in run()
882 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.cpp1418 SetVector<MachineBasicBlock *> IDF(llvm::from_range, DF); in recordDefsForDF() local
1419 for (unsigned i = 0; i < IDF.size(); ++i) { in recordDefsForDF()
1420 auto F = MDF.find(IDF[i]); in recordDefsForDF()
1422 IDF.insert_range(F->second); in recordDefsForDF()
1427 for (auto *DB : IDF) { in recordDefsForDF()
H A DRDFLiveness.cpp754 decltype(IIDF) IDF; in computeLiveIns() local
767 IDF[&B].insert(IDFB.begin(), IDFB.end()); in computeLiveIns()
770 for (auto I : IDF) in computeLiveIns()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2820 IDFCalculatorBase<MachineBasicBlock, false> IDF(*DomTree); in BlockPHIPlacement() local
2822 IDF.setLiveInBlocks(AllBlocks); in BlockPHIPlacement()
2823 IDF.setDefiningBlocks(DefBlocks); in BlockPHIPlacement()
2824 IDF.calculate(PHIBlocks); in BlockPHIPlacement()