OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasFnAttribute
(Results
1 - 25
of
28
) sorted by null
1
2
/external/llvm/lib/CodeGen/
TargetOptionsImpl.cpp
25
if (MF.getFunction()->
hasFnAttribute
("no-frame-pointer-elim-non-leaf") &&
VirtRegMap.cpp
285
bool HasUWTable = MF->getFunction()->
hasFnAttribute
(Attribute::UWTable);
308
if (!Func || !Func->
hasFnAttribute
(Attribute::NoReturn) ||
312
!Func->
hasFnAttribute
(Attribute::NoUnwind))
JumpInstrTables.cpp
263
if (F.
hasFnAttribute
(Attribute::JumpTable)) {
PrologEpilogInserter.cpp
139
if (!F->
hasFnAttribute
(Attribute::Naked))
154
if (!F->
hasFnAttribute
(Attribute::Naked))
258
if (F.getFunction()->
hasFnAttribute
(Attribute::Naked))
[
all
...]
MachineFunction.cpp
65
new (Allocator) MachineFrameInfo(TM,!F->
hasFnAttribute
("no-realign-stack"));
130
return getFunction()->
hasFnAttribute
("split-stack");
[
all
...]
/frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp
57
if (F.
hasFnAttribute
("target-cpu") ||
58
F.
hasFnAttribute
("target-features")) {
/external/llvm/lib/IR/
Pass.cpp
144
if (F.
hasFnAttribute
(Attribute::OptimizeNone)) {
173
if (F && F->
hasFnAttribute
(Attribute::OptimizeNone)) {
/external/llvm/lib/Target/
TargetMachine.cpp
56
if (F->
hasFnAttribute
(Y)) \
71
TO.MCOptions.SanitizeAddress = F->
hasFnAttribute
(Attribute::SanitizeAddress);
/external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp
488
if (F.
hasFnAttribute
("use-soft-float")) {
518
if (F->
hasFnAttribute
("nomips16") &&
519
F->
hasFnAttribute
("use-soft-float")) {
523
if (F->isDeclaration() || F->
hasFnAttribute
("mips16_fp_stub") ||
524
F->
hasFnAttribute
("nomips16")) continue;
MipsRegisterInfo.cpp
200
if (MF.getFunction()->
hasFnAttribute
("saveS2") || MipsFI->hasSaveS2())
MipsISelLowering.cpp
[
all
...]
/external/llvm/include/llvm/IR/
Function.h
200
bool
hasFnAttribute
(Attribute::AttrKind Kind) const {
203
bool
hasFnAttribute
(StringRef Kind) const {
/external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp
72
} else if (F->
hasFnAttribute
("interrupt")) {
347
if (MF.getFunction()->
hasFnAttribute
("no-realign-stack"))
/external/llvm/lib/Analysis/IPA/
InlineCost.cpp
[
all
...]
/external/llvm/lib/Analysis/
LoopPass.cpp
381
if (F && F->
hasFnAttribute
(Attribute::OptimizeNone)) {
ValueTracking.cpp
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp
323
bool SanitizeFunction = F.
hasFnAttribute
(Attribute::SanitizeThread);
AddressSanitizer.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86RegisterInfo.cpp
423
if (MF.getFunction()->
hasFnAttribute
("no-realign-stack"))
/external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp
862
if (MF.getFunction()->
hasFnAttribute
("no-realign-stack"))
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGExprCXX.cpp
[
all
...]
/external/lldb/source/Expression/
IRForTarget.cpp
364
if (fun->
hasFnAttribute
(Attribute::NoBuiltin)) {
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
431
if (Fn.
hasFnAttribute
(Attribute::OptimizeNone))
[
all
...]
/external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp
110
if (F->
hasFnAttribute
("nvptx-f32ftz"))
[
all
...]
Completed in 1006 milliseconds
1
2