Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h439 FunctionIndex = ~0U,
524 return addAttributeAtIndex(C, FunctionIndex, Kind);
531 return addAttributeAtIndex(C, FunctionIndex, Attr);
539 return addAttributeAtIndex(C, FunctionIndex, Kind, Value);
546 return addAttributesAtIndex(C, FunctionIndex, B);
629 return removeAttributeAtIndex(C, FunctionIndex, Kind);
636 return removeAttributeAtIndex(C, FunctionIndex, Kind);
643 return removeAttributesAtIndex(C, FunctionIndex, AttrsToRemove);
649 return removeAttributesAtIndex(C, FunctionIndex);
827 return getAttributeAtIndex(FunctionIndex, Kind);
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h363 FunctionAccessor getFunction(unsigned FunctionIndex) const { in getFunction() argument
365 getFunctionOffset(FunctionIndex)); in getFunction()
451 std::size_t getFunctionOffset(unsigned FunctionIndex) const { in getFunctionOffset() argument
452 return FunctionListOffset + FunctionIndex * FunctionSize; in getFunctionOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1085 for (const auto &I : Sets[attrIdxToArrayIdx(AttributeList::FunctionIndex)]) in AttributeListImpl()
1211 if (MaxIndex == FunctionIndex && Attrs.size() > 1) in get()
1492 return getAttributes(FunctionIndex); in getFnAttrs()
1513 return hasAttributeAtIndex(AttributeList::FunctionIndex, Kind); in hasFnAttr()
1658 case AttrIndex::FunctionIndex: in print()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp272 AttributeList Attr = AttributeList::get(Ctx, AttributeList::FunctionIndex, in lowerPrintfForGpu()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp362 AttributeList NewAttrs = AttributeList::get(Ctx, AttributeList::FunctionIndex, in emitEntryFunction()
H A DMicrosoftCXXABI.cpp2456 llvm::AttributeList::FunctionIndex, in getDynTlsOnDemandInitFn()
2543 llvm::AttributeList::FunctionIndex, in getInitThreadHeaderFn()
2555 llvm::AttributeList::FunctionIndex, in getInitThreadFooterFn()
2567 llvm::AttributeList::FunctionIndex, in getInitThreadAbortFn()
H A DItaniumCXXABI.cpp1355 CGF.getLLVMContext(), llvm::AttributeList::FunctionIndex, FuncAttrs); in getItaniumDynamicCastFn()
2374 llvm::AttributeList::FunctionIndex, in getGuardAcquireFn()
2386 llvm::AttributeList::FunctionIndex, in getGuardReleaseFn()
2398 llvm::AttributeList::FunctionIndex, in getGuardAbortFn()
H A DCGObjCMac.cpp72 llvm::AttributeList::FunctionIndex, in getMessageSendFn()
594 llvm::AttributeList::FunctionIndex, in getSetJmpFn()
750 llvm::AttributeList::FunctionIndex, AS)); in getLoadClassrefFn()
H A DCGAtomic.cpp323 CGF.getLLVMContext(), llvm::AttributeList::FunctionIndex, fnAttrB); in emitAtomicLibcall()
H A DCGExpr.cpp3511 llvm::AttributeList::FunctionIndex, B), in emitCheckHandlerCall()
H A DCGBuiltin.cpp1408 CGF.getLLVMContext(), llvm::AttributeList::FunctionIndex, in EmitMSVCRTSetJmp()
1968 getLLVMContext(), llvm::AttributeList::FunctionIndex, in EmitMSVCBuiltinExpr()
16322 getLLVMContext(), llvm::AttributeList::FunctionIndex, in EmitX86BuiltinExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp198 AttributeList::FunctionIndex, in simplifyExternals()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp297 Builder.getContext(), AttributeList::FunctionIndex, Attribute::NoUnwind); in callBufferedPrintfStart()
H A DBuildLibCalls.cpp1527 AS = AttributeList::get(M->getContext(), AttributeList::FunctionIndex, in emitMemCpyChk()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1834 uint32_t FunctionIndex = WasmIndices.find(Base)->second; in writeOneObject() local
1839 TableElems.push_back(FunctionIndex); in writeOneObject()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp361 EnumerateAttributes(GV.getAttributesAsList(AttributeList::FunctionIndex)); in ValueEnumerator()
H A DBitcodeWriter.cpp1466 auto AL = GV.getAttributesAsList(AttributeList::FunctionIndex); in writeModuleInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp399 EnumerateAttributes(GV.getAttributesAsList(AttributeList::FunctionIndex)); in ValueEnumerator()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1825 if (AttrIdx == AttributeList::FunctionIndex) { in decodeLLVMAttributesForBitcode()
2196 if (Idx == AttributeList::FunctionIndex && in parseAttributeGroupBlock()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h819 return AttributeList::FunctionIndex;