/llvm-project/llvm/lib/Target/AArch64/ |
H A D | SMEABIPass.cpp | 100 updateNewStateFunctions(Module * M,Function * F,IRBuilder<> & Builder,SMEAttrs FnAttrs) updateNewStateFunctions() argument 175 SMEAttrs FnAttrs(F); runOnFunction() local [all...] |
/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
H A D | IndirectionUtilsTest.cpp | 26 AttributeSet FnAttrs = AttributeSet::get( in TEST() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetMachine.cpp | 288 AttributeList FnAttrs = F.getAttributes(); getSubtargetImpl() local
|
/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUMemoryUtils.cpp |
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 855 AttributeSet FnAttrs = removeDeadStuffFromFunction() local 933 AttributeSet FnAttrs = CallPAL.getFnAttrs().removeAttribute( removeDeadStuffFromFunction() local
|
H A D | Attributor.cpp | 3376 auto FnAttrs = Attrs.getFnAttrs(); identifyDefaultAbstractAttributes() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 303 for (const Attribute &Attr : FnAttrs) { variable
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 220 AttrBuilder FnAttrs(M->getContext(), AS.getFnAttrs()); validateEndOfModule() local 236 AttrBuilder FnAttrs(M->getContext(), AS.getFnAttrs()); validateEndOfModule() local 243 AttrBuilder FnAttrs(M->getContext(), AS.getFnAttrs()); validateEndOfModule() local 250 AttrBuilder FnAttrs(M->getContext(), AS.getFnAttrs()); validateEndOfModule() local 7264 AttrBuilder RetAttrs(M->getContext()), FnAttrs(M->getContext()); parseInvoke() local 7562 AttrBuilder RetAttrs(M->getContext()), FnAttrs(M->getContext()); parseCallBr() local 7967 AttrBuilder RetAttrs(M->getContext()), FnAttrs(M->getContext()); parseCall() local [all...] |
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 542 AttrBuilder FnAttrs(CI->getContext(), InvokeAL.getFnAttrs()); in wrapInvoke() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | IRBuilderTest.cpp | 347 AttributeSet FnAttrs = Attrs.getFnAttrs(); in TEST_F() local
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 1039 auto FnAttrs = OrigF.getAttributes().getFnAttrs(); create() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1461 AttrBuilder FnAttrs(Ctx, OrigAL.getFnAttrs()); legalizeCallAttributes() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Attributes.cpp | 1351 get(LLVMContext & C,AttributeSet FnAttrs,AttributeSet RetAttrs,ArrayRef<AttributeSet> ArgAttrs) get() argument
|
H A D | AsmWriter.cpp | 1038 AttributeSet FnAttrs = F.getAttributes().getFnAttrs(); processModule() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 4234 AttributeSet FnAttrs = CallerPAL.getFnAttrs(); transformConstExprCastCall() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 7510 ParsedAttributes FnAttrs(AttrFactory); ParseFunctionDeclarator() local
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 528 auto FnAttrs = Attrs.getFnAttrs(); addAttributes() local
|