Searched defs:PtrA (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopIdiomVectorize.cpp | 307 Value *PtrA = GEPA->getPointerOperand(); in recognizeByteCompare() local 382 Value *PtrA = GEPA->getPointerOperand(); in createMaskedFindMismatch() local 489 Value *PtrA = GEPA->getPointerOperand(); createPredicatedFindMismatch() local 588 Value *PtrA = GEPA->getPointerOperand(); expandFindMismatch() local [all...] |
H A D | LoadStoreVectorizer.cpp | 1166 getConstantOffsetComplexAddrs(Value * PtrA,Value * PtrB,Instruction * ContextInst,unsigned Depth) getConstantOffsetComplexAddrs() argument 1279 getConstantOffsetSelects(Value * PtrA,Value * PtrB,Instruction * ContextInst,unsigned Depth) getConstantOffsetSelects() argument 1470 getConstantOffset(Value * PtrA,Value * PtrB,Instruction * ContextInst,unsigned Depth) getConstantOffset() argument [all...] |
/llvm-project/offload/plugins-nextgen/common/include/ |
H A D | PluginInterface.h | 500 contains(void * PtrA,size_t SizeA,void * PtrB,size_t SizeB) contains() argument 507 intersects(void * PtrA,size_t SizeA,void * PtrB,size_t SizeB) intersects() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 1560 getPointersDiff(Type * ElemTyA,Value * PtrA,Type * ElemTyB,Value * PtrB,const DataLayout & DL,ScalarEvolution & SE,bool StrictCheck,bool CheckType) getPointersDiff() argument 1665 Value *PtrA = getLoadStorePointerOperand(A); isConsecutiveAccess() local
|
H A D | BasicAliasAnalysis.cpp | 1639 if (const Argument *PtrA = dyn_cast<Argument>(Ptr)) { aliasCheck() local
|