OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Ty0
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86RegisterBankInfo.cpp
215
const LLT
Ty0
= MRI.getType(Op0.getReg());
220
OpRegBankIdx[0] = getPartialMappingIdx(
Ty0
, /* isFP */ FirstArgIsFP);
244
const LLT
Ty0
= MRI.getType(Op0.getReg());
247
bool isFPTrunc = (
Ty0
.getSizeInBits() == 32 ||
Ty0
.getSizeInBits() == 64) &&
250
Ty0
.getSizeInBits() == 128 &&
X86InstCombineIntrinsic.cpp
1950
auto *
Ty0
= II.getArgOperand(0)->getType();
1951
unsigned InnerVWidth = cast<FixedVectorType>(
Ty0
)->getNumElements();
1954
unsigned NumLanes =
Ty0
->getPrimitiveSizeInBits() / 128;
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp
1114
Type *
Ty0
= P->getIncomingValue(0)->getType();
1116
if (PTy !=
Ty0
) {
1117
assert(
Ty0
== DestTy);
1119
P->mutateType(
Ty0
);
1125
P->mutateType(
Ty0
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
434
Type *
Ty0
= cast<Instruction>(VL[BaseIndex])->getOperand(0)->getType();
436
if (
Ty0
== Ty1) {
3154
Type *
Ty0
= VL0->getOperand(0)->getType();
3157
if (
Ty0
!= CurTy) {
Completed in 23 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026