Searched refs:FCall (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/rsov/compiler/
H A DRSAllocationUtils.cpp110 if (auto *FCall = dyn_cast<CallInst>(U)) {
111 if (auto *F = FCall->getCalledFunction()) {
116 assert(FCall->getNumArgOperands() > 0);
117 Value *CopyDest = FCall->getArgOperand(0);
157 Calls.push_back({A, FCall, Kind, RSElementTy.str()});
167 Calls.push_back({A, FCall, Kind, ""});
202 auto *FCall = CallInfo.FCall; local
203 auto *Fun = FCall->getCalledFunction();
220 FCall
[all...]
H A DRSAllocationUtils.h51 llvm::CallInst *FCall; member in struct:rs2spirv::RSAllocationCallInfo

Completed in 54 milliseconds