OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegClassForVT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp
713
std::fill(std::begin(
RegClassForVT
), std::end(
RegClassForVT
), nullptr);
1226
// This function is in TargetLowering because it uses
RegClassForVT
which would
1233
const TargetRegisterClass *RC =
RegClassForVT
[VT.SimpleTy];
1273
for (;
RegClassForVT
[LargestIntReg] == nullptr; --LargestIntReg)
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h
848
const TargetRegisterClass *RC =
RegClassForVT
[VT.SimpleTy];
891
(unsigned)VT.getSimpleVT().SimpleTy < array_lengthof(
RegClassForVT
));
892
return VT.isSimple() &&
RegClassForVT
[VT.getSimpleVT().SimpleTy] != nullptr;
2149
assert((unsigned)VT.SimpleTy < array_lengthof(
RegClassForVT
));
2150
RegClassForVT
[VT.SimpleTy] = RC;
2933
const TargetRegisterClass *
RegClassForVT
[MVT::LAST_VALUETYPE];
Completed in 29 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026