/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.h | 92 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 | Thumb1FrameLowering.cpp | 469 bool isKill = true; in spillCalleeSavedRegisters() local
|
D | Thumb2InstrInfo.cpp | 126 unsigned SrcReg, bool isKill, int FI, in storeRegToStackSlot()
|
D | ARMLoadStoreOptimizer.cpp | 87 bool isKill; member 763 bool isKill = memOps[i].isKill || KilledRegs.count(Reg); in MergeOpsUpdate() local 1623 bool isKill = MO.isDef() ? false : MO.isKill(); in LoadStoreMultipleOpti() local
|
/external/llvm/lib/Target/X86/ |
D | X86InstrBuilder.h | 109 unsigned Reg, bool isKill, int Offset) { in addRegOffset()
|
D | X86InstrInfo.cpp | 2481 unsigned &NewSrc, bool &isKill, bool &isUndef, in classifyLEAReg() 2562 bool isKill = MI->getOperand(1).isKill(); in convertToThreeAddressWithLEA() local 2720 bool isKill, isUndef; in convertToThreeAddress() local 2755 bool isKill, isUndef; in convertToThreeAddress() local 2785 bool isKill, isUndef; in convertToThreeAddress() local 2821 bool isKill, isUndef; in convertToThreeAddress() local 2891 bool isKill, isUndef; in convertToThreeAddress() local 3981 unsigned SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot() 3998 bool isKill, in storeRegToAddr()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 39 unsigned SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.cpp | 351 unsigned SrcReg, bool isKill, int FI, in storeRegToStackSlot()
|
/external/llvm/lib/CodeGen/ |
D | MachineInstrBundle.cpp | 199 bool isKill = KilledUseSet.count(Reg); in finalizeBundle() local
|
D | TwoAddressInstructionPass.cpp | 936 bool isKill = MO.isKill() || in rescheduleMIBelowKill() local 1068 bool isKill = MO.isKill() || (LIS && isPlainlyKilled(KillMI, MOReg, LIS)); in rescheduleKillAboveMI() local 1731 bool isKill = UseMO.isKill(); in eliminateRegSequence() local
|
D | MachineInstr.cpp | 148 bool isKill, bool isDead, bool isUndef, in ChangeToRegister() 1122 int MachineInstr::findRegisterUseOperandIdx(unsigned Reg, bool isKill, in findRegisterUseOperandIdx()
|
D | InlineSpiller.cpp | 1199 void InlineSpiller::insertSpill(unsigned NewVReg, bool isKill, in insertSpill()
|
D | MachineLICM.cpp | 897 bool isKill = isOperandKill(MO, MRI); in calcRegisterCost() local
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.cpp | 370 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 | 842 unsigned SrcReg, bool isKill, in StoreRegToStackSlot() 939 unsigned SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot()
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUInstrInfo.cpp | 93 unsigned SrcReg, bool isKill, in storeRegToStackSlot()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.cpp | 485 unsigned SrcReg, bool isKill, int FI, in storeRegToStackSlot() 521 bool isKill, in storeRegToAddr()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 294 bool isKill() const { in isKill() function
|
D | LiveInterval.h | 108 bool isKill() const { in isKill() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 351 bool isKill = Op.hasOneUse() && in AddRegisterOperand() local
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 639 unsigned SrcReg, bool isKill, int FrameIndex, in storeRegToStackSlot()
|