Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp162 Type *&KnownElemTy, bool &Incomplete);
165 Type *&KnownElemTy, bool IsPostprocessing);
169 Type *&KnownElemTy, Value *Op, Function *F);
831 Type *&KnownElemTy, bool &Incomplete) { in deduceOperandElementTypeCalledFunction() argument
849 KnownElemTy = ElemTy; // src will rewrite dest if both are defined in deduceOperandElementTypeCalledFunction()
875 KnownElemTy = isPointerTy(CI->getType()) ? getAtomicElemTy(GR, CI, Op) in deduceOperandElementTypeCalledFunction()
877 if (!KnownElemTy) in deduceOperandElementTypeCalledFunction()
886 KnownElemTy = isPointerTy(ValOp->getType()) in deduceOperandElementTypeCalledFunction()
889 if (!KnownElemTy) in deduceOperandElementTypeCalledFunction()
903 Type *&KnownElemTy, bool IsPostprocessing) { in deduceOperandElementTypeFunctionPointer() argument
[all …]