OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShufTy
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstCombineIntrinsic.cpp
668
auto *
ShufTy
= FixedVectorType::get(IntTy8, 16);
679
Builder.CreateBitCast(Op0,
ShufTy
),
680
ConstantAggregateZero::get(
ShufTy
), ShuffleMask);
745
auto *
ShufTy
= FixedVectorType::get(IntTy8, 16);
757
Value *SV = Builder.CreateShuffleVector(Builder.CreateBitCast(Op0,
ShufTy
),
758
Builder.CreateBitCast(Op1,
ShufTy
),
X86TargetTransformInfo.cpp
3736
FixedVectorType *
ShufTy
;
3738
ShufTy
=
3741
ShufTy
=
3744
getShuffleCost(TTI::SK_PermuteSingleSrc,
ShufTy
, None, 0, nullptr);
3747
FixedVectorType *
ShufTy
;
3749
ShufTy
=
3752
ShufTy
=
3755
getShuffleCost(TTI::SK_PermuteSingleSrc,
ShufTy
, None, 0, nullptr);
4044
VectorType *
ShufTy
;
4046
ShufTy
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp
2598
Type *
ShufTy
= VectorType::get(EltTy, NElts, TypeIsScalable);
2600
if (OnlyIfReducedTy ==
ShufTy
)
2607
LLVMContextImpl *pImpl =
ShufTy
->getContext().pImpl;
2608
return pImpl->ExprConstants.getOrCreate(
ShufTy
, Key);
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
2409
Type *
ShufTy
=
2411
Constant *Op2 = ValueList.getConstantFwdRef(Op2Idx,
ShufTy
);
Completed in 81 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026