/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.h | 91 unsigned SrcReg, bool isKill, int FrameIndex, in storeRegToStackSlot()
|
D | Mips16InstrInfo.cpp | 95 unsigned SrcReg, bool isKill, int FI, in storeRegToStack()
|
D | MipsSEInstrInfo.cpp | 181 unsigned SrcReg, bool isKill, int FI, in storeRegToStack()
|
/external/llvm/lib/Target/ARM/ |
D | Thumb1InstrInfo.cpp | 72 unsigned SrcReg, bool isKill, int FI, in storeRegToStackSlot()
|
D | Thumb2InstrInfo.cpp | 126 unsigned SrcReg, bool isKill, int FI, in storeRegToStackSlot()
|
D | Thumb1FrameLowering.cpp | 588 bool isKill = true; in spillCalleeSavedRegisters() local
|
/external/llvm/lib/Target/X86/ |
D | X86InstrBuilder.h | 109 unsigned Reg, bool isKill, int Offset) { in addRegOffset()
|
D | X86InstrInfo.cpp | 2541 unsigned &NewSrc, bool &isKill, bool &isUndef, in classifyLEAReg() 2622 bool isKill = MI->getOperand(1).isKill(); in convertToThreeAddressWithLEA() local 2780 bool isKill, isUndef; in convertToThreeAddress() local 2815 bool isKill, isUndef; in convertToThreeAddress() local 2845 bool isKill, isUndef; in convertToThreeAddress() local 2881 bool isKill, isUndef; in convertToThreeAddress() local 2951 bool isKill, isUndef; in convertToThreeAddress() local 4626 unsigned SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot() 4643 bool isKill, in storeRegToAddr()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 39 unsigned SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot()
|
/external/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 932 bool isKill = MO.isKill() || in rescheduleMIBelowKill() local 1062 bool isKill = MO.isKill() || (LIS && isPlainlyKilled(KillMI, MOReg, LIS)); in rescheduleKillAboveMI() local 1763 bool isKill = UseMO.isKill(); in eliminateRegSequence() local
|
D | MachineInstrBundle.cpp | 210 bool isKill = KilledUseSet.count(Reg); in finalizeBundle() local
|
D | MachineInstr.cpp | 177 bool isKill, bool isDead, bool isUndef, in ChangeToRegister() 1179 int MachineInstr::findRegisterUseOperandIdx(unsigned Reg, bool isKill, in findRegisterUseOperandIdx()
|
D | InlineSpiller.cpp | 1200 void InlineSpiller::insertSpill(unsigned NewVReg, bool isKill, in insertSpill()
|
D | MachineLICM.cpp | 827 bool isKill = isOperandKill(MO, MRI); in calcRegisterCost() local
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.cpp | 371 unsigned SrcReg, bool isKill, int FI, in storeRegToStackSlot()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.cpp | 361 unsigned SrcReg, bool isKill, in storeRegToStackSlot()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUInstrInfo.cpp | 124 unsigned SrcReg, bool isKill, in storeRegToStackSlot()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 931 unsigned SrcReg, bool isKill, in StoreRegToStackSlot() 1034 unsigned SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstrInfo.cpp | 93 unsigned SrcReg, bool isKill, in storeRegToStackSlot()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 297 bool isKill() const { in isKill() function
|
D | LiveInterval.h | 109 bool isKill() const { in isKill() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 351 bool isKill = Op.hasOneUse() && in AddRegisterOperand() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 594 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlot()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSplitDouble.cpp | 576 bool isKill = Op.isKill(); in createHalfInstr() local
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 750 unsigned SrcReg, bool isKill, int FrameIndex, in storeRegToStackSlot()
|