Searched refs:ChangeToGA (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h741 /// ChangeToGA - Replace this operand with a new global address operand.
742 void ChangeToGA(const GlobalValue *GV, int64_t Offset,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp99 Src0.ChangeToGA(MovSrc.getGlobal(), MovSrc.getOffset(),
H A DSIFoldOperands.cpp293 Old.ChangeToGA(Fold.OpToFold->getGlobal(), Fold.OpToFold->getOffset(),
H A DSIInstrInfo.cpp1863 RegOp.ChangeToGA(NonRegOp.getGlobal(), NonRegOp.getOffset(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp187 void MachineOperand::ChangeToGA(const GlobalValue *GV, int64_t Offset, function in class:MachineOperand

Completed in 193 milliseconds