OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CGH
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
InfoByHwMode.cpp
32
ValueTypeByHwMode::ValueTypeByHwMode(Record *R, const CodeGenHwModes &
CGH
) {
33
const HwModeSelect &MS =
CGH
.getHwModeSelect(R);
107
const CodeGenHwModes &
CGH
) {
115
return ValueTypeByHwMode(Rec,
CGH
);
119
RegSizeInfo::RegSizeInfo(Record *R, const CodeGenHwModes &
CGH
) {
142
const CodeGenHwModes &
CGH
) {
143
const HwModeSelect &MS =
CGH
.getHwModeSelect(R);
145
auto I = Map.insert({P.first, RegSizeInfo(P.second,
CGH
)});
189
EncodingInfoByHwMode::EncodingInfoByHwMode(Record *R, const CodeGenHwModes &
CGH
) {
190
const HwModeSelect &MS =
CGH
.getHwModeSelect(R)
[
all
...]
CodeGenHwModes.h
36
HwModeSelect(Record *R, CodeGenHwModes &
CGH
);
InfoByHwMode.h
121
ValueTypeByHwMode(Record *R, const CodeGenHwModes &
CGH
);
146
const CodeGenHwModes &
CGH
);
153
RegSizeInfo(Record *R, const CodeGenHwModes &
CGH
);
169
RegSizeInfoByHwMode(Record *R, const CodeGenHwModes &
CGH
);
192
EncodingInfoByHwMode(Record *R, const CodeGenHwModes &
CGH
);
CodeGenHwModes.cpp
31
HwModeSelect::HwModeSelect(Record *R, CodeGenHwModes &
CGH
) {
41
unsigned ModeId =
CGH
.getHwModeId(Modes[i]->getName());
CodeGenTarget.h
56
CodeGenHwModes
CGH
;
142
const CodeGenHwModes &getHwModes() const { return
CGH
; }
RegisterInfoEmitter.cpp
1234
const CodeGenHwModes &
CGH
= Target.getHwModes();
1235
unsigned NumModes =
CGH
.getNumModeIds();
1282
OS <<
CGH
.getMode(M).Name;
1665
const CodeGenHwModes &
CGH
= Target.getHwModes();
1666
unsigned NumModes =
CGH
.getNumModeIds();
1667
auto getModeName = [
CGH
] (unsigned M) -> StringRef {
1670
return
CGH
.getMode(M).Name;
CodeGenRegisters.h
533
const CodeGenHwModes &
CGH
;
626
const CodeGenHwModes &getHwModes() const { return
CGH
; }
CodeGenDAGPatterns.cpp
1496
SDTypeConstraint::SDTypeConstraint(Record *R, const CodeGenHwModes &
CGH
) {
1501
VVT = getValueTypeByHwMode(R->getValueAsDef("VT"),
CGH
);
1533
VVT = getValueTypeByHwMode(R->getValueAsDef("VT"),
CGH
);
1773
SDNodeInfo::SDNodeInfo(Record *R, const CodeGenHwModes &
CGH
) : Def(R) {
1787
TypeConstraints.emplace_back(R,
CGH
);
2244
const CodeGenHwModes &
CGH
= CDP.getTargetInfo().getHwModes();
2245
return TypeSetByHwMode(getValueTypeByHwMode(R,
CGH
));
2275
const CodeGenHwModes &
CGH
= CDP.getTargetInfo().getHwModes();
2277
return TypeSetByHwMode(getValueTypeByHwMode(T,
CGH
));
2857
const CodeGenHwModes &
CGH
= getDAGPatterns().getTargetInfo().getHwModes()
[
all
...]
SubtargetEmitter.cpp
1675
const CodeGenHwModes &
CGH
= TGT.getHwModes();
1676
assert(
CGH
.getNumModeIds() > 0);
1677
if (
CGH
.getNumModeIds() == 1)
1681
for (unsigned M = 1, NumModes =
CGH
.getNumModeIds(); M != NumModes; ++M) {
1682
const HwMode &HM =
CGH
.getMode(M);
CodeGenDAGPatterns.h
375
SDTypeConstraint(Record *R, const CodeGenHwModes &
CGH
);
454
SDNodeInfo(Record *R, const CodeGenHwModes &
CGH
);
CodeGenTarget.cpp
251
: Records(records),
CGH
(records) {
CodeGenRegisters.cpp
1103
const CodeGenHwModes &Modes) :
CGH
(Modes) {
Completed in 73 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026