OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSubtargetImpl
(Results
1 - 22
of
22
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCTargetMachine.h
34
const ARCSubtarget *
getSubtargetImpl
() const { return &Subtarget; }
35
const ARCSubtarget *
getSubtargetImpl
(const Function &) const override {
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFTargetMachine.h
30
const BPFSubtarget *
getSubtargetImpl
() const { return &Subtarget; }
31
const BPFSubtarget *
getSubtargetImpl
(const Function &) const override {
/src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreTargetMachine.h
37
const XCoreSubtarget *
getSubtargetImpl
() const { return &Subtarget; }
38
const XCoreSubtarget *
getSubtargetImpl
(const Function &) const override {
/src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kTargetMachine.h
43
const M68kSubtarget *
getSubtargetImpl
() const { return &Subtarget; }
45
const M68kSubtarget *
getSubtargetImpl
(const Function &F) const override;
M68kTargetMachine.cpp
102
M68kTargetMachine::
getSubtargetImpl
(const Function &F) const {
135
return *getM68kTargetMachine().
getSubtargetImpl
();
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VETargetMachine.h
36
const VESubtarget *
getSubtargetImpl
() const { return &Subtarget; }
37
const VESubtarget *
getSubtargetImpl
(const Function &) const override {
/src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRTargetMachine.cpp
88
const AVRSubtarget *AVRTargetMachine::
getSubtargetImpl
() const {
92
const AVRSubtarget *AVRTargetMachine::
getSubtargetImpl
(const Function &) const {
/src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcTargetMachine.h
34
const SparcSubtarget *
getSubtargetImpl
() const { return &Subtarget; }
35
const SparcSubtarget *
getSubtargetImpl
(const Function &) const override;
SparcTargetMachine.cpp
108
SparcTargetMachine::
getSubtargetImpl
(const Function &F) const {
172
if (this->getSparcTargetMachine().
getSubtargetImpl
()->insertNOPLoad())
176
if (this->getSparcTargetMachine().
getSubtargetImpl
()->detectRoundChange()) {
179
if (this->getSparcTargetMachine().
getSubtargetImpl
()->fixAllFDIVSQRT())
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsTargetMachine.h
48
const MipsSubtarget *
getSubtargetImpl
() const {
54
const MipsSubtarget *
getSubtargetImpl
(const Function &F) const override;
MipsTargetMachine.cpp
162
MipsTargetMachine::
getSubtargetImpl
(const Function &F) const {
230
return *getMipsTargetMachine().
getSubtargetImpl
();
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.h
42
const NVPTXSubtarget *
getSubtargetImpl
(const Function &) const override {
45
const NVPTXSubtarget *
getSubtargetImpl
() const { return &Subtarget; }
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetMachine.cpp
238
HexagonTargetMachine::
getSubtargetImpl
(const Function &F) const {
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVTargetMachine.cpp
76
RISCVTargetMachine::
getSubtargetImpl
(const Function &F) const {
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTargetMachine.cpp
170
SystemZTargetMachine::
getSubtargetImpl
(const Function &F) const {
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetMachine.cpp
343
AArch64TargetMachine::
getSubtargetImpl
(const Function &F) const {
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetMachine.cpp
263
ARMBaseTargetMachine::
getSubtargetImpl
(const Function &F) const {
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp
332
PPCTargetMachine::
getSubtargetImpl
(const Function &F) const {
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyTargetMachine.cpp
149
const WebAssemblySubtarget *WebAssemblyTargetMachine::
getSubtargetImpl
() const {
150
return
getSubtargetImpl
(std::string(getTargetCPU()),
155
WebAssemblyTargetMachine::
getSubtargetImpl
(std::string CPU,
165
WebAssemblyTargetMachine::
getSubtargetImpl
(const Function &F) const {
179
return
getSubtargetImpl
(CPU, FS);
228
->
getSubtargetImpl
(std::string(WasmTM->getTargetCPU()),
232
Features |= WasmTM->
getSubtargetImpl
(F)->getFeatureBits();
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetMachine.cpp
241
X86TargetMachine::
getSubtargetImpl
(const Function &F) const {
/src/external/apache2/llvm/dist/llvm/include/llvm/Target/
TargetMachine.h
130
virtual const TargetSubtargetInfo *
getSubtargetImpl
(const Function &) const {
162
return *static_cast<const STC*>(
getSubtargetImpl
(F));
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUTargetMachine.cpp
634
const R600Subtarget *R600TargetMachine::
getSubtargetImpl
(
704
const GCNSubtarget *GCNTargetMachine::
getSubtargetImpl
(const Function &F) const {
Completed in 27 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026