OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V256I32Ty
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LowerAMXIntrinsics.cpp
177
FixedVectorType *
V256I32Ty
= FixedVectorType::get(EltTy, 256);
196
Value *VecZero = Constant::getNullValue(
V256I32Ty
);
197
PHINode *VecCPhiRowLoop = B.CreatePHI(
V256I32Ty
, 2, "vec.phi.row");
204
PHINode *VecPhi = B.CreatePHI(
V256I32Ty
, 2, "vec.phi");
302
FixedVectorType *
V256I32Ty
= FixedVectorType::get(B.getInt32Ty(), 256);
323
PHINode *VecCPhiRowLoop = B.CreatePHI(
V256I32Ty
, 2, "vec.c.phi.row");
325
Value *VecZero = Constant::getNullValue(
V256I32Ty
);
326
PHINode *VecDPhiRowLoop = B.CreatePHI(
V256I32Ty
, 2, "vec.d.phi.row");
340
PHINode *VecCPhiColLoop = B.CreatePHI(
V256I32Ty
, 2, "vec.c.phi.col");
342
PHINode *VecDPhiColLoop = B.CreatePHI(
V256I32Ty
, 2, "vec.d.phi.col")
[
all
...]
X86LowerAMXType.cpp
71
Type *
V256I32Ty
= VectorType::get(Builder.getInt32Ty(), 256, false);
76
new AllocaInst(
V256I32Ty
, AllocaAS, "", &F.getEntryBlock().front());
389
Type *
V256I32Ty
= VectorType::get(Builder.getInt32Ty(), 256, false);
391
new AllocaInst(
V256I32Ty
, AllocaAS, "", &F->getEntryBlock().front());
Completed in 24 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026