OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VecC
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LowerAMXIntrinsics.cpp
304
Value *
VecC
= BitCastAcc->getOperand(0);
305
assert(isV256I32Ty(
VecC
->getType()) && "bitcast from non-v256i32 to x86amx");
317
// %vec.c.phi.row = phi <256 x i32> [ %
VecC
, %continue ], [ %NewVecC,
324
VecCPhiRowLoop->addIncoming(
VecC
, Start);
X86ISelLowering.cpp
8925
Constant *
VecC
= getConstantVector(VT, SplatValue, SplatBitSize,
8927
SDValue VCP = DAG.getConstantPool(
VecC
, PVT);
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp
4186
// Deal with partial undef vector constants: select ?,
VecC
,
VecC
' -->
VecC
''
4409
auto *
VecC
= dyn_cast<Constant>(Vec);
4412
if (
VecC
&& ValC && IdxC)
4413
return ConstantExpr::getInsertElement(
VecC
, ValC, IdxC);
4710
SmallVector<Constant *, 16>
VecC
(MaskNumElts, C);
4713
VecC
[i] = UndefValue::get(C->getType());
4714
return ConstantVector::get(
VecC
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
3418
auto *
VecC
= dyn_cast<Constant>(M);
3420
if (OpVTy &&
VecC
&&
VecC
->containsUndefOrPoisonElement()) {
3423
if (!isa<UndefValue>(
VecC
->getAggregateElement(i))) {
3424
SafeReplacementConstant =
VecC
->getAggregateElement(i);
3429
M = Constant::replaceUndefsWith(
VecC
, SafeReplacementConstant);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
21835
// VBinOp (ins undef, X, Z), (ins undef, Y, Z) --> ins
VecC
, (VBinOp X, Y), Z
21849
SDValue
VecC
=
21852
return DAG.getNode(ISD::INSERT_SUBVECTOR, DL, VT,
VecC
, NarrowBO, Z);
21869
// concat (VBinOp X, Y),
VecC
Completed in 116 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026