OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getExtTypes
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
GlobalISelEmitter.cpp
3503
ArrayRef<TypeSetByHwMode> ChildTypes = Dst->
getExtTypes
();
3937
if (Src->
getExtTypes
().size() > 1)
3960
for (const TypeSetByHwMode &VTy : Src->
getExtTypes
()) {
4192
ArrayRef<TypeSetByHwMode> ChildTypes = SrcChild->
getExtTypes
();
4477
ArrayRef<TypeSetByHwMode> ChildTypes = DstChild->
getExtTypes
();
4719
if (Dst->
getExtTypes
().size() < NumDefs)
5191
if (DstI.Operands.NumDefs < Src->
getExtTypes
().size())
5193
to_string(Src->
getExtTypes
().size()) + " def(s) vs " +
5199
for (const TypeSetByHwMode &VTy : Src->
getExtTypes
()) {
5311
assert(Src->
getExtTypes
().size() == 1 &
[
all
...]
CodeGenDAGPatterns.cpp
1943
if (N->isLeaf() != isLeaf() ||
getExtTypes
() != N->
getExtTypes
() ||
3378
if (Slot->
getExtTypes
() != Pat->
getExtTypes
())
3951
else if (Rec.first->
getExtTypes
() != P->
getExtTypes
())
4313
for (const TypeSetByHwMode &VTS : N->
getExtTypes
())
CodeGenDAGPatterns.h
697
const std::vector<TypeSetByHwMode> &
getExtTypes
() const { return Types; }
Completed in 22 milliseconds
Indexes created Wed Sep 16 00:24:39 UTC 2026