OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasFnAttribute
(Results
1 - 14
of
14
) sorted by null
/frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp
56
if (F.
hasFnAttribute
("target-cpu") ||
57
F.
hasFnAttribute
("target-features")) {
/external/llvm/lib/Target/
TargetMachine.cpp
73
if (F->
hasFnAttribute
(Y)) \
/external/llvm/include/llvm/IR/
Function.h
200
bool
hasFnAttribute
(Attribute::AttrKind Kind) const {
203
bool
hasFnAttribute
(StringRef Kind) const {
/external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp
444
if (F->isDeclaration() || F->
hasFnAttribute
("mips16_fp_stub") ||
445
F->
hasFnAttribute
("nomips16")) continue;
MipsISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp
326
if (MF.getFunction()->
hasFnAttribute
("no-realign-stack"))
/external/llvm/lib/CodeGen/
MachineFunction.cpp
64
new (Allocator) MachineFrameInfo(TM,!F->
hasFnAttribute
("no-realign-stack"));
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp
720
if (MF.getFunction()->
hasFnAttribute
("no-realign-stack"))
/external/llvm/lib/Target/X86/
X86RegisterInfo.cpp
414
if (MF.getFunction()->
hasFnAttribute
("no-realign-stack"))
/external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGExprCXX.cpp
[
all
...]
/external/llvm/lib/IR/
Verifier.cpp
[
all
...]
/external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp
108
if (F->
hasFnAttribute
("nvptx-f32ftz"))
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
[
all
...]
Completed in 318 milliseconds