Home
last modified time | relevance | path

Searched defs:BasePtr (Results 1 – 25 of 66) sorted by relevance

123

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86RegisterInfo.h49 unsigned BasePtr; variable
H A DX86RegisterInfo.cpp570 Register BasePtr = getX86SubSuperRegister(getBaseRegister(), 64); in getReservedRegs() local
759 Register BasePtr = MI.getOperand(1).getReg(); in tryOptimizeLEAtoMOV() local
800 Register BasePtr; in eliminateFrameIndex() local
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.h42 unsigned BasePtr; variable
H A DM68kRegisterInfo.cpp183 unsigned BasePtr; in eliminateFrameIndex() local
H A DM68kFrameLowering.cpp490 unsigned BasePtr = TRI->getBaseRegister(); in emitPrologue() local
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp176 PHINode *&BasePtr, in matchStridedRecurrence()
396 Value *BasePtr = in determineBaseAndStride() local
431 Value *BasePtr, *Stride; in tryCreateStridedLoadStore() local
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp262 Value *BasePtr, int Idx, in CreateGEP()
276 IRBuilder<> &B, Type *Ty, Value *BasePtr, in CreateGEP()
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.cpp115 unsigned BasePtr = (TFI->hasFP(MF) ? MSP430::R4 : MSP430::SP); in eliminateFrameIndex() local
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp247 Value *BasePtr = Builder.CreateIntToPtr(Zero, Builder.getInt8PtrTy()); in decomposePtr() local
550 Value *BasePtr = decomposePtr( in tryCreateMaskedGatherOffset() local
703 Value *BasePtr = decomposePtr( in tryCreateMaskedScatterOffset() local
746 Value *BasePtr = decomposeGEP(Offsets, Ty, GEP, Builder); in tryCreateIncrementingGatScat() local
802 IntrinsicInst *I, Value *BasePtr, Value *Offsets, unsigned TypeScale, in tryCreateIncrementingWBGatScat()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIRBuilder.cpp248 Value *BasePtr = findBasePtr(Ptr); in annotate() local
H A DIslNodeBuilder.cpp262 auto *BasePtr = Access->getLatestScopArrayInfo()->getBasePtr(); in addReferencesFromStmt() local
880 auto *BasePtr = in createNewAccesses() local
1353 Value *BasePtr = DerivedSAI->getBasePtr(); in preloadInvariantEquivClass() local
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVVPISelLowering.cpp129 SDValue BasePtr = getMemoryPtr(Op); in lowerVVP_LOAD_STORE() local
272 SDValue BasePtr = getMemoryPtr(Op); in lowerVVP_GATHER_SCATTER() local
H A DVEISelLowering.cpp1360 SDValue BasePtr = LdNode->getBasePtr(); in lowerLoadI1() local
1424 SDValue BasePtr = LdNode->getBasePtr(); in lowerLOAD() local
1486 SDValue BasePtr = StNode->getBasePtr(); in lowerStoreI1() local
1537 SDValue BasePtr = StNode->getBasePtr(); in lowerSTORE() local
H A DVECustomDAG.cpp536 SDValue VECustomDAG::getGatherScatterAddress(SDValue BasePtr, SDValue Scale, in getGatherScatterAddress()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-shared.cpp278 typedef std::shared_ptr<Base> BasePtr; in aliases() typedef
H A Dmake-unique.cpp505 typedef std::unique_ptr<Base> BasePtr; in aliases() typedef
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp97 Value *BasePtr; member in __anonf26e7dae0111::InitializerBuilder
113 InitializerBuilder(uint64_t Size, const DataLayout *DL, Value *BasePtr, in InitializerBuilder()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp289 Register BasePtr = MRI.createVirtualRegister(PtrRC); in emitPrologue() local
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp299 Register BasePtr; in eliminateFrameIndex() local
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp319 SDValue BasePtr = ST->getBasePtr(); in select() local
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp205 static const ScopArrayInfo *identifyBasePtrOriginSAI(Scop *S, Value *BasePtr) { in identifyBasePtrOriginSAI()
228 ScopArrayInfo::ScopArrayInfo(Value *BasePtr, Type *ElementType, isl::ctx Ctx, in ScopArrayInfo()
1735 ScopArrayInfo *Scop::getOrCreateScopArrayInfo(Value *BasePtr, Type *ElementType, in getOrCreateScopArrayInfo()
1776 ScopArrayInfo *Scop::getScopArrayInfoOrNull(Value *BasePtr, MemoryKind Kind) { in getScopArrayInfoOrNull()
1781 ScopArrayInfo *Scop::getScopArrayInfo(Value *BasePtr, MemoryKind Kind) { in getScopArrayInfo()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp355 static bool IsPtrInBounds(Value *BasePtr) { in IsPtrInBounds()
657 Value *BasePtr = getPointerOperandAndType(BaseMemI); in rewriteForBase() local
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp195 Register BasePtr; in instMayAlias() member
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp379 auto *BasePtr = CI->getOperand(0 + OpOffset); in isInterestingMemoryAccess() local
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h395 AssertingVH<Value> BasePtr; variable
2432 void invalidateScopArrayInfo(Value *BasePtr, MemoryKind Kind) { in invalidateScopArrayInfo()

123