Home
last modified time | relevance | path

Searched refs:FnAttrs (Results 1 – 25 of 243) sorted by relevance

12345678910

/dports/devel/llvm70/llvm-7.0.1.src/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp23 AttributeSet FnAttrs = AttributeSet::get( in TEST() local
31 F->setAttributes(AttributeList::get(Context, FnAttrs, RetAttrs, ArgAttrs)); in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp25 AttributeSet FnAttrs = AttributeSet::get( in TEST() local
33 F->setAttributes(AttributeList::get(Context, FnAttrs, RetAttrs, ArgAttrs)); in TEST()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp25 AttributeSet FnAttrs = AttributeSet::get( in TEST() local
33 F->setAttributes(AttributeList::get(Context, FnAttrs, RetAttrs, ArgAttrs)); in TEST()
/dports/devel/llvm90/llvm-9.0.1.src/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp25 AttributeSet FnAttrs = AttributeSet::get( in TEST() local
33 F->setAttributes(AttributeList::get(Context, FnAttrs, RetAttrs, ArgAttrs)); in TEST()
/dports/devel/llvm10/llvm-10.0.1.src/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp25 AttributeSet FnAttrs = AttributeSet::get( in TEST() local
33 F->setAttributes(AttributeList::get(Context, FnAttrs, RetAttrs, ArgAttrs)); in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp25 AttributeSet FnAttrs = AttributeSet::get( in TEST() local
33 F->setAttributes(AttributeList::get(Context, FnAttrs, RetAttrs, ArgAttrs)); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp25 AttributeSet FnAttrs = AttributeSet::get( in TEST() local
33 F->setAttributes(AttributeList::get(Context, FnAttrs, RetAttrs, ArgAttrs)); in TEST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp25 AttributeSet FnAttrs = AttributeSet::get( in TEST() local
33 F->setAttributes(AttributeList::get(Context, FnAttrs, RetAttrs, ArgAttrs)); in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp25 AttributeSet FnAttrs = AttributeSet::get( in TEST() local
33 F->setAttributes(AttributeList::get(Context, FnAttrs, RetAttrs, ArgAttrs)); in TEST()
/dports/devel/llvm80/llvm-8.0.1.src/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp26 AttributeSet FnAttrs = AttributeSet::get( in TEST() local
34 F->setAttributes(AttributeList::get(Context, FnAttrs, RetAttrs, ArgAttrs)); in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp26 AttributeSet FnAttrs = AttributeSet::get( in TEST() local
33 F->setAttributes(AttributeList::get(Context, FnAttrs, RetAttrs, ArgAttrs)); in TEST()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp26 AttributeSet FnAttrs = AttributeSet::get( in TEST() local
33 F->setAttributes(AttributeList::get(Context, FnAttrs, RetAttrs, ArgAttrs)); in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp26 AttributeSet FnAttrs = AttributeSet::get( in TEST() local
33 F->setAttributes(AttributeList::get(Context, FnAttrs, RetAttrs, ArgAttrs)); in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp26 AttributeSet FnAttrs = AttributeSet::get( in TEST() local
33 F->setAttributes(AttributeList::get(Context, FnAttrs, RetAttrs, ArgAttrs)); in TEST()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp26 AttributeSet FnAttrs = AttributeSet::get( in TEST() local
33 F->setAttributes(AttributeList::get(Context, FnAttrs, RetAttrs, ArgAttrs)); in TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp26 AttributeSet FnAttrs = AttributeSet::get( in TEST() local
33 F->setAttributes(AttributeList::get(Context, FnAttrs, RetAttrs, ArgAttrs)); in TEST()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp235 if (Attributes FnAttrs = PAL.getFnAttributes()) in DeleteDeadVarargs() local
236 AttributesVec.push_back(AttributeWithIndex::get(~0, FnAttrs)); in DeleteDeadVarargs()
605 Attributes FnAttrs = PAL.getFnAttributes(); in RemoveDeadStuffFromFunction() local
699 if (FnAttrs != Attribute::None) in RemoveDeadStuffFromFunction()
700 AttributesVec.push_back(AttributeWithIndex::get(~0, FnAttrs)); in RemoveDeadStuffFromFunction()
735 Attributes FnAttrs = CallPAL.getFnAttributes(); in RemoveDeadStuffFromFunction() local
762 if (FnAttrs != Attribute::None) in RemoveDeadStuffFromFunction()
763 AttributesVec.push_back(AttributeWithIndex::get(~0, FnAttrs)); in RemoveDeadStuffFromFunction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp228 AttributeList FnAttrs = F.getAttributes(); in getSubtargetImpl() local
230 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-cpu"); in getSubtargetImpl()
232 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-features"); in getSubtargetImpl()
245 if (FnAttrs.hasFnAttribute("unsafe-fp-math") && in getSubtargetImpl()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp228 AttributeList FnAttrs = F.getAttributes(); in getSubtargetImpl() local
230 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-cpu"); in getSubtargetImpl()
232 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-features"); in getSubtargetImpl()
245 if (FnAttrs.hasFnAttribute("unsafe-fp-math") && in getSubtargetImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp234 AttributeList FnAttrs = F.getAttributes(); in getSubtargetImpl() local
236 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-cpu"); in getSubtargetImpl()
238 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-features"); in getSubtargetImpl()
249 if (FnAttrs.hasFnAttribute("unsafe-fp-math") && in getSubtargetImpl()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp239 AttributeList FnAttrs = F.getAttributes(); in getSubtargetImpl() local
241 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-cpu"); in getSubtargetImpl()
243 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-features"); in getSubtargetImpl()
254 if (FnAttrs.hasFnAttribute("unsafe-fp-math") && in getSubtargetImpl()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp239 AttributeList FnAttrs = F.getAttributes(); in getSubtargetImpl() local
241 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-cpu"); in getSubtargetImpl()
243 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-features"); in getSubtargetImpl()
254 if (FnAttrs.hasFnAttribute("unsafe-fp-math") && in getSubtargetImpl()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp228 AttributeList FnAttrs = F.getAttributes(); in getSubtargetImpl() local
230 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-cpu"); in getSubtargetImpl()
232 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-features"); in getSubtargetImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp228 AttributeList FnAttrs = F.getAttributes(); in getSubtargetImpl() local
230 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-cpu"); in getSubtargetImpl()
232 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-features"); in getSubtargetImpl()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp228 AttributeList FnAttrs = F.getAttributes(); in getSubtargetImpl() local
230 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-cpu"); in getSubtargetImpl()
232 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-features"); in getSubtargetImpl()

12345678910