OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MidTy
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Scalarizer.cpp
715
auto *
MidTy
= FixedVectorType::get(DstVT->getElementType(), FanOut);
725
V = Builder.CreateBitCast(V,
MidTy
, V->getName() + ".cast");
733
auto *
MidTy
= FixedVectorType::get(SrcVT->getElementType(), FanIn);
736
Value *V = PoisonValue::get(
MidTy
);
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp
2724
/// * %F = firstOpcode SrcTy %x to
MidTy
2725
/// * %S = secondOpcode
MidTy
%F to DstTy
2731
Type *SrcTy, Type *
MidTy
, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy,
2795
if ((IsFirstBitcast && isa<VectorType>(SrcTy) != isa<VectorType>(
MidTy
)) ||
2796
(IsSecondBitcast && isa<VectorType>(
MidTy
) != isa<VectorType>(DstTy)))
2842
unsigned MidSize =
MidTy
->getScalarSizeInBits();
2896
MidTy
->isPtrOrPtrVectorTy() &&
2898
SrcTy->getPointerAddressSpace() !=
MidTy
->getPointerAddressSpace() &&
2899
MidTy
->getPointerAddressSpace() == DstTy->getPointerAddressSpace() &&
2916
MidTy
->isPtrOrPtrVectorTy() &
[
all
...]
Constants.cpp
2244
Type *
MidTy
= PointerType::get(DstElemTy, SrcScalarTy->getAddressSpace());
2247
MidTy
= FixedVectorType::get(
MidTy
,
2250
C = getBitCast(C,
MidTy
);
AutoUpgrade.cpp
3998
Type *
MidTy
= Type::getInt64Ty(Context);
3999
Temp = CastInst::Create(Instruction::PtrToInt, V,
MidTy
);
4018
Type *
MidTy
= Type::getInt64Ty(Context);
4020
return ConstantExpr::getIntToPtr(ConstantExpr::getPtrToInt(C,
MidTy
),
ConstantFold.cpp
97
Type *
MidTy
= Op->getType();
107
return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy,
MidTy
, DstTy,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
253
Type *
MidTy
= CI1->getDestTy();
261
MidTy
->isPtrOrPtrVectorTy() ? DL.getIntPtrType(
MidTy
) : nullptr;
264
unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy,
MidTy
,
2744
Type *
MidTy
= PointerType::get(DestElemTy, SrcTy->getAddressSpace());
2747
MidTy
= VectorType::get(
MidTy
, VT->getElementCount());
2749
Value *NewBitCast = Builder.CreateBitCast(Src,
MidTy
);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstrTypes.h
671
Type *
MidTy
, ///< DstTy of 1st cast & SrcTy of 2nd cast
674
Type *MidIntPtrTy, ///< Integer type corresponding to Ptr
MidTy
, or null
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp
4557
Type *
MidTy
= CI->getType();
4565
MidTy
->isPtrOrPtrVectorTy() ? Q.DL.getIntPtrType(
MidTy
) : nullptr;
4568
if (CastInst::isEliminableCastPair(FirstOp, SecondOp, SrcTy,
MidTy
, DstTy,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerHelper.cpp
2551
LLT
MidTy
= LLT::scalarOrVector(NewEltsPerOldElt, NewEltTy);
2565
auto NewVec = MIRBuilder.buildBuildVector(
MidTy
, NewOps);
Completed in 48 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026