Home
last modified time | relevance | path

Searched refs:setDest (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dparameterized_classes.m72 // CHECK-LABEL: define internal void @"\01-[Derived setDest:]
91 - (void)setDest:(NSObject *)a;
95 - (void)setDest:(NSObject *)a {
/llvm-project-15.0.7/clang/test/ARCMT/
H A Dobjcmt-property-availability.m25 - (void)setDest:(MKMapItem *)source NS_AVAILABLE(10_9, 6_0);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp81 Updater.setDest(&I.LR); in updateFromLiveIns()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/ControlFlow/IR/
H A DControlFlowOps.td98 void setDest(Block *block);
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveInterval.h967 void setDest(LiveRange *lr) { in setDest() function
/llvm-project-15.0.7/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp185 void BranchOp::setDest(Block *block) { return setSuccessor(block); } in setDest() function in BranchOp
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h760 void setDest(Value *Ptr) { in setDest() function
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp563 DeadIntrinsic->setDest(NewDestGEP); in tryToShorten()
H A DSROA.cpp2766 II.setDest(getNewAllocaSlicePtr(IRB, OldPtr->getType())); in visitMemSetInst()
2905 II.setDest(AdjustedPtr); in visitMemTransferInst()