OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypes
(Results
1 - 25
of
45
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenABITypes.cpp
39
return CGM.
getTypes
().arrangeObjCMessageSendSignature(MD, receiverType);
45
return CGM.
getTypes
().arrangeFreeFunctionType(Ty);
51
return CGM.
getTypes
().arrangeFreeFunctionType(Ty);
59
return CGM.
getTypes
().arrangeCXXMethodType(RD, FTP, MD);
68
return CGM.
getTypes
().arrangeLLVMFunctionInfo(
100
llvm::Type *T = CGM.
getTypes
().ConvertType(FD->getType());
110
return CGM.
getTypes
().ConvertTypeForMem(T);
116
return CGM.
getTypes
().getCGRecordLayout(RD).getLLVMFieldNo(FD);
CGCXX.cpp
135
llvm::Type *AliasValueType =
getTypes
().GetFunctionType(AliasDecl);
208
const CGFunctionInfo &FnInfo =
getTypes
().arrangeCXXStructorDeclaration(GD);
237
FnInfo = &
getTypes
().arrangeCXXStructorDeclaration(GD);
238
FnType =
getTypes
().GetFunctionType(*FnInfo);
303
const CGFunctionInfo &FInfo = CGM.
getTypes
().arrangeCXXStructorDeclaration(
305
llvm::Type *Ty = CGM.
getTypes
().GetFunctionType(FInfo);
CGObjCRuntime.cpp
65
llvm::Type *LTy = CGF.CGM.
getTypes
().ConvertTypeForMem(IvarTy);
105
CGBitFieldInfo::MakeInfo(CGF.CGM.
getTypes
(), Ivar, BitOffset, BitFieldSize,
367
CGM.
getTypes
().arrangeObjCMessageSendSignature(method, callArgs[0].Ty);
370
CGM.
getTypes
().GetFunctionType(signature)->getPointerTo();
373
CGM.
getTypes
().arrangeCall(signature, callArgs);
380
CGM.
getTypes
().arrangeUnprototypedObjCMessageSend(resultType, callArgs);
384
CGM.
getTypes
().GetFunctionType(argsInfo)->getPointerTo();
CGCXXABI.cpp
33
return llvm::Constant::getNullValue(CGM.
getTypes
().ConvertType(T));
38
return CGM.
getTypes
().ConvertType(CGM.getContext().getPointerDiffType());
52
llvm::FunctionType *FTy = CGM.
getTypes
().GetFunctionType(
53
CGM.
getTypes
().arrangeCXXMethodType(RD, FPT, /*FD=*/nullptr));
CGDeclCXX.cpp
124
auto DestTy = CGF.
getTypes
().ConvertType(Type)->getPointerTo(
135
Addr.getPointer(), CGF.
getTypes
().ConvertType(Type)->getPointerTo());
199
llvm::Type *LTy = CGM.
getTypes
().ConvertTypeForMem(T);
241
const CGFunctionInfo &FI = CGM.
getTypes
().arrangeNullaryFunction();
484
FTy, FnName.str(),
getTypes
().arrangeNullaryFunction(), D->getLocation());
590
const CGFunctionInfo &FI =
getTypes
().arrangeNullaryFunction();
663
const CGFunctionInfo &FI =
getTypes
().arrangeNullaryFunction();
724
getContext().VoidTy, Fn,
getTypes
().arrangeNullaryFunction(),
754
getTypes
().arrangeNullaryFunction(), FunctionArgList());
814
getTypes
().arrangeNullaryFunction(), FunctionArgList())
[
all
...]
CGExprConstant.cpp
602
CGM.
getTypes
().getCGRecordLayout(Field->getParent());
634
llvm::Type *ElemTy = Emitter.CGM.
getTypes
().ConvertTypeForMem(ElemType);
721
CGM.
getTypes
().ConvertTypeForMem(Field->getType()));
855
llvm::Type *ValTy = CGM.
getTypes
().ConvertType(Type);
1235
cast<llvm::ArrayType>(CGM.
getTypes
().ConvertType(ILE->getType()));
1275
llvm::Type *ValTy = CGM.
getTypes
().ConvertType(destType);
1327
return CGM.
getTypes
().ConvertType(T);
1708
llvm::Type *boolTy = CGM.
getTypes
().ConvertTypeForMem(destType);
1828
auto destTy = CGM.
getTypes
().ConvertTypeForMem(DestType);
1918
CGM.
getTypes
().ConvertType(base.getTypeInfoType())->getPointerTo()
[
all
...]
CGVTables.cpp
166
llvm::Type *Ty = CGM.
getTypes
().GetFunctionType(FnInfo);
342
const CGFunctionInfo &CallFnInfo = CGM.
getTypes
().arrangeCXXMethodCall(
461
Ty = CGM.
getTypes
().GetFunctionType(FnInfo);
507
llvm::Type *ThunkVTableTy = CGM.
getTypes
().GetFunctionTypeForVTable(GD);
511
bool IsUnprototyped = !CGM.
getTypes
().isFuncTypeConvertible(
519
IsUnprototyped ? CGM.
getTypes
().arrangeUnprototypedMustTailThunk(MD)
520
: CGM.
getTypes
().arrangeGlobalDeclaration(GD);
521
llvm::FunctionType *ThunkFnTy = CGM.
getTypes
().GetFunctionType(FnInfo);
801
llvm::Type *fnTy = CGM.
getTypes
().GetFunctionTypeForVTable(GD);
CGOpenMPRuntimeGPU.cpp
597
: WorkerFn(nullptr), CGFI(CGM.
getTypes
().arrangeNullaryFunction()),
607
CGM.
getTypes
().GetFunctionType(CGFI), llvm::GlobalValue::InternalLinkage,
2658
CGM.
getTypes
().arrangeBuiltinFunctionDeclaration(C.VoidTy, Args);
2659
auto *Fn = llvm::Function::Create(CGM.
getTypes
().GetFunctionType(CGFI),
2959
CGM.
getTypes
().arrangeBuiltinFunctionDeclaration(C.VoidTy, Args);
2961
CGM.
getTypes
().GetFunctionType(CGFI), llvm::GlobalValue::InternalLinkage,
3115
CGM.
getTypes
().arrangeBuiltinFunctionDeclaration(C.VoidTy, Args);
3117
CGM.
getTypes
().GetFunctionType(CGFI), llvm::GlobalValue::InternalLinkage,
3136
CGM.
getTypes
().ConvertTypeForMem(StaticTy);
3224
CGM.
getTypes
().arrangeBuiltinFunctionDeclaration(C.VoidTy, Args)
[
all
...]
CGExprCXX.cpp
48
Args.add(RValue::get(This), CGF.
getTypes
().DeriveThisType(RD, MD));
87
auto &FnInfo = CGM.
getTypes
().arrangeCXXMethodCall(
107
llvm::Type *NewType = CGM.
getTypes
().ConvertType(DstTy);
115
return EmitCall(CGM.
getTypes
().arrangeCXXStructorDeclaration(Dtor), Callee,
324
FInfo = &CGM.
getTypes
().arrangeCXXStructorDeclaration(
327
FInfo = &CGM.
getTypes
().arrangeCXXMethodDeclaration(CalleeDecl);
329
llvm::FunctionType *Ty = CGM.
getTypes
().GetFunctionType(*FInfo);
474
return EmitCall(CGM.
getTypes
().arrangeCXXMethodCall(Args, FPT, required,
1008
if (!CGM.
getTypes
().isZeroInitializable(ElementType))
1314
CGF.EmitCall(CGF.CGM.
getTypes
().arrangeFreeFunctionCall
[
all
...]
CGBlocks.cpp
190
cast<llvm::IntegerType>(CGM.
getTypes
().ConvertType(C.UnsignedLongTy));
559
llvm::Type *llvmType = CGM.
getTypes
().ConvertType(thisType);
657
CGM.
getTypes
().ConvertTypeForMem(VT);
1114
getTypes
().ConvertType(getContext().UnsignedLongTy);
1230
CGM.
getTypes
().arrangeBlockFunctionCall(Args, FuncTy);
1233
llvm::Type *BlockFTy = CGM.
getTypes
().GetFunctionType(FnInfo);
1392
CGM.
getTypes
().ConvertType(blockInfo.getBlockExpr()->getType());
1494
CGM.
getTypes
().arrangeBlockFunctionDeclaration(fnType, args);
1498
llvm::FunctionType *fnLLVMType = CGM.
getTypes
().GetFunctionType(fnInfo);
1939
CGM.
getTypes
().arrangeBuiltinFunctionDeclaration(ReturnTy, args)
[
all
...]
CodeGenModule.cpp
2079
SetLLVMFunctionAttributes(GD,
getTypes
().arrangeGlobalDeclaration(GD), F,
2771
llvm::Type *Ty =
getTypes
().ConvertTypeForMem(GD->getType());
2810
llvm::Type *DeclTy =
getTypes
().ConvertTypeForMem(VD->getType());
2906
const CGFunctionInfo &FI =
getTypes
().arrangeGlobalDeclaration(GD);
2907
llvm::Type *Ty =
getTypes
().GetFunctionType(FI);
3243
getTypes
().arrangeGlobalDeclaration(GD);
3244
llvm::FunctionType *Ty =
getTypes
().GetFunctionType(FI);
3300
llvm::Type *DeclTy =
getTypes
().ConvertType(FD->getType());
3303
const CGFunctionInfo &FInfo =
getTypes
().arrangeCXXMethodDeclaration(CXXFD);
3304
DeclTy =
getTypes
().GetFunctionType(FInfo)
[
all
...]
CGObjC.cpp
213
llvm::ConstantInt::get(CGM.
getTypes
().ConvertType(ArgQT), NumElements);
760
const CGFunctionInfo &FI = CGM.
getTypes
().arrangeObjCMethodDeclaration(OMD);
840
CGF.EmitCall(CGF.
getTypes
().arrangeBuiltinFunctionCall(Context.VoidTy, args),
1106
CGF.
getTypes
().arrangeBuiltinFunctionCall(CGF.getContext().VoidTy, args),
1206
RValue RV = EmitCall(
getTypes
().arrangeBuiltinFunctionCall(
1217
getTypes
().ConvertType(getterMethod->getReturnType())));
1326
CGF.
getTypes
().arrangeBuiltinFunctionCall(CGF.getContext().VoidTy, args),
1364
CGF.
getTypes
().arrangeBuiltinFunctionCall(CGF.getContext().VoidTy, args),
1493
EmitCall(
getTypes
().arrangeBuiltinFunctionCall(getContext().VoidTy, args),
1505
EmitCall(
getTypes
().arrangeBuiltinFunctionCall(getContext().VoidTy, args)
[
all
...]
CGOpenCLRuntime.cpp
183
CGF.
getTypes
().ClangCallConvToLLVMCallConv(CallingConv::CC_OpenCLKernel));
ItaniumCXXABI.cpp
633
llvm::FunctionType *FTy = CGM.
getTypes
().GetFunctionType(
634
CGM.
getTypes
().arrangeCXXMethodType(RD, FPT, /*FD=*/nullptr));
1029
CodeGenTypes &Types = CGM.
getTypes
();
2008
&CGM.
getTypes
().arrangeCXXStructorDeclaration(GD);
2009
llvm::FunctionType *Ty = CGF.CGM.
getTypes
().GetFunctionType(*FInfo);
2313
llvm::FunctionType::get(CGM.
getTypes
().ConvertType(CGM.getContext().IntTy),
2554
assert((TLS || CGF.
getTypes
().getCodeGenOpts().CXAAtExit) &&
2609
FTy, FnName, CGM.
getTypes
().arrangeNullaryFunction(), SourceLocation());
2637
GlobalCleanupFn,
getTypes
().arrangeNullaryFunction(),
2696
GlobalInitFn,
getTypes
().arrangeNullaryFunction()
[
all
...]
CGOpenMPRuntime.cpp
1127
CGM.
getTypes
().arrangeBuiltinFunctionDeclaration(C.VoidTy, Args);
1128
llvm::FunctionType *FnTy = CGM.
getTypes
().GetFunctionType(FnInfo);
1373
const CGRecordLayout &RL = CGM.
getTypes
().getCGRecordLayout(RD);
1388
const CGRecordLayout &RL = CGM.
getTypes
().getCGRecordLayout(RD);
1700
Ptr = getOrCreateInternalVariable(CGM.
getTypes
().ConvertTypeForMem(PtrTy),
1789
const auto &FI = CGM.
getTypes
().arrangeBuiltinFunctionDeclaration(
1791
llvm::FunctionType *FTy = CGM.
getTypes
().GetFunctionType(FI);
1822
const auto &FI = CGM.
getTypes
().arrangeBuiltinFunctionDeclaration(
1824
llvm::FunctionType *FTy = CGM.
getTypes
().GetFunctionType(FI);
1871
InitFunctionTy, Name, CGM.
getTypes
().arrangeNullaryFunction())
[
all
...]
CGExpr.cpp
2019
llvm::Type *VectorElementTy = CGM.
getTypes
().ConvertType(EQT);
2043
llvm::Type *OrigTy = CGM.
getTypes
().ConvertType(LV.getType());
2046
Ty = CGM.
getTypes
().getDataLayout().getIntPtrType(OrigTy);
2317
llvm::Type *OrigTy = CGM.
getTypes
().ConvertType(Dst.getType());
2320
Ty = CGM.
getTypes
().getDataLayout().getIntPtrType(OrigTy);
2530
llvm::Type *RealVarTy = CGF.
getTypes
().ConvertTypeForMem(VD->getType());
2568
CGM.
getTypes
().ConvertType(NoProtoType));
2699
llvm::Type *VarTy =
getTypes
().ConvertTypeForMem(VD->getType());
2802
*this, VD, T, addr,
getTypes
().ConvertTypeForMem(VD->getType()),
3392
CGM.
getTypes
().arrangeBuiltinFunctionDeclaration(getContext().VoidTy, Args)
[
all
...]
CGExprAgg.cpp
577
CGF.
getTypes
().isZeroInitializable(elementType))) {
1504
CGF.
getTypes
().isZeroInitializable(E->getType()))
1509
CGF.
getTypes
().isPointerZeroInitializable(E->getType()) &&
1565
if (Dest.isZeroed() && CGF.
getTypes
().isZeroInitializable(type))
1716
CGF.
getTypes
().isZeroInitializable(E->getType()))
1889
if (!ILE || !CGF.
getTypes
().isZeroInitializable(ILE->getType()))
CGCUDANV.cpp
200
CodeGen::CodeGenTypes &Types = CGM.
getTypes
();
391
llvm::Type *Ty = CGM.
getTypes
().ConvertType(CQT);
395
CGM.
getTypes
().arrangeFunctionDeclaration(cudaLaunchKernelFD);
MicrosoftCXXABI.cpp
1975
&CGM.
getTypes
().arrangeCXXStructorDeclaration(GD);
1976
llvm::FunctionType *Ty = CGF.CGM.
getTypes
().GetFunctionType(*FInfo);
2041
CGM.
getTypes
().arrangeUnprototypedMustTailThunk(MD);
2042
llvm::FunctionType *ThunkTy = CGM.
getTypes
().GetFunctionType(FnInfo);
2392
FTy, "__tls_init", CGM.
getTypes
().arrangeNullaryFunction(),
2847
CodeGenTypes &Types = CGM.
getTypes
();
3408
llvm::FunctionType *FTy = CGM.
getTypes
().GetFunctionType(
3409
CGM.
getTypes
().arrangeCXXMethodType(RD, FPT, /*FD=*/nullptr));
3975
const CGFunctionInfo &FnInfo = CGM.
getTypes
().arrangeMSCtorClosure(CD, CT);
3976
llvm::FunctionType *ThunkTy = CGM.
getTypes
().GetFunctionType(FnInfo)
[
all
...]
CGClass.cpp
967
CGF.
getTypes
().getCGRecordLayout(FirstField->getParent());
2119
CGF.CGM.
getTypes
().arrangeCXXConstructorCall(Args, Ctor, Type, 0, 0);
2167
PassPrototypeArgs =
getTypes
().inheritingCtorHasParams(Inherited, Type);
2182
const CGFunctionInfo &Info = CGM.
getTypes
().arrangeCXXConstructorCall(
2338
llvm::Type *t = CGM.
getTypes
().ConvertType(QT);
2871
CGM.
getTypes
().arrangeCXXMethodDeclaration(callOperator);
2874
CGM.
getTypes
().GetFunctionType(calleeFnInfo));
2943
llvm::Value *ThisPtr = llvm::UndefValue::get(
getTypes
().ConvertType(ThisType));
SwiftCallingConv.cpp
87
auto eltLLVMType = CGM.
getTypes
().ConvertType(eltType);
113
auto *llvmType = CGM.
getTypes
().ConvertType(type);
CodeGenFunction.cpp
219
return CGM.
getTypes
().ConvertTypeForMem(T);
223
return CGM.
getTypes
().ConvertType(T);
609
CGM.
getTypes
().ConvertType(A->getTypeHint()))),
1260
getTypes
().inheritingCtorHasParams(Inherited, GD.getCtorType());
1919
if (!CGM.
getTypes
().isZeroInitializable(Ty)) {
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
DFAEmitter.cpp
209
SmallVector<std::string, 4>
getTypes
() { return Types; }
309
const auto &ActionTypes = Transitions.back().
getTypes
();
/src/external/apache2/llvm/dist/clang/utils/TableGen/
SveEmitter.cpp
190
ArrayRef<SVEType>
getTypes
() const { return Types; }
931
OS <<
getTypes
()[0].str() << " " << ProtoName << "(";
932
for (unsigned I = 0; I <
getTypes
().size() - 1; ++I) {
935
OS <<
getTypes
()[I + 1].str();
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
ValueEnumerator.h
212
const TypeList &
getTypes
() const { return Types; }
Completed in 75 milliseconds
1
2
Indexes created Wed Jun 10 00:26:05 UTC 2026