Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp377 Function *F = getAssociatedFunction(); in manifest()
401 << "->" << getAssociatedFunction()->getName() << "\n"); in createForPosition()
423 LLVMContext &Ctx = getAssociatedFunction()->getContext(); in initialize()
458 Function *F = getAssociatedFunction(); in updateImpl()
489 Function *F = getAssociatedFunction(); in updateImpl()
582 LLVMContext &Ctx = getAssociatedFunction()->getContext(); in checkForQueuePtr()
609 Function *F = getAssociatedFunction(); in funcRetrievesMultigridSyncArg()
756 Function *F = getAssociatedFunction();
822 << "->" << getAssociatedFunction()->getName() << '\n');
863 Function *F = getAssociatedFunction(); in updateImpl()
[all...]
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h688 assert(IRP.getAssociatedFunction());
689 return IRPosition::function(*IRP.getAssociatedFunction(), CBContext);
717 Function *getAssociatedFunction() const {
795 return getAssociatedFunction()->getReturnType();
842 return getAssociatedFunction();
849 return getAssociatedFunction()->getAttributes();
856 return getAssociatedFunction()->setAttributes(AttrList);
867 return getAssociatedFunction()->arg_size();
878 return getAssociatedFunction()->getArg(ArgNo);
1762 Function *AssociatedFn = IRP.getAssociatedFunction();
[all...]
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenACC/
H A DOpenACCToLLVMIRTranslation.cpp62 static llvm::Function *getAssociatedFunction(OpenACCIRBuilder &builder, in getAssociatedFunction() function
435 auto *mapperFunc = getAssociatedFunction(*accBuilder, op); in convertStandaloneDataOp()
/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1671 if (RI->getFunction() == getAssociatedFunction()) { in updateImpl()
2493 IRP.getAssociatedFunction(), nullptr, {Instruction::Ret}, in getKnownNonNullAndDerefBytesForUse()
3615 *IRP.getAssociatedFunction()); in isReachableImpl()
4486 UndefValue &UV = *UndefValue::get(getAssociatedFunction()->getReturnType()); in getAsStr()
5769 if (const Function *F = IRP.getAssociatedFunction()) { in determineFunctionCaptureCapabilities()
5958 isArgumentPosition() ? IRP.getAssociatedFunction() : IRP.getAnchorScope(); in updateImpl()
6547 Function *Fn = getAssociatedFunction();
7995 if (getAssociatedFunction()->isDeclaration()) in AAMemoryBehaviorFunction()
8651 (!NullPointerIsDefined(getAssociatedFunction(), AccessAS) || in categorizeArgumentPointerLocations()
8652 !NullPointerIsDefined(getAssociatedFunction(), ObjectA in categorizeArgumentPointerLocations()
[all...]
H A DOpenMPOpt.cpp2570 if (Getter.Declaration == getAssociatedFunction()) { in initialize()
2659 *this, IRPosition::returned(*getAssociatedFunction()), in updateImpl()
4182 Function *Kernel = getAssociatedFunction(); in forceSingleThreadPerWorkgroupHelper()
4422 Function *Kernel = getAssociatedFunction(); in buildCustomStateMachine()
5039 CheckCallee(getAssociatedFunction(), 1); in initialize()
5124 if (Function *F = getAssociatedFunction()) in updateImpl()
5221 Function *Callee = getAssociatedFunction(); in initialize()
H A DAttributor.cpp1867 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllUses()
1993 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllCallSites()
2072 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllInstructions()
2084 QueryingAA.getIRPosition().getAssociatedFunction(); in checkForAllInstructions()