OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isX86_AMXTy
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86PreAMXConfig.cpp
62
if (Operand->getType()->
isX86_AMXTy
())
64
return II->getType()->
isX86_AMXTy
();
78
if (Operand->getType()->
isX86_AMXTy
())
80
return II->getType()->
isX86_AMXTy
();
226
if (Op->getType()->
isX86_AMXTy
())
240
if (!Op->getType()->
isX86_AMXTy
())
X86LowerAMXType.cpp
238
if (Bitcast->getType()->
isX86_AMXTy
()) {
297
if (Bitcast->getType()->
isX86_AMXTy
()) {
328
} else if (Src->getType()->
isX86_AMXTy
()) {
400
assert(TileDef->getType()->
isX86_AMXTy
() && "Not define tile!");
419
assert(V->getType()->
isX86_AMXTy
() && "Not define tile!");
611
if (!I.getType()->
isX86_AMXTy
())
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h
187
bool
isX86_AMXTy
() const { return getTypeID() == X86_AMXTyID; }
259
isPointerTy() || isVectorTy() ||
isX86_AMXTy
();
/src/external/apache2/llvm/dist/llvm/lib/IR/
Type.cpp
86
if (((isa<FixedVectorType>(this)) && Ty->
isX86_AMXTy
()) &&
89
if ((
isX86_AMXTy
() && isa<FixedVectorType>(Ty)) &&
613
!ElemTy->isTokenTy() && !ElemTy->
isX86_AMXTy
() &&
735
!ElemTy->
isX86_AMXTy
() &&
Verifier.cpp
2503
Assert(!Arg.getType()->
isX86_AMXTy
(),
2517
Assert(!F.getReturnType()->
isX86_AMXTy
(),
3285
Assert(!FTy->getReturnType()->
isX86_AMXTy
(),
4628
Assert(!Const->getType()->
isX86_AMXTy
(),
Function.cpp
1372
case IITDescriptor::AMX: return !Ty->
isX86_AMXTy
();
ConstantFold.cpp
560
if (V->isNullValue() && !DestTy->isX86_MMXTy() && !DestTy->
isX86_AMXTy
() &&
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
599
assert(!LI.getType()->
isX86_AMXTy
() &&
601
if (BC->getType()->
isX86_AMXTy
())
1127
assert(!BC->getType()->
isX86_AMXTy
() &&
1132
if (V->getType()->
isX86_AMXTy
())
InstCombineCasts.cpp
2421
if (DestTy->
isX86_AMXTy
())
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp
109
if (C->isNullValue() && !DestTy->isX86_MMXTy() && !DestTy->
isX86_AMXTy
())
111
if (C->isAllOnesValue() && !DestTy->isX86_MMXTy() && !DestTy->
isX86_AMXTy
() &&
362
if (C->isNullValue() && !DestTy->isX86_MMXTy() && !DestTy->
isX86_AMXTy
())
367
!DestTy->
isX86_AMXTy
() && !DestTy->isX86_MMXTy() &&
581
!LoadTy->
isX86_AMXTy
())
589
!LoadTy->
isX86_AMXTy
())
Completed in 36 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026