/llvm-project/mlir/lib/IR/ |
H A D | Block.cpp | 53 void Block::moveBefore(Block *block) { moveBefore() function in Block 60 void Block::moveBefore(Region *region, llvm::iplist<Block>::iterator iterator) { moveBefore() function in Block
|
H A D | Operation.cpp | 555 void Operation::moveBefore(Operation *existingOp) { in moveBefore() function in Operation 561 void Operation::moveBefore(Block *block, in moveBefore() function in Operation
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | BasicBlock.h | 366 inline void moveBefore(BasicBlock *MovePos) { moveBefore() function
|
/llvm-project/llvm/lib/IR/ |
H A D | Instruction.cpp | 167 void Instruction::moveBefore(Instruction *MovePos) { moveBefore() function in Instruction 191 void Instruction::moveBefore(BasicBlock &BB, InstListType::iterator I) { moveBefore() function in Instruction
|
H A D | DebugProgramInstruction.cpp | 550 void DbgRecord::moveBefore(DbgRecord *MoveBefore) { moveBefore() function in llvm::DbgRecord
|
H A D | BasicBlock.cpp | 281 void BasicBlock::moveBefore(SymbolTableList<BasicBlock>::iterator MovePos) { moveBefore() function in BasicBlock
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineBasicBlock.cpp | 674 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) { moveBefore() function in MachineBasicBlock
|
H A D | MachineInstr.cpp | 150 void MachineInstr::moveBefore(MachineInstr *MovePos) { moveBefore() function in MachineInstr
|
/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 1166 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { moveBefore() function in MemorySSAUpdater
|
/llvm-project/llvm/unittests/Transforms/Vectorize/ |
H A D | VPlanTest.cpp | 94 TEST(VPInstructionTest,moveBefore) TEST() argument
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 250 void VPRecipeBase::moveBefore(VPBasicBlock &BB, moveBefore() function in VPRecipeBase
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 1205 auto moveBefore = [this](BasicBlock::iterator In, BasicBlock::iterator To) { in realignLoadGroup() local
|
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | IRCore.cpp | 1349 void PyOperationBase::moveBefore(PyOperationBase &other) { moveBefore() function in PyOperationBase
|