Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp282 Function *F = getAssociatedFunction(); in initialize()
306 << "->" << getAssociatedFunction()->getName() << "\n"); in updateImpl()
326 LLVMContext &Ctx = getAssociatedFunction()->getContext(); in manifest()
361 Function *F = getAssociatedFunction(); in initialize()
392 Function *F = getAssociatedFunction(); in updateImpl()
472 LLVMContext &Ctx = getAssociatedFunction()->getContext(); in manifest()
498 Function *F = getAssociatedFunction(); in checkForQueuePtr()
631 Function *F = getAssociatedFunction(); in initialize()
648 << "->" << getAssociatedFunction()->getName() << '\n'); in updateImpl()
668 Function *F = getAssociatedFunction(); in manifest()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1604 Function *F = getAssociatedFunction(); in initialize()
1615 Function *F = getAssociatedFunction(); in updateImpl()
1658 Function *F = getAssociatedFunction(); in initialize()
1975 Function *F = getAssociatedFunction(); in initialize()
1986 Function *F = getAssociatedFunction(); in updateImpl()
2044 Function *F = getAssociatedFunction(); in initialize()
2055 Function *F = getAssociatedFunction(); in updateImpl()
2483 Function *F = getAssociatedFunction(); in initialize()
2494 Function *F = getAssociatedFunction(); in updateImpl()
2887 (!getAssociatedFunction() || !getAssociatedFunction()->mustProgress())) in isImpliedByMustprogressAndReadonly()
[all …]
H A DAttributor.cpp953 AttrList = getAssociatedFunction()->getAttributes(); in getAttrsFromIRAttr()
1446 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllCallSites()
1566 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllReturnedValuesAndReturnInsts()
1586 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllReturnedValues()
1667 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllInstructions()
1678 QueryingAA.getIRPosition().getAssociatedFunction(); in checkForAllReadWriteInstructions()
H A DOpenMPOpt.cpp2648 if (Getter.Declaration == getAssociatedFunction()) { in initialize()
2735 *this, IRPosition::returned(*getAssociatedFunction()), in updateImpl()
3775 Function *Kernel = getAssociatedFunction(); in buildCustomStateMachine()
4197 Function *Callee = getAssociatedFunction(); in initialize()
4338 Function *F = getAssociatedFunction(); in updateImpl()
4447 Function *Callee = getAssociatedFunction(); in initialize()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenACC/
H A DOpenACCToLLVMIRTranslation.cpp92 static llvm::Function *getAssociatedFunction(OpenACCIRBuilder &builder, in getAssociatedFunction() function
439 auto *mapperFunc = getAssociatedFunction(*accBuilder, op); in convertStandaloneDataOp()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h529 assert(IRP.getAssociatedFunction());
530 return IRPosition::function(*IRP.getAssociatedFunction(), CBContext);
558 Function *getAssociatedFunction() const {
624 return getAssociatedFunction()->getReturnType();
722 AttrList = getAssociatedFunction()->getAttributes();
731 getAssociatedFunction()->setAttributes(AttrList);
1442 !Functions.count(IRP.getAssociatedFunction())) {
3491 assert(I->getFunction() == getIRPosition().getAssociatedFunction() &&
4822 return AACE->getAssociatedFunction()->getName().str();