Home
last modified time | relevance | path

Searched refs:ChangeToGA (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp504 MO.ChangeToGA(ImmOp.getGlobal(), ImmOp.getOffset(), in foldIntoMemoryOps()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h781 /// ChangeToGA - Replace this operand with a new global address operand.
782 void ChangeToGA(const GlobalValue *GV, int64_t Offset,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp222 GlobalOp.ChangeToGA(GV, Offset, GlobalOp.getTargetFlags()); in applyFoldGlobalOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp113 Src0.ChangeToGA(MovSrc.getGlobal(), MovSrc.getOffset(), in foldImmediates()
H A DSIFoldOperands.cpp433 Old.ChangeToGA(Fold.OpToFold->getGlobal(), Fold.OpToFold->getOffset(), in updateOperand()
H A DR600ISelLowering.cpp286 MIB->getOperand(Idx).ChangeToGA(MO.getGlobal(), MO.getOffset(), in EmitInstrWithCustomInserter()
H A DSIInstrInfo.cpp2754 RegOp.ChangeToGA(NonRegOp.getGlobal(), NonRegOp.getOffset(), in swapRegAndNonRegOperand()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp196 void MachineOperand::ChangeToGA(const GlobalValue *GV, int64_t Offset, in ChangeToGA() function in MachineOperand