Home
last modified time | relevance | path

Searched defs:IsKill (Results 1 – 25 of 57) sorted by relevance

123

/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1089 bool IsKill = !HRI.isEHReturnCalleeSaveReg(Reg); in insertCSRSpillsInBlock() local
1404 bool IsKill = MI->getOperand(2).isKill(); in expandStoreInt() local
1467 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVecPred() local
1552 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVec2() local
1654 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVec() local
H A DHexagonRegisterInfo.cpp179 bool IsKill = false; in eliminateFrameIndex() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp312 bool IsKill = NewAddrDwords == Info->VAddrDwords; in shrinkMIMG() local
532 const bool IsKill = SrcReg->isKill(); in shrinkScalarLogicOp() local
H A DSIRegisterInfo.cpp84 bool IsKill; member
1193 unsigned ValueReg, bool IsKill) { in spillVGPRtoAGPR()
1308 unsigned LoadStoreOp, int Index, Register ValueReg, bool IsKill, in buildSpillLoadStore()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp112 bool &IsKill, const TargetInstrInfo &TII, in performCopyPropagation()
419 bool IsKill = true; in spillRegisters() local
H A DScheduleDAGInstrs.cpp400 bool IsKill = MO.getSubReg() == 0 || MO.isUndef(); in addVRegDefDeps() local
1106 bool IsKill = LiveRegs.available(MRI, Reg); in toggleKills() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1268 bool IsKill = !HRI.isEHReturnCalleeSaveReg(Reg); in insertCSRSpillsInBlock() local
1633 bool IsKill = MI->getOperand(2).isKill(); in expandStoreInt() local
1696 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVecPred() local
1785 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVec2() local
1883 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVec() local
H A DHexagonRegisterInfo.cpp206 bool IsKill = false; in eliminateFrameIndex() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1416 bool IsKill = !HRI.isEHReturnCalleeSaveReg(Reg); in insertCSRSpillsInBlock() local
1747 bool IsKill = MI->getOperand(2).isKill(); in expandStoreInt() local
1810 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVecPred() local
1899 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVec2() local
1986 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVec() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp548 bool IsKill) { in spillVGPRtoAGPR()
618 bool IsKill, in buildSpillLoadStore()
763 bool IsKill = MI->getOperand(0).isKill(); in spillSGPR() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/
H A DM68kInstrBuilder.h50 bool IsKill, int Offset) { in addRegIndirectWithDisp()
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp419 bool IsKill = SrcDst->isKill(); in buildScratchLoadStore() local
521 bool IsKill = MI->getOperand(0).isKill(); in eliminateFrameIndex() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMips16RegisterInfo.cpp123 bool IsKill = false; in eliminateFI() local
H A DMipsSERegisterInfo.cpp200 bool IsKill = false; in eliminateFI() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMips16RegisterInfo.cpp125 bool IsKill = false; in eliminateFI() local
H A DMipsSERegisterInfo.cpp200 bool IsKill = false; in eliminateFI() local
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMips16RegisterInfo.cpp126 bool IsKill = false; in eliminateFI() local
H A DMipsSERegisterInfo.cpp157 bool IsKill = false; in eliminateFI() local
/aosp_15_r20/external/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp47 unsigned SrcReg, bool IsKill, int FI, in storeRegToStackSlot()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp126 Register SrcReg, bool IsKill, int FI, in storeRegToStackSlot()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp126 unsigned SrcReg, bool IsKill, int FI, in storeRegToStackSlot()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp401 bool IsKill = MO.getSubReg() == 0 || MO.isUndef(); in addVRegDefDeps() local
1101 bool IsKill = LiveRegs.available(MRI, Reg); in toggleKills() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64AdvSIMDScalarPass.cpp275 unsigned Dst, unsigned Src, bool IsKill) { in insertCopy()
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64AdvSIMDScalarPass.cpp283 unsigned Dst, unsigned Src, bool IsKill) { in insertCopy()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64AdvSIMDScalarPass.cpp275 unsigned Dst, unsigned Src, bool IsKill) { in insertCopy()

123