Home
last modified time | relevance | path

Searched refs:LoadMI (Results 1 – 25 of 244) sorted by relevance

12345678910

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/
H A DTargetInstrInfoImpl.cpp290 MachineInstr* LoadMI) const { in foldMemoryOperand()
291 assert(LoadMI->getDesc().canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
300 MachineInstr *NewMI = foldMemoryOperandImpl(MF, MI, Ops, LoadMI); in foldMemoryOperand()
306 NewMI->setMemRefs(LoadMI->memoperands_begin(), in foldMemoryOperand()
307 LoadMI->memoperands_end()); in foldMemoryOperand()
H A DVirtRegRewriter.cpp903 MachineInstr *LoadMI = prior(InsertLoc); in GetRegForReload() local
904 VRM.addSpillSlotUse(NewOp.StackSlotOrReMat, LoadMI); in GetRegForReload()
1716 MachineInstr *LoadMI = prior(InsertLoc); in InsertEmergencySpills() local
1717 VRM->addSpillSlotUse(SS, LoadMI); in InsertEmergencySpills()
1719 DistanceMap.insert(std::make_pair(LoadMI, DistanceMap.size())); in InsertEmergencySpills()
1814 MachineInstr *LoadMI = prior(InsertLoc); in InsertRestores() local
1815 VRM->addSpillSlotUse(SSorRMId, LoadMI); in InsertRestores()
1817 DistanceMap.insert(std::make_pair(LoadMI, DistanceMap.size())); in InsertRestores()
2194 MachineInstr *LoadMI = prior(InsertLoc); in RewriteMBB() local
2195 VRM->addSpillSlotUse(SSorRMId, LoadMI); in RewriteMBB()
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/minecraft/
H A Drender.h16 bool LoadMI(const char* las_filename, float scene_scale);
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DTargetInstrInfo.cpp624 MachineInstr &LoadMI,
626 assert(LoadMI.canFoldAsLoad() && "LoadMI isn't foldable!");
642 isLoadFromStackSlot(LoadMI, FrameIndex)) {
649 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS);
657 NewMI->setMemRefs(LoadMI.memoperands_begin(), LoadMI.memoperands_end());
661 for (MachineInstr::mmo_iterator I = LoadMI.memoperands_begin(),
662 E = LoadMI.memoperands_end();
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DTargetInstrInfo.cpp621 MachineInstr &LoadMI, in foldMemoryOperand() argument
623 assert(LoadMI.canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
639 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
646 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS); in foldMemoryOperand()
654 NewMI->setMemRefs(MF, LoadMI.memoperands()); in foldMemoryOperand()
658 for (MachineInstr::mmo_iterator I = LoadMI.memoperands_begin(), in foldMemoryOperand()
659 E = LoadMI.memoperands_end(); in foldMemoryOperand()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DTargetInstrInfo.cpp613 MachineInstr &LoadMI, in foldMemoryOperand() argument
615 assert(LoadMI.canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
631 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
638 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS); in foldMemoryOperand()
646 NewMI->setMemRefs(MF, LoadMI.memoperands()); in foldMemoryOperand()
650 for (MachineInstr::mmo_iterator I = LoadMI.memoperands_begin(), in foldMemoryOperand()
651 E = LoadMI.memoperands_end(); in foldMemoryOperand()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp657 MachineInstr &LoadMI, in foldMemoryOperand() argument
659 assert(LoadMI.canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
675 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
682 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS); in foldMemoryOperand()
690 NewMI->setMemRefs(MF, LoadMI.memoperands()); in foldMemoryOperand()
694 for (MachineInstr::mmo_iterator I = LoadMI.memoperands_begin(), in foldMemoryOperand()
695 E = LoadMI.memoperands_end(); in foldMemoryOperand()
H A DInlineSpiller.cpp228 MachineInstr *LoadMI = nullptr);
803 MachineInstr *LoadMI) { in foldMemoryOperand() argument
847 if (LoadMI && MO.isDef()) in foldMemoryOperand()
862 LoadMI ? TII.foldMemoryOperand(*MI, FoldOps, *LoadMI, &LIS) in foldMemoryOperand()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp629 MachineInstr &LoadMI, in foldMemoryOperand() argument
631 assert(LoadMI.canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
647 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
654 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS); in foldMemoryOperand()
662 NewMI->setMemRefs(MF, LoadMI.memoperands()); in foldMemoryOperand()
666 for (MachineInstr::mmo_iterator I = LoadMI.memoperands_begin(), in foldMemoryOperand()
667 E = LoadMI.memoperands_end(); in foldMemoryOperand()
H A DInlineSpiller.cpp228 MachineInstr *LoadMI = nullptr);
812 MachineInstr *LoadMI) { in foldMemoryOperand() argument
845 if (LoadMI && MO.isDef()) in foldMemoryOperand()
860 LoadMI ? TII.foldMemoryOperand(*MI, FoldOps, *LoadMI, &LIS) in foldMemoryOperand()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp654 MachineInstr &LoadMI, in foldMemoryOperand() argument
656 assert(LoadMI.canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
672 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
679 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS); in foldMemoryOperand()
687 NewMI->setMemRefs(MF, LoadMI.memoperands()); in foldMemoryOperand()
691 for (MachineInstr::mmo_iterator I = LoadMI.memoperands_begin(), in foldMemoryOperand()
692 E = LoadMI.memoperands_end(); in foldMemoryOperand()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DTargetInstrInfo.cpp654 MachineInstr &LoadMI, in foldMemoryOperand() argument
656 assert(LoadMI.canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
672 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
679 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS); in foldMemoryOperand()
687 NewMI->setMemRefs(MF, LoadMI.memoperands()); in foldMemoryOperand()
691 for (MachineInstr::mmo_iterator I = LoadMI.memoperands_begin(), in foldMemoryOperand()
692 E = LoadMI.memoperands_end(); in foldMemoryOperand()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp657 MachineInstr &LoadMI, in foldMemoryOperand() argument
659 assert(LoadMI.canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
675 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
682 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS); in foldMemoryOperand()
690 NewMI->setMemRefs(MF, LoadMI.memoperands()); in foldMemoryOperand()
694 for (MachineInstr::mmo_iterator I = LoadMI.memoperands_begin(), in foldMemoryOperand()
695 E = LoadMI.memoperands_end(); in foldMemoryOperand()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DTargetInstrInfo.cpp622 MachineInstr &LoadMI, in foldMemoryOperand() argument
624 assert(LoadMI.canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
640 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
647 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS); in foldMemoryOperand()
655 NewMI->setMemRefs(MF, LoadMI.memoperands()); in foldMemoryOperand()
659 for (MachineInstr::mmo_iterator I = LoadMI.memoperands_begin(), in foldMemoryOperand()
660 E = LoadMI.memoperands_end(); in foldMemoryOperand()
H A DInlineSpiller.cpp227 MachineInstr *LoadMI = nullptr);
789 MachineInstr *LoadMI) { in foldMemoryOperand() argument
822 if (LoadMI && MO.isDef()) in foldMemoryOperand()
837 LoadMI ? TII.foldMemoryOperand(*MI, FoldOps, *LoadMI, &LIS) in foldMemoryOperand()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DTargetInstrInfo.cpp627 MachineInstr &LoadMI, in foldMemoryOperand() argument
629 assert(LoadMI.canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
645 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
652 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS); in foldMemoryOperand()
660 NewMI->setMemRefs(MF, LoadMI.memoperands()); in foldMemoryOperand()
664 for (MachineInstr::mmo_iterator I = LoadMI.memoperands_begin(), in foldMemoryOperand()
665 E = LoadMI.memoperands_end(); in foldMemoryOperand()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp622 MachineInstr &LoadMI, in foldMemoryOperand() argument
624 assert(LoadMI.canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
640 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
647 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS); in foldMemoryOperand()
655 NewMI->setMemRefs(MF, LoadMI.memoperands()); in foldMemoryOperand()
659 for (MachineInstr::mmo_iterator I = LoadMI.memoperands_begin(), in foldMemoryOperand()
660 E = LoadMI.memoperands_end(); in foldMemoryOperand()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp654 MachineInstr &LoadMI, in foldMemoryOperand() argument
656 assert(LoadMI.canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
672 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
679 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS); in foldMemoryOperand()
687 NewMI->setMemRefs(MF, LoadMI.memoperands()); in foldMemoryOperand()
691 for (MachineInstr::mmo_iterator I = LoadMI.memoperands_begin(), in foldMemoryOperand()
692 E = LoadMI.memoperands_end(); in foldMemoryOperand()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp654 MachineInstr &LoadMI, in foldMemoryOperand() argument
656 assert(LoadMI.canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
672 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
679 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS); in foldMemoryOperand()
687 NewMI->setMemRefs(MF, LoadMI.memoperands()); in foldMemoryOperand()
691 for (MachineInstr::mmo_iterator I = LoadMI.memoperands_begin(), in foldMemoryOperand()
692 E = LoadMI.memoperands_end(); in foldMemoryOperand()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp654 MachineInstr &LoadMI, in foldMemoryOperand() argument
656 assert(LoadMI.canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
672 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
679 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS); in foldMemoryOperand()
687 NewMI->setMemRefs(MF, LoadMI.memoperands()); in foldMemoryOperand()
691 for (MachineInstr::mmo_iterator I = LoadMI.memoperands_begin(), in foldMemoryOperand()
692 E = LoadMI.memoperands_end(); in foldMemoryOperand()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp622 MachineInstr &LoadMI, in foldMemoryOperand() argument
624 assert(LoadMI.canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
640 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
647 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS); in foldMemoryOperand()
655 NewMI->setMemRefs(MF, LoadMI.memoperands()); in foldMemoryOperand()
659 for (MachineInstr::mmo_iterator I = LoadMI.memoperands_begin(), in foldMemoryOperand()
660 E = LoadMI.memoperands_end(); in foldMemoryOperand()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp657 MachineInstr &LoadMI, in foldMemoryOperand() argument
659 assert(LoadMI.canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
675 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
682 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS); in foldMemoryOperand()
690 NewMI->setMemRefs(MF, LoadMI.memoperands()); in foldMemoryOperand()
694 for (MachineInstr::mmo_iterator I = LoadMI.memoperands_begin(), in foldMemoryOperand()
695 E = LoadMI.memoperands_end(); in foldMemoryOperand()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp654 MachineInstr &LoadMI,
656 assert(LoadMI.canFoldAsLoad() && "LoadMI isn't foldable!");
672 isLoadFromStackSlot(LoadMI, FrameIndex)) {
679 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS);
687 NewMI->setMemRefs(MF, LoadMI.memoperands());
691 for (MachineInstr::mmo_iterator I = LoadMI.memoperands_begin(),
692 E = LoadMI.memoperands_end();
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/Target/
H A DTargetInstrInfo.h417 MachineInstr* LoadMI) const;
436 MachineInstr* LoadMI) const { in foldMemoryOperandImpl() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp470 GAnyLoad *LoadMI = dyn_cast<GAnyLoad>(&MI); in matchCombineExtendingLoads() local
471 if (!LoadMI) in matchCombineExtendingLoads()
474 Register LoadReg = LoadMI->getDstReg(); in matchCombineExtendingLoads()
507 const auto &MMO = LoadMI->getMMO(); in matchCombineExtendingLoads()
675 if (!LoadMI || !MRI.hasOneNonDBGUse(LoadMI->getDstReg()) || in matchCombineLoadWithAndMask()
676 !LoadMI->isSimple()) in matchCombineLoadWithAndMask()
679 Register LoadReg = LoadMI->getDstReg(); in matchCombineLoadWithAndMask()
681 Register PtrReg = LoadMI->getPointerReg(); in matchCombineLoadWithAndMask()
700 const MachineMemOperand &MMO = LoadMI->getMMO(); in matchCombineLoadWithAndMask()
708 B.setInstrAndDebugLoc(*LoadMI); in matchCombineLoadWithAndMask()
[all …]

12345678910