OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTM
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonSplitConst32AndConst64.cpp
63
auto &
HTM
= static_cast<const HexagonTargetMachine&>(Fn.getTarget());
64
auto &TLOF = *
HTM
.getObjFileLowering();
65
if (HST.useSmallData() && TLOF.isSmallDataEnabled(
HTM
))
HexagonISelLowering.cpp
1226
auto &HLOF = *
HTM
.getObjFileLowering();
1227
Reloc::Model RM =
HTM
.getRelocationModel();
1232
if (GO && Subtarget.useSmallData() && HLOF.isGlobalInSmallSection(GO,
HTM
))
1258
Reloc::Model RM =
HTM
.getRelocationModel();
1420
switch (
HTM
.getTLSModel(GA->getGlobal())) {
1438
: TargetLowering(TM),
HTM
(static_cast<const HexagonTargetMachine&>(TM)),
3411
return
HTM
.getRelocationModel() == Reloc::Static;
3549
auto &
HTM
= static_cast<const HexagonTargetMachine&>(getTargetMachine());
3551
return !GO || !
HTM
.getObjFileLowering()->isGlobalInSmallSection(GO,
HTM
);
[
all
...]
HexagonFrameLowering.cpp
1379
auto &
HTM
= static_cast<const HexagonTargetMachine&>(MF.getTarget());
1380
bool IsPIC =
HTM
.isPositionIndependent();
1444
auto &
HTM
= static_cast<const HexagonTargetMachine&>(MF.getTarget());
1445
bool IsPIC =
HTM
.isPositionIndependent();
HexagonISelLowering.h
107
const HexagonTargetMachine &
HTM
;
Completed in 37 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026