HomeSort by: relevance | last modified time | path
    Searched defs:RetType (Results 1 - 20 of 20) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsOs16.cpp 50 Type* RetType = F.getReturnType();
51 switch (RetType->getTypeID()) {
Mips16HardFloat.cpp 171 Type* RetType = F.getReturnType();
172 return whichFPReturnVariant(RetType) != NoFPRet;
176 Type* RetType = FT.getReturnType();
177 return whichFPReturnVariant(RetType) != NoFPRet;
MipsAsmPrinter.cpp 994 const char *RetType;
998 // # Stub function to call rettype xxxx (params)
1002 RetType = "float";
1005 RetType = "double";
1008 RetType = "complex";
1011 RetType = "double complex";
1014 RetType = "";
1041 OutStreamer->AddComment("\t# Stub function to call " + Twine(RetType) + " " +
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
MatrixBuilder.h 73 auto *RetType = FixedVectorType::get(EltTy, Rows * Columns);
77 Type *OverloadedTypes[] = {RetType};
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 765 int64_t RetType = Try->getOperand(0).getImm();
770 std::prev(B)->getOperand(0).getImm() == RetType;
1497 WebAssembly::BlockType RetType =
1528 EndToBegin[&MI]->getOperand(0).setImm(int32_t(RetType));
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
Consumed.cpp 686 QualType RetType = Fun->getCallResultType();
687 if (RetType->isReferenceType())
688 RetType = RetType->getPointeeType();
690 if (isConsumableType(RetType)) {
695 ReturnState = mapConsumableAttrState(RetType);
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BTFDebug.cpp 289 auto RetType = Elements[0];
290 BTFType.Type = RetType ? BDebug.getTypeId(RetType) : 0;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprConstant.cpp 1370 QualType RetType;
1372 RetType = Call->getCallReturnType(CGF->getContext());
1374 RetType = Ctor->getType();
1376 emitAbstract(CE->getBeginLoc(), CE->getAPValueResult(), RetType);
CGClass.cpp 2264 QualType RetType = BuildFunctionArgList(CurGD, Params);
2265 FnRetTy = RetType;
2287 if (!RetType->isVoidType())
2288 ReturnValue = CreateIRTemp(RetType, "retval.inhctor");
CGExpr.cpp 1321 QualType RetType = cast<CallExpr>(CE->getSubExpr()->IgnoreImplicit())
1323 return MakeNaturalAlignAddrLValue(Result, RetType);
CGOpenMPRuntime.cpp 11271 QualType RetType = FD->getReturnType();
11272 if (RetType.isNull())
11276 if (!RetType.isNull() && !RetType->isVoidType()) {
11277 CDT = RetType;
11450 QualType RetType = FD->getReturnType().getCanonicalType();
11457 if (!RetType->isVoidType()) {
11458 Sizes.push_back(getAArch64LS(RetType, ParamKindTy::Vector, C));
11459 if (!getAArch64PBV(RetType, C) && getAArch64MTV(RetType, {}))
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCoroutine.cpp 377 static Expr *maybeTailCall(Sema &S, QualType RetType, Expr *E,
379 if (RetType->isReferenceType())
381 Type const *T = RetType.getTypePtr();
480 QualType RetType = AwaitSuspend->getCallReturnType(S.Context);
484 maybeTailCall(S, RetType, AwaitSuspend, Loc))
493 if (RetType->isReferenceType() ||
494 (!RetType->isBooleanType() && !RetType->isVoidType())) {
497 << RetType;
SemaStmt.cpp 4127 QualType RetType = RelatedRetType.isNull() ? FnRetType : RelatedRetType;
4140 RetType,
4143 RetType, RetValExp);
SemaTemplateDeduction.cpp 5019 QualType RetType = getLambdaConversionFunctionResultType(
5022 RetType = Context.getPointerType(RetType);
5025 RetType = Context.getBlockPointerType(RetType);
5027 Context.adjustDeducedFunctionResultType(FD, RetType);
SemaDecl.cpp 14469 QualType RetType =
14474 FD->setType(Context.getFunctionType(RetType, Proto->getParamTypes(),
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULibCalls.cpp 1403 Type *RetType = UCallee->getReturnType();
1405 AllocaInst *Alloc = B.CreateAlloca(RetType, 0,
1408 Align(UCallee->getParent()->getDataLayout().getTypeAllocSize(RetType)));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 1586 auto *RetType = cast<IntegerType>(Call.CB.getType());
1590 if (RetType->getBitWidth() == 1) {
1597 Value *ValAddr = B.CreateBitCast(Addr, RetType->getPointerTo());
1598 Value *Val = B.CreateLoad(RetType, ValAddr);
1610 auto RetType = dyn_cast<IntegerType>(TargetsForSlot[0].Fn->getReturnType());
1611 if (!RetType)
1613 unsigned BitWidth = RetType->getBitWidth();
1632 Target.Fn->getReturnType() != RetType)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp 839 DIType *RetType = nullptr;
843 RetType = Builder.createBasicType(Name, BitWidth, dwarf::DW_ATE_signed,
846 RetType = Builder.createBasicType(Name, Layout.getTypeSizeInBits(Ty),
857 RetType = Builder.createBasicType(Name, Layout.getTypeSizeInBits(Ty),
881 RetType = DIStruct;
887 RetType = Builder.createBasicType(OS.str(), Layout.getTypeSizeInBits(Ty),
892 DITypeCache.insert({Ty, RetType});
893 return RetType;
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 4492 const EVT RetType[] = {MVT::i32, MVT::i32, MVT::Other};
4494 ReplaceNode(N, CurDAG->getMachineNode(Opc, dl, RetType, Ops));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 834 Type *RetType = T->getReturnType();
835 if (!RetType->isVoidTy())
836 RetType = StructType::get(RetType, PrimitiveShadowTy);
837 return FunctionType::get(RetType, ArgTypes, T->isVarArg());
846 Type *RetType = T->getReturnType();
847 if (!RetType->isVoidTy())
852 if (!RetType->isVoidTy())
884 Type *RetType = T->getReturnType();
885 if (!RetType->isVoidTy()
    [all...]

Completed in 74 milliseconds