Searched refs:isUse (Results 76 - 100 of 108) sorted by relevance

12345

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp993 if (MO.isReg() && MO.isUse())
1045 } else if (MO.isUse()) {
H A DRDFGraph.cpp1274 if (!Op.isReg() || Op.getReg() == 0 || !Op.isUse() || Op.isUndef())
1368 if (!Op.isReg() || !Op.isUse())
H A DMachineBasicBlock.cpp931 !OI->isUse() || !OI->isKill() || OI->isUndef())
H A DMachineOperand.cpp132 assert(isUse() && "Reg is not def or use");
H A DRDFLiveness.cpp899 if (!Op.isReg() || !Op.isUse() || Op.isUndef())
H A DLiveDebugValues.cpp1307 if (!MO.isReg() || !MO.isUse()) {
H A DMachineVerifier.cpp1663 MO->isUse() && MI->isRegTiedToDefOperand(MONum, &DefIdx) &&
1691 if (MI->isDebugValue() && MO->isUse() && !MO->isDebug()) {
H A DRegisterCoalescer.cpp1603 if (MO.isReg() && MO.isUse())
1752 if (SubIdx != 0 && MO.isUse() && MRI->shouldTrackSubRegLiveness(DstReg)) {
H A DSplitKit.cpp1371 if (MO.isUse())
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3350 bool isUse = HandleUse(I, Pat, InstInputs); local
3351 if (!isUse && Pat->getTransformFn())
3382 bool isUse = HandleUse(I, Pat, InstInputs); local
3384 if (!isUse && Pat->getTransformFn())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp856 if (!MO.isReg() || !MO.isUse())
H A DHexagonEarlyIfConv.cpp403 if (!MO.isReg() || !MO.isUse())
H A DHexagonConstPropagation.cpp2809 if (!MO.isReg() || !MO.isUse() || MO.isImplicit())
2830 if (!MO.isReg() || !MO.isUse() || MO.isImplicit())
3116 if (MO.isReg() && MO.isUse())
H A DHexagonGenInsert.cpp743 if (!MO.isReg() || !MO.isUse())
H A DHexagonBitSimplify.cpp304 if (!Op.isReg() || !Op.isUse())
3100 if (!Op.isUse())
H A DHexagonConstExtenders.cpp1945 if (!Op.isReg() || !Op.isUse() ||
H A DHexagonInstrInfo.cpp206 if (MO.isUse())
2987 if (Op.isReg() && Op.isUse() && Op.getReg() == Hexagon::R29)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp104 if (MO.isUse())
H A DAArch64LoadStoreOptimizer.cpp924 if (RegOp0.isUse()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp276 if (To.isUse()) {
H A DSIInstrInfo.cpp3357 if (Use.isUse() &&
3420 if (!MO.isUse())
3692 if (!TiedMO.isReg() || !TiedMO.isImplicit() || !TiedMO.isUse()) {
3904 if (!Dst->isUse()) {
3920 if (!ImpUse.isReg() || !ImpUse.isUse() ||
4761 if (MO.isReg() && MO.isUse()) {
H A DSIInsertWaitcnts.cpp1033 if (Op.isUse() || !SIInstrInfo::isVMEM(MI) ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp131 if (MO.isUse())
971 if (!Op.isReg() || !Op.isUse())
1236 if (Op.isReg() && Op.isUse()) {
H A DARMLowOverheadLoops.cpp1376 if (MO.isReg() && MO.isUse() && MO.isTied() &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp101 if (EarlierMI->getOperand(0).isReg() && EarlierMI->getOperand(0).isUse())

Completed in 471 milliseconds

12345