Home
last modified time | relevance | path

Searched refs:DoIt (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.h84 bool emitPopSpecialFixUp(MachineBasicBlock &MBB, bool DoIt) const;
H A DThumb1FrameLowering.cpp604 bool DoIt) const { in emitPopSpecialFixUp()
638 if (!DoIt || MBBI->getOpcode() == ARM::tPOP_RET) in emitPopSpecialFixUp()
714 if (!DoIt && !PopReg && !TemporaryReg) in emitPopSpecialFixUp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp592 const auto DoIt = [&](unsigned OpIdx, in hoistLaneIntrinsicThroughOperand() local
612 return DoIt(0, II.getCalledFunction()); in hoistLaneIntrinsicThroughOperand()
622 return DoIt(0, Remangled); in hoistLaneIntrinsicThroughOperand()
630 return DoIt(1, II.getCalledFunction()); in hoistLaneIntrinsicThroughOperand()
632 return DoIt(0, II.getCalledFunction()); in hoistLaneIntrinsicThroughOperand()