Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp284 static void lowerFunnelShifts(IntrinsicInst *FSHIntrinsic) { in lowerFunnelShifts() argument
289 Module *M = FSHIntrinsic->getModule(); in lowerFunnelShifts()
290 FunctionType *FSHFuncTy = FSHIntrinsic->getFunctionType(); in lowerFunnelShifts()
292 const std::string FuncName = lowerLLVMIntrinsicName(FSHIntrinsic); in lowerFunnelShifts()
297 FSHIntrinsic->setCalledFunction(FSHFunc); in lowerFunnelShifts()
317 if (FSHIntrinsic->getIntrinsicID() == Intrinsic::fshr) { in lowerFunnelShifts()
330 if (FSHIntrinsic->getIntrinsicID() == Intrinsic::fshr) { in lowerFunnelShifts()
342 FSHIntrinsic->setCalledFunction(FSHFunc); in lowerFunnelShifts()