Home
last modified time | relevance | path

Searched defs:Ptrs (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteKernelArguments.cpp39 SmallVector<Value *> Ptrs; member in __anon4eb9f4ae0111::AMDGPUPromoteKernelArguments
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp407 Value *Ptrs = CI->getArgOperand(0); in scalarizeMaskedGather() local
538 Value *Ptrs = CI->getArgOperand(1); in scalarizeMaskedScatter() local
871 Value *Ptrs = CI->getArgOperand(0); in scalarizeMaskedVectorHistogram() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h437 SmallVector<const Value *, 16> Ptrs; member
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp631 CallInst *IRBuilderBase::CreateMaskedGather(Type *Ty, Value *Ptrs, in CreateMaskedGather()
662 CallInst *IRBuilderBase::CreateMaskedScatter(Value *Data, Value *Ptrs, in CreateMaskedScatter()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1774 ArrayRef<const Value *> Ptrs, const Value *Base, in getPointersChainCost()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp487 llvm::Value *Ptrs[N]; in callFunc() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5126 X86TTIImpl::getPointersChainCost(ArrayRef<const Value *> Ptrs, in getPointersChainCost()
5837 const Value *Ptrs = GEP->getPointerOperand(); in getGSVectorCost() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp895 SmallSetVector<const Value *, 8> Ptrs; in isPotentiallyAffectedByBarrier() local
920 ArrayRef<const Value *> Ptrs, in isPotentiallyAffectedByBarrier()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1145 InstructionCost getPointersChainCost(ArrayRef<const Value *> Ptrs, in getPointersChainCost()
H A DTargetTransformInfo.h2211 InstructionCost getPointersChainCost(ArrayRef<const Value *> Ptrs, in getPointersChainCost()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp252 ArrayRef<const Value *> Ptrs, const Value *Base, in getPointersChainCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3604 Value *Ptrs = I.getArgOperand(0); in handleMaskedGather() local
3643 Value *Ptrs = I.getArgOperand(1); in handleMaskedScatter() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4860 SmallVector<Value *> Ptrs; in findPartiallyOrderedLoads() local
8068 getGEPCosts(const TargetTransformInfo &TTI, ArrayRef<Value *> Ptrs, in getGEPCosts() argument
9388 __anon07b2d7749702(ArrayRef<Value *> Ptrs, Value *BasePtr) getEntryCost() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15969 static bool shouldSinkVectorOfPtrs(Value *Ptrs, SmallVectorImpl<Use *> &Ops) { in shouldSinkVectorOfPtrs()