Searched refs:InlineSpiller (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | InlineSpiller.cpp | 155 class InlineSpiller : public Spiller { class 192 ~InlineSpiller() override = default; 195 InlineSpiller(MachineFunctionPass &Pass, MachineFunction &MF, VirtRegMap &VRM, in InlineSpiller() function in __anonfc7bcde50111::InlineSpiller 243 return new InlineSpiller(Pass, MF, VRM, VRAI); in createInlineSpiller() 279 bool InlineSpiller::isSnippet(const LiveInterval &SnipLI) { in isSnippet() 342 void InlineSpiller::collectRegsToSpill() { in collectRegsToSpill() 371 bool InlineSpiller::isSibling(Register Reg) { in isSibling() 394 bool InlineSpiller::hoistSpillInsideBB(LiveInterval &SpillLI, in hoistSpillInsideBB() 455 void InlineSpiller::eliminateRedundantSpills(LiveInterval &SLI, VNInfo *VNI) { in eliminateRedundantSpills() 518 void InlineSpiller::markValueUsed(LiveInterval *LI, VNInfo *VNI) { in markValueUsed() [all …]
|
| H A D | CMakeLists.txt | 76 InlineSpiller.cpp
|
| /openbsd-src/gnu/usr.bin/clang/libLLVMCodeGen/ |
| H A D | Makefile | 59 InlineSpiller.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/ |
| H A D | BUILD.gn | 72 "InlineSpiller.cpp",
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VEInstrVec.td | 8 // InlineSpiller assumes storeRegToStackSlot/loadRegFromStackSlot
|