Home
last modified time | relevance | path

Searched defs:ArgAttrs (Results 1 – 25 of 25) sorted by relevance

/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DIndirectionUtilsTest.cpp28 AttributeSet ArgAttrs[2] = { in TEST() local
/external/tensorflow/tensorflow/core/framework/
Dfunction.proto37 message ArgAttrs { message
Dfunction_test.cc1488 TEST(InstantiateFunctionTest, ArgAttrs) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp413 AttrBuilder ArgAttrs(CallerPAL.getParamAttributes(ArgNo)); in promoteCall() local
DInlineFunction.cpp1920 SmallVector<AttributeSet, 8> ArgAttrs; in InlineFunction() local
DSimplifyLibCalls.cpp630 AttrBuilder ArgAttrs(CI->getAttributes().getParamAttributes(0)); in optimizeStrNCpy() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp492 AttrBuilder ArgAttrs(CallerPAL.getParamAttributes(ArgNo)); in promoteCall() local
DInlineFunction.cpp1981 SmallVector<AttributeSet, 8> ArgAttrs; in InlineFunction() local
DSimplifyLibCalls.cpp605 AttrBuilder ArgAttrs(CI->getAttributes().getParamAttributes(0)); in optimizeStrNCpy() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp189 SmallVector<AttributeSet, 8> ArgAttrs; in DeleteDeadVarargs() local
/external/llvm-project/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp189 SmallVector<AttributeSet, 8> ArgAttrs; in DeleteDeadVarargs() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp1726 AttributeSet ArgAttrs = Attrs.getParamAttributes(i); in verifyFunctionAttrs() local
2029 AttributeSet ArgAttrs = Attrs.getParamAttributes(5 + i); in verifyStatepoint() local
2956 AttributeSet ArgAttrs = Attrs.getParamAttributes(Idx); in visitCallBase() local
DAttributes.cpp1041 ArrayRef<AttributeSet> ArgAttrs) { in get()
DAsmWriter.cpp3470 AttributeSet ArgAttrs = Attrs.getParamAttributes(I); in printFunction() local
/external/llvm-project/llvm/lib/IR/
DVerifier.cpp1850 AttributeSet ArgAttrs = Attrs.getParamAttributes(i); in verifyFunctionAttrs() local
2153 AttributeSet ArgAttrs = Attrs.getParamAttributes(5 + i); in verifyStatepoint() local
3117 AttributeSet ArgAttrs = Attrs.getParamAttributes(Idx); in visitCallBase() local
DAttributes.cpp1166 ArrayRef<AttributeSet> ArgAttrs) { in get()
DAsmWriter.cpp3703 AttributeSet ArgAttrs = Attrs.getParamAttributes(I); in printFunction() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2278 SmallVector<AttributeSet, 8> ArgAttrs; in transformConstExprCastCall() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp2461 AttrBuilder ArgAttrs; in ParseParameterList() local
6097 SmallVector<AttributeSet, 8> ArgAttrs; in ParseInvoke() local
6427 SmallVector<AttributeSet, 8> ArgAttrs; in ParseCallBr() local
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp2606 AttrBuilder ArgAttrs; in parseParameterList() local
6468 SmallVector<AttributeSet, 8> ArgAttrs; in parseInvoke() local
6794 SmallVector<AttributeSet, 8> ArgAttrs; in parseCallBr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4689 SmallVector<AttributeSet, 8> ArgAttrs; in transformConstExprCastCall() local
/external/clang/include/clang/Sema/
DSema.h7539 AttributeList *ArgAttrs; member
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp2137 SmallVector<llvm::AttributeSet, 4> ArgAttrs(IRFunctionArgs.totalIRArgs()); in ConstructAttributeList() local
/external/llvm/lib/AsmParser/
DLLParser.cpp2105 AttrBuilder ArgAttrs; in ParseParameterList() local
/external/llvm-project/clang/include/clang/Sema/
DSema.h9522 ParsedAttributesView ArgAttrs; member