Home
last modified time | relevance | path

Searched refs:ChangeToFrameIndex (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp178 UseI.getOperand(OpIdx).ChangeToFrameIndex(FI); in uncheckUsesOf()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h798 LLVM_ABI void ChangeToFrameIndex(int Idx, unsigned TargetFlags = 0);
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp702 Old.ChangeToFrameIndex(Fold.getFI()); in updateOperand()
1214 UseMI->getOperand(UseOpIdx).ChangeToFrameIndex(OpToFold.getFI()); in foldOperand()
1376 UseMI->getOperand(1).ChangeToFrameIndex(OpToFold.getFI()); in foldOperand()
H A DSIShrinkInstructions.cpp117 Src0.ChangeToFrameIndex(MovSrc.getIndex()); in foldImmediates()
H A DSIInstrInfo.cpp2757 RegOp.ChangeToFrameIndex(NonRegOp.getIndex()); in swapRegAndNonRegOperand()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp245 void MachineOperand::ChangeToFrameIndex(int Idx, unsigned TargetFlags) { in ChangeToFrameIndex() function in MachineOperand
H A DMachineInstr.cpp2499 Op.ChangeToFrameIndex(FrameIndex); in updateDbgValueForSpill()