OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alwaysinline
(Results
76 - 100
of
104
) sorted by null
1
2
3
4
5
/external/llvm/lib/AsmParser/
LLLexer.cpp
604
KEYWORD(
alwaysinline
);
LLParser.cpp
[
all
...]
/external/llvm/lib/Transforms/IPO/
Inliner.cpp
700
if (AlwaysInlineOnly && !F->hasFnAttribute(Attribute::
AlwaysInline
))
[
all
...]
/external/llvm/lib/IR/
Verifier.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
[
all
...]
/external/llvm/docs/
LangRef.rst
[
all
...]
BitCodeFormat.rst
883
* bit 12: ``
alwaysinline
``
[
all
...]
/external/clang/include/clang/Basic/
Attr.td
404
def
AlwaysInline
: InheritableAttr {
[
all
...]
/external/clang/lib/CodeGen/
CodeGenFunction.cpp
685
// attribute to all function that are not marked
AlwaysInline
.
[
all
...]
CGClass.cpp
[
all
...]
CGCall.cpp
[
all
...]
CGOpenMPRuntime.cpp
[
all
...]
/external/llvm/include/llvm/CodeGen/
SelectionDAG.h
711
SDValue Size, unsigned Align, bool isVol, bool
AlwaysInline
,
[
all
...]
/external/llvm/lib/Analysis/
InlineCost.cpp
[
all
...]
/external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp
643
/*
AlwaysInline
=*/true,
[
all
...]
/external/llvm/test/CodeGen/X86/
avx2-vbroadcast.ll
441
define void @crash() nounwind
alwaysinline
{
[
all
...]
/external/llvm/lib/Target/CppBackend/
CPPBackend.cpp
510
HANDLE_ATTR(
AlwaysInline
);
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.mli
149
|
Alwaysinline
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
167
case Attribute::
AlwaysInline
:
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp
538
/*isVolatile=*/false, /*
AlwaysInline
=*/false,
[
all
...]
/external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp
782
(Size <= 32), //
AlwaysInline
if size <= 32,
[
all
...]
/external/llvm/lib/Target/Mips/
MipsISelLowering.cpp
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
/external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
[
all
...]
Completed in 1416 milliseconds
1
2
3
4
5