Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DProcessImplicitDefs.cpp152 bool isKill = MO.isKill(); in runOnMachineFunction() local
251 bool isKill = false; in runOnMachineFunction() local
278 bool isKill = true; in runOnMachineFunction() local
DVirtRegMap.h320 void addSpillPoint(unsigned virtReg, bool isKill, MachineInstr *Pt) { in addSpillPoint()
341 bool isKill = I->second.back().second; in transferSpillPts() local
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinInstrInfo.cpp173 bool isKill, in storeRegToStackSlot()
210 bool isKill, in storeRegToAddr()
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.h99 unsigned SrcReg, bool isKill, int FrameIndex, in storeRegToStackSlot()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsInstrInfo.h115 unsigned SrcReg, bool isKill, int FrameIndex, in storeRegToStackSlot()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb1InstrInfo.cpp47 unsigned SrcReg, bool isKill, int FI, in storeRegToStackSlot()
DThumb1FrameLowering.cpp306 bool isKill = true; in spillCalleeSavedRegisters() local
/external/llvm/lib/Target/ARM/
DThumb1InstrInfo.cpp72 unsigned SrcReg, bool isKill, int FI, in storeRegToStackSlot()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZInstrBuilder.h76 unsigned Reg, bool isKill, int Offset) { in addRegOffset()
DSystemZInstrInfo.cpp45 unsigned SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DThumb1InstrInfo.cpp80 unsigned SrcReg, bool isKill, int FI, in storeRegToStackSlot()
DThumb1FrameLowering.cpp787 bool isKill = !MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() local
830 bool isKill = !MRI.isLiveIn(*HiRegToSave); in spillCalleeSavedRegisters() local
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCInstrInfo.cpp332 unsigned SrcReg, bool isKill, in StoreRegToStackSlot()
473 unsigned SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrBuilder.h109 unsigned Reg, bool isKill, int Offset) { in addRegOffset()
/external/llvm/lib/Target/X86/
DX86InstrBuilder.h137 unsigned Reg, bool isKill, int Offset) { in addRegOffset()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430InstrInfo.cpp37 unsigned SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot()
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp39 unsigned SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp39 unsigned SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcInstrInfo.cpp288 unsigned SrcReg, bool isKill, int FI, in storeRegToStackSlot()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeInstrInfo.cpp94 unsigned SrcReg, bool isKill, int FI, in storeRegToStackSlot()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreRegisterInfo.cpp220 bool isKill = MI.getOpcode() == XCore::STWFI && MI.getOperand(0).isKill(); in eliminateFrameIndex() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrBuilder.h159 unsigned Reg, bool isKill, int Offset) { in addRegOffset()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaInstrInfo.cpp145 unsigned SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot()
/external/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp103 unsigned SrcReg, bool isKill, in storeRegToStackSlot()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCInstrInfo.cpp283 unsigned SrcReg, bool isKill, in storeRegToStackSlot()

1234