Searched refs:getAtomicElemTy (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVEmitIntrinsics.cpp | 814 static inline Type *getAtomicElemTy(SPIRVGlobalRegistry *GR, Instruction *I, in getAtomicElemTy() function 875 KnownElemTy = isPointerTy(CI->getType()) ? getAtomicElemTy(GR, CI, Op) in deduceOperandElementTypeCalledFunction() 887 ? getAtomicElemTy(GR, CI, Op) in deduceOperandElementTypeCalledFunction() 1047 ? getAtomicElemTy(GR, I, Ref->getPointerOperand()) in deduceOperandElementType() 1056 ? getAtomicElemTy(GR, I, Ref->getPointerOperand()) in deduceOperandElementType()
|