Home
last modified time | relevance | path

Searched refs:PointerOperand (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp2499 Value *PointerOperand = getLoadStorePointerOperand(&I)->stripPointerCasts(); in getInvariantGroupClobberingInstruction() local
2505 if (isa<Constant>(PointerOperand)) in getInvariantGroupClobberingInstruction()
2510 for (const User *Us : PointerOperand->users()) { in getInvariantGroupClobberingInstruction()
2519 getLoadStorePointerOperand(U) == PointerOperand && !U->isVolatile()) { in getInvariantGroupClobberingInstruction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp118 Value *PointerOperand, Value *ValueOperand,
1900 Instruction *I, unsigned Size, Align Alignment, Value *PointerOperand, in expandAtomicOpToLibcall() argument
2007 Value *PtrVal = PointerOperand; in expandAtomicOpToLibcall()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp815 Value *PointerOperand) { in getAtomicElemTy() argument
816 Type *PointeeTy = GR->findDeducedElementType(PointerOperand); in getAtomicElemTy()