Home
last modified time | relevance | path

Searched defs:PtrAdd (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFatLTOCleanup.cpp88 Value *PtrAdd = IRB.CreatePtrAdd(Ptr, Offset); in cleanUpTypeCheckedLoad() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1264 auto *PtrAdd = dyn_cast<GPtrAdd>(&Use); in findPostIndexCandidate() local
2574 auto PtrAdd = Builder.buildPtrAdd(PtrTy, LHS, RHS); in applyCombineAddP2IToPtrAdd() local
2581 auto &PtrAdd = cast<GPtrAdd>(MI); in matchCombineConstPtrAddToI2P() local
2602 auto &PtrAdd = cast<GPtrAdd>(MI); in applyCombineConstPtrAddToI2P() local
3698 auto &PtrAdd = cast<GPtrAdd>(MI); in matchPtrAddZero() local
3717 auto &PtrAdd = cast<GPtrAdd>(MI); in applyPtrAddZero() local
4800 auto &PtrAdd = cast<GPtrAdd>(MI); in reassociationCanBreakAddressingModePattern() local
4948 auto &PtrAdd = cast<GPtrAdd>(MI); in matchReassocPtrAdd() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp847 GPtrAdd *PtrAdd = cast<GPtrAdd>(MRI.getVRegDef(PtrReg)); in optimizeConsecutiveMemOpAddressing() local
H A DAArch64InstructionSelector.cpp7374 MachineInstr *PtrAdd = in selectAddrModeShiftedExtendXReg() local
7435 MachineInstr *PtrAdd = in selectAddrModeXRO() local
7508 MachineInstr *PtrAdd = in selectAddrModeWRO() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h993 PtrAdd, enumerator
H A DVPlanTransforms.cpp675 VPValue *PtrAdd = Builder.createPtrAdd(PtrIV->getStartValue(), Steps, in legalizeAndOptimizeInductions() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1220 auto PtrAdd = B.buildPtrAdd(PtrTy, Dst, ScaledSize); in applyMappingDynStackAlloc() local