OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NewType
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyAddMissingPrototypes.cpp
91
FunctionType *
NewType
= nullptr;
98
if (!
NewType
) {
100
NewType
= DestType;
101
LLVM_DEBUG(dbgs() << "found function type: " << *
NewType
<< "\n");
102
} else if (
NewType
!= DestType) {
107
LLVM_DEBUG(dbgs() << " "<< *
NewType
<< "\n");
113
if (!
NewType
) {
122
NewType
= FunctionType::get(F.getFunctionType()->getReturnType(), false);
126
Function::Create(
NewType
, F.getLinkage(), F.getName() + ".fixed_sig");
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h
156
LLT
NewType
;
159
const LLT
NewType
)
160
: Action(Action), TypeIdx(TypeIdx),
NewType
(
NewType
) {}
163
return std::tie(Action, TypeIdx,
NewType
) ==
164
std::tie(RHS.Action, RHS.TypeIdx, RHS.
NewType
);
/src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp
1716
TypeResult
NewType
1720
if (
NewType
.isUsable())
1721
Ty =
NewType
.get();
1984
TypeResult
NewType
1988
if (
NewType
.isUsable())
1989
Ty =
NewType
.get();
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp
817
Type *
NewType
= Ops[i]->getType()->isVectorTy()
822
NewType
,
824
Ops[i],
NewType
));
/src/external/apache2/llvm/dist/llvm/lib/Linker/
IRMover.cpp
935
ArrayType *
NewType
= ArrayType::get(EltTy, NewSize);
939
DstM,
NewType
, SrcGV->isConstant(), SrcGV->getLinkage(),
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprCXX.cpp
107
llvm::Type *
NewType
= CGM.getTypes().ConvertType(DstTy);
109
NewType
);
CGClass.cpp
2068
llvm::Type *
NewType
=
2071
ThisAS, SlotAS,
NewType
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
1277
Type *
NewType
= IntegerType::get(OrigAdd->getContext(), NewWidth);
1279
I.getModule(), Intrinsic::sadd_with_overflow,
NewType
);
1287
Value *TruncA = Builder.CreateTrunc(A,
NewType
, A->getName() + ".trunc");
1288
Value *TruncB = Builder.CreateTrunc(B,
NewType
, B->getName() + ".trunc");
2834
Type *
NewType
= Builder.getIntNTy(XType->getScalarSizeInBits());
2836
NewType
= VectorType::get(
NewType
, XVTy->getElementCount());
2837
Value *NewBitcast = Builder.CreateBitCast(X,
NewType
);
2840
ConstantInt::getNullValue(
NewType
));
2843
ConstantInt::getAllOnesValue(
NewType
));
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp
2214
QualType
NewType
= transformFunctionProtoType(TLB, FPTL, Params, Args,
2216
if (
NewType
.isNull())
2218
TypeSourceInfo *NewTInfo = TLB.getTypeSourceInfo(SemaRef.Context,
NewType
);
SemaDecl.cpp
2200
QualType
NewType
= New->getUnderlyingType();
2202
if (
NewType
->isVariablyModifiedType()) {
2206
<< Kind <<
NewType
;
2213
if (OldType !=
NewType
&&
2215
!
NewType
->isDependentType() &&
2216
!Context.hasSameType(OldType,
NewType
)) {
2219
<< Kind <<
NewType
<< OldType;
3354
const FunctionType *
NewType
= cast<FunctionType>(NewQType);
3356
FunctionType::ExtInfo NewTypeInfo =
NewType
->getExtInfo();
3408
<<
NewType
->getRegParmType(
[
all
...]
TreeTransform.h
5704
QualType
NewType
;
5728
QualType
NewType
= getDerived().TransformType(Pattern);
5729
if (
NewType
.isNull())
5732
if (
NewType
->containsUnexpandedParameterPack()) {
5733
NewType
=
5734
getSema().getASTContext().getPackExpansionType(
NewType
, None);
5736
if (
NewType
.isNull())
5742
OutParamTypes.push_back(
NewType
);
5755
QualType
NewType
= getDerived().TransformType(Pattern);
5756
if (
NewType
.isNull()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
9912
MVT
NewType
= MVT::getIntegerVT(EltTy.getSizeInBits());
9914
Ops.push_back(DAG.getNode(ISD::BITCAST, dl,
NewType
, Op.getOperand(i)));
9915
EVT VecVT = EVT::getVectorVT(*DAG.getContext(),
NewType
, NumElts);
Completed in 81 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026