Home
last modified time | relevance | path

Searched refs:MoveBefore (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp740 std::function<void(Value*, Value*)> MoveBefore = in CreateWideLoad() local
755 MoveBefore(Op, Source); in CreateWideLoad()
770 MoveBefore(Base->getPointerOperand(), VecPtr); in CreateWideLoad()
771 MoveBefore(VecPtr, WideLoad); in CreateWideLoad()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp380 void DPValue::moveBefore(DPValue *MoveBefore) { in moveBefore() argument
384 insertBefore(MoveBefore); in moveBefore()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h338 void moveBefore(DPValue *MoveBefore);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4076 BasicBlock::iterator MoveBefore; in freezeOtherUses() local
4078 MoveBefore = in freezeOtherUses()
4084 MoveBefore = *MoveBeforeOpt; in freezeOtherUses()
4088 if (isa<DbgInfoIntrinsic>(MoveBefore)) in freezeOtherUses()
4089 MoveBefore = MoveBefore->getNextNonDebugInstruction()->getIterator(); in freezeOtherUses()
4092 MoveBefore.setHeadBit(false); in freezeOtherUses()
4095 if (&FI != &*MoveBefore) { in freezeOtherUses()
4096 FI.moveBefore(*MoveBefore->getParent(), MoveBefore); in freezeOtherUses()