Searched refs:Kill (Results 76 - 88 of 88) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp627 .addReg(PhysReg, RegState::Kill);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp382 .addReg(R600::PREDICATE_BIT, RegState::Kill);
396 .addReg(R600::PREDICATE_BIT, RegState::Kill);
H A DSIISelLowering.cpp3479 .addReg(Reg, RegState::Kill)
3536 .addReg(CondReg, RegState::Kill);
3546 .addReg(CurrentIdxReg, RegState::Kill)
3553 .addReg(CurrentIdxReg, RegState::Kill);
3556 .addReg(CurrentIdxReg, RegState::Kill)
4000 .addReg(CarryReg, RegState::Kill)
4070 .addReg(Src2_32, RegState::Kill)
9270 // Kill zero bytes selected by other mask. Zero value is 0xc.
H A DAMDGPURegisterBankInfo.cpp1005 .addReg(CondReg, RegState::Kill);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1657 MIB.addReg(BaseOp.getReg(), RegState::Kill)
2095 .addReg(Use.getReg(), RegState::Kill)
H A DARMFastISel.cpp2725 MIB.addReg(SrcReg, isKill * RegState::Kill)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1400 Flags |= RegState::Kill;
1569 Flags & RegState::Kill, Flags & RegState::Dead, Flags & RegState::Undef,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1564 // instruction. Kill isn't used as Dead is more precise.
1879 .addReg(PtrCopy, RegState::Kill)
1880 .addReg(OldValCopy, RegState::Kill)
1881 .addReg(NewValCopy, RegState::Kill)
1933 // instruction. Kill isn't used as Dead is more precise.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1717 .addReg(DestReg, RegState::Kill)
1735 .addReg(DestReg, RegState::Kill)
2644 .addReg(PPC::CR0, MIOpC != NewOpC ? RegState::Kill : 0);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1264 .addReg(EHPhysReg, RegState::Kill);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp490 .addReg(ResultReg, RegState::Kill)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6507 .addReg(RISCV::X0, RegState::Kill);

Completed in 290 milliseconds

1234