Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/OpenCLPasses/WGFuncs/
H A DWGFuncResolution.cpp47 Function* pCalledFunc = callInst.getCalledFunction(); in visitCallInst() local
48 if (!pCalledFunc) in visitCallInst()
53 StringRef funcName = pCalledFunc->getName(); in visitCallInst()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/OpenCLPasses/GenericAddressResolution/
H A DGenericAddressDynamicResolution.cpp391 Function* pCalledFunc = I.getCalledFunction(); in visitIntrinsicCall() local
392 if (pCalledFunc == nullptr) in visitIntrinsicCall()
398 StringRef funcName = pCalledFunc->getName(); in visitIntrinsicCall()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/
H A DBuiltInFuncImport.cpp806 Function* pCalledFunc = pInstCall->getCalledFunction(); in GetCalledFunctions() local
807 if (!pCalledFunc) in GetCalledFunctions()
813 if (visitedSet.count(pCalledFunc)) continue; in GetCalledFunctions()
815 visitedSet.insert(pCalledFunc); in GetCalledFunctions()
816 calledFuncs.push_back(pCalledFunc); in GetCalledFunctions()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A Dhelper.cpp893 llvm::Function* pCalledFunc = pIntr->getCalledFunction(); in ChangePtrTypeInIntrinsic() local
915 overloadedTys.push_back(pCalledFunc->getReturnType()); in ChangePtrTypeInIntrinsic()
924 overloadedTys.push_back(pCalledFunc->getReturnType()); in ChangePtrTypeInIntrinsic()
955 overloadedTys.push_back(pCalledFunc->getReturnType()); in ChangePtrTypeInIntrinsic()
1027 overloadedTys.push_back(pCalledFunc->getReturnType()); in ChangePtrTypeInIntrinsic()