Home
last modified time | relevance | path

Searched refs:DerivedPtr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp813 CallInst *IRBuilderBase::CreateGCGetPointerBase(Value *DerivedPtr, in CreateGCGetPointerBase() argument
815 Type *PtrTy = DerivedPtr->getType(); in CreateGCGetPointerBase()
817 {PtrTy, PtrTy}, {DerivedPtr}, {}, Name); in CreateGCGetPointerBase()
820 CallInst *IRBuilderBase::CreateGCGetPointerOffset(Value *DerivedPtr, in CreateGCGetPointerOffset() argument
822 Type *PtrTy = DerivedPtr->getType(); in CreateGCGetPointerOffset()
824 {DerivedPtr}, {}, Name); in CreateGCGetPointerOffset()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1227 const Value *DerivedPtr = Relocate.getDerivedPtr(); in visitGCRelocate() local
1239 SDValue SDV = StatepointLowering.getLocation(getValue(DerivedPtr)); in visitGCRelocate()
1292 SDValue SD = getValue(DerivedPtr); in visitGCRelocate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4283 Value *DerivedPtr = GCR.getDerivedPtr(); in visitCallBase() local
4287 if (isa<UndefValue>(DerivedPtr) || isa<UndefValue>(BasePtr)) { in visitCallBase()
4297 if (isa<ConstantPointerNull>(DerivedPtr)) { in visitCallBase()
4306 isKnownNonZero(DerivedPtr, in visitCallBase()
4327 LiveGcValues.insert(DerivedPtr); in visitCallBase()
4355 Value *DerivedPtr = GCR.getDerivedPtr(); in visitCallBase() local
4356 assert(Val2Idx.count(DerivedPtr) && Val2Idx[DerivedPtr] != NumOfGCLives && in visitCallBase()
4359 GCR.setOperand(2, ConstantInt::get(OpIntTy2, Val2Idx[DerivedPtr])); in visitCallBase()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h954 LLVM_ABI CallInst *CreateGCGetPointerBase(Value *DerivedPtr,
959 LLVM_ABI CallInst *CreateGCGetPointerOffset(Value *DerivedPtr,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp6949 Value *DerivedPtr = GCR.getDerivedPtr(); in simplifyIntrinsic() local
6953 if (isa<UndefValue>(DerivedPtr) || isa<UndefValue>(BasePtr)) { in simplifyIntrinsic()
6961 if (isa<ConstantPointerNull>(DerivedPtr)) { in simplifyIntrinsic()