OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:targetsubtargetinfo
(Results
76 - 100
of
388
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/lib/Target/AVR/
AVRSubtarget.cpp
10
// This file implements the AVR specific subclass of
TargetSubtargetInfo
.
/external/llvm/lib/Target/Lanai/
LanaiSubtarget.h
24
#include "llvm/Target/
TargetSubtargetInfo
.h"
/external/llvm/lib/Target/WebAssembly/
WebAssemblySubtarget.h
23
#include "llvm/Target/
TargetSubtargetInfo
.h"
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsSubtarget.cpp
10
// This file implements the Mips specific subclass of
TargetSubtargetInfo
.
MipsSubtarget.h
10
// This file declares the Mips specific subclass of
TargetSubtargetInfo
.
17
#include "llvm/Target/
TargetSubtargetInfo
.h"
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXSubtarget.cpp
10
// This file implements the PTX specific subclass of
TargetSubtargetInfo
.
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZSubtarget.cpp
10
// This file implements the SystemZ specific subclass of
TargetSubtargetInfo
.
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h
43
class
TargetSubtargetInfo
;
109
/// target's
TargetSubtargetInfo
-derived member variable.
110
virtual const
TargetSubtargetInfo
*getSubtargetImpl(const Function &) const {
118
///
TargetSubtargetInfo
. In debug builds, it verifies that the object being
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetMachine.h
42
class
TargetSubtargetInfo
;
108
/// target's
TargetSubtargetInfo
-derived member variable.
109
virtual const
TargetSubtargetInfo
*getSubtargetImpl(const Function &) const {
117
///
TargetSubtargetInfo
. In debug builds, it verifies that the object being
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetMachine.h
42
class
TargetSubtargetInfo
;
108
/// target's
TargetSubtargetInfo
-derived member variable.
109
virtual const
TargetSubtargetInfo
*getSubtargetImpl(const Function &) const {
117
///
TargetSubtargetInfo
. In debug builds, it verifies that the object being
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h
43
class
TargetSubtargetInfo
;
109
/// target's
TargetSubtargetInfo
-derived member variable.
110
virtual const
TargetSubtargetInfo
*getSubtargetImpl(const Function &) const {
118
///
TargetSubtargetInfo
. In debug builds, it verifies that the object being
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetMachine.h
42
class
TargetSubtargetInfo
;
108
/// target's
TargetSubtargetInfo
-derived member variable.
109
virtual const
TargetSubtargetInfo
*getSubtargetImpl(const Function &) const {
117
///
TargetSubtargetInfo
. In debug builds, it verifies that the object being
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetMachine.h
42
class
TargetSubtargetInfo
;
108
/// target's
TargetSubtargetInfo
-derived member variable.
109
virtual const
TargetSubtargetInfo
*getSubtargetImpl(const Function &) const {
117
///
TargetSubtargetInfo
. In debug builds, it verifies that the object being
/external/llvm/lib/Target/SystemZ/
SystemZSubtarget.h
10
// This file declares the SystemZ specific subclass of
TargetSubtargetInfo
.
24
#include "llvm/Target/
TargetSubtargetInfo
.h"
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCSubtarget.h
10
// This file declares the PowerPC specific subclass of
TargetSubtargetInfo
.
17
#include "llvm/Target/
TargetSubtargetInfo
.h"
/external/llvm/include/llvm/CodeGen/
TailDuplicator.h
25
#include "llvm/Target/
TargetSubtargetInfo
.h"
/external/llvm/lib/CodeGen/
ExpandISelPseudos.cpp
22
#include "llvm/Target/
TargetSubtargetInfo
.h"
LiveStackAnalysis.cpp
22
#include "llvm/Target/
TargetSubtargetInfo
.h"
PatchableFunction.cpp
21
#include "llvm/Target/
TargetSubtargetInfo
.h"
RegisterUsageInfo.cpp
83
TRI = TM->getSubtarget<
TargetSubtargetInfo
>(*(FPRMPair->first))
XRayInstrumentation.cpp
24
#include "llvm/Target/
TargetSubtargetInfo
.h"
/external/llvm/lib/Target/Hexagon/
HexagonSubtarget.h
23
#include "llvm/Target/
TargetSubtargetInfo
.h"
/external/llvm/lib/Target/NVPTX/
NVPTXSubtarget.h
24
#include "llvm/Target/
TargetSubtargetInfo
.h"
/external/llvm/lib/Target/Sparc/
SparcSubtarget.cpp
10
// This file implements the SPARC specific subclass of
TargetSubtargetInfo
.
/external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetMachine.h
42
class
TargetSubtargetInfo
;
80
/// a reference to that target's
TargetSubtargetInfo
-derived member variable.
81
virtual const
TargetSubtargetInfo
*getSubtargetImpl() const { return 0; }
131
///
TargetSubtargetInfo
. In debug builds, it verifies that the object being
Completed in 1600 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>