Home
last modified time | relevance | path

Searched defs:isKill (Results 1 – 25 of 108) sorted by relevance

12345

/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2567 bool &isKill, bool &isUndef, in classifyLEAReg()
2645 bool isKill = MI.getOperand(1).isKill(); in convertToThreeAddressWithLEA() local
2803 bool isKill, isUndef; in convertToThreeAddress() local
2846 bool isKill, isUndef; in convertToThreeAddress() local
2880 bool isKill, isUndef; in convertToThreeAddress() local
2919 bool isKill, isUndef; in convertToThreeAddress() local
2990 bool isKill, isUndef; in convertToThreeAddress() local
4757 unsigned SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot()
4774 bool isKill, in storeRegToAddr()
H A DX86InstrBuilder.h137 unsigned Reg, bool isKill, int Offset) { in addRegOffset()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
H A DVERegisterInfo.cpp297 bool isKill = MI.getOperand(3).isKill(); in processSTVM() local
377 bool isKill = MI.getOperand(3).isKill(); in processSTVM512() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp705 bool &isKill, MachineOperand &ImplicitOp, in classifyLEAReg()
950 bool isKill; in convertToThreeAddress() local
986 bool isKill; in convertToThreeAddress() local
1009 bool isKill; in convertToThreeAddress() local
1044 bool isKill; in convertToThreeAddress() local
1093 bool isKill; in convertToThreeAddress() local
1134 bool isKill; in convertToThreeAddress() local
3244 unsigned SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot()
H A DX86InstrBuilder.h158 unsigned Reg, bool isKill, int Offset) { in addRegOffset()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp929 bool isKill = in rescheduleMIBelowKill() local
1058 bool isKill = MO.isKill() || (LIS && isPlainlyKilled(KillMI, MOReg, LIS)); in rescheduleKillAboveMI() local
1758 bool isKill = UseMO.isKill(); in eliminateRegSequence() local
H A DMachineInstrBundle.cpp211 bool isKill = KilledUseSet.count(Reg); in finalizeBundle() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp972 bool isKill = in rescheduleMIBelowKill() local
1101 bool isKill = MO.isKill() || (LIS && isPlainlyKilled(KillMI, MOReg, LIS)); in rescheduleKillAboveMI() local
1826 bool isKill = UseMO.isKill(); in eliminateRegSequence() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1069 bool &isKill, MachineOperand &ImplicitOp, in classifyLEAReg()
1373 bool isKill; in convertToThreeAddress() local
1411 bool isKill; in convertToThreeAddress() local
1437 bool isKill; in convertToThreeAddress() local
1481 bool isKill; in convertToThreeAddress() local
1535 bool isKill; in convertToThreeAddress() local
1579 bool isKill; in convertToThreeAddress() local
3931 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlot()
H A DX86InstrBuilder.h158 unsigned Reg, bool isKill, int Offset) { in addRegOffset()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp855 bool isKill = !MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() local
899 bool isKill = !MRI.isLiveIn(*HiRegToSave); in spillCalleeSavedRegisters() local
H A DThumb1InstrInfo.cpp79 unsigned SrcReg, bool isKill, int FI, in storeRegToStackSlot()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp918 bool isKill = in rescheduleMIBelowKill() local
1047 bool isKill = MO.isKill() || (LIS && isPlainlyKilled(KillMI, MOReg, LIS)); in rescheduleKillAboveMI() local
1917 bool isKill = UseMO.isKill(); in eliminateRegSequence() local
H A DMachineInstrBundle.cpp226 bool isKill = KilledUseSet.count(Reg); in finalizeBundle() local
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h99 unsigned SrcReg, bool isKill, int FrameIndex, in storeRegToStackSlot()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h114 unsigned SrcReg, bool isKill, int FrameIndex, in storeRegToStackSlot()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp885 bool isKill = !MRI.isLiveIn(Reg); in pushRegsToStack() local
925 bool isKill = !MRI.isLiveIn(*HiRegToSave); in pushRegsToStack() local
H A DThumb1InstrInfo.cpp80 Register SrcReg, bool isKill, int FI, in storeRegToStackSlot()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h138 bool isKill, int FrameIndex, in storeRegToStackSlot()
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.cpp72 unsigned SrcReg, bool isKill, int FI, in storeRegToStackSlot()
/aosp_15_r20/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp39 unsigned SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp38 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlot()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp38 unsigned SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot()
/aosp_15_r20/external/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp103 unsigned SrcReg, bool isKill, in storeRegToStackSlot()
/aosp_15_r20/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp957 unsigned SrcReg, bool isKill, in StoreRegToStackSlot()
1060 unsigned SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot()

12345