Home
last modified time | relevance | path

Searched refs:Ret (Results 226 – 250 of 280) sorted by relevance

12345678910>>...12

/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp99 std::unique_ptr<DyldELFObject<ELFT>> Ret( in create() local
101 return std::move(Ret); in create()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp178 case Instruction::Ret: in getIntImmCostInst()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h952 case Instruction::Ret: in getUserCost()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6718 SDValue Ret = DAG.getNode(ISD::SUB, dl, DstVT, in expandFP_TO_SINT() local
6722 DAG.getConstant(0, dl, DstVT), Ret, ISD::SETLT); in expandFP_TO_SINT()
8466 SDValue Ret; in expandMULO() local
8476 Ret = makeLibCall(DAG, LC, WideVT, Args, CallOptions, dl).first; in expandMULO()
8479 Ret = makeLibCall(DAG, LC, WideVT, Args, CallOptions, dl).first; in expandMULO()
8481 assert(Ret.getOpcode() == ISD::MERGE_VALUES && in expandMULO()
8485 BottomHalf = Ret.getOperand(0); in expandMULO()
8486 TopHalf = Ret.getOperand(1); in expandMULO()
8488 BottomHalf = Ret.getOperand(1); in expandMULO()
8489 TopHalf = Ret.getOperand(0); in expandMULO()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp3455 ReturnInst *Ret = dyn_cast_or_null<ReturnInst>(Next); in verifyMustTailCall() local
3456 Assert(Ret, "musttail call must precede a ret with an optional bitcast", in verifyMustTailCall()
3458 Assert(!Ret->getReturnValue() || Ret->getReturnValue() == RetVal, in verifyMustTailCall()
3459 "musttail call result must be returned", Ret); in verifyMustTailCall()
H A DInstructions.cpp964 : Instruction(Type::getVoidTy(RI.getContext()), Instruction::Ret, in ReturnInst()
973 : Instruction(Type::getVoidTy(C), Instruction::Ret, in ReturnInst()
981 : Instruction(Type::getVoidTy(C), Instruction::Ret, in ReturnInst()
989 : Instruction(Type::getVoidTy(Context), Instruction::Ret, in ReturnInst()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp1078 case Instruction::Ret: { in runImpl()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp376 case Instruction::Ret: in analyzeAllUses()
H A DTargetTransformInfo.cpp1346 case Instruction::Ret: in getInstructionThroughput()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1774 unsigned Ret = getUnsignedFromPrefixEncoding(D); in getDuplicationFactorFromDiscriminator() local
1775 if (Ret == 0) in getDuplicationFactorFromDiscriminator()
1777 return Ret; in getDuplicationFactorFromDiscriminator()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp303 const Decl *Ret = nullptr; in getOutermostFuncOrBlockContext() local
307 Ret = cast<Decl>(DC); in getOutermostFuncOrBlockContext()
310 return Ret; in getOutermostFuncOrBlockContext()
H A DExprConstant.cpp6117 StmtResult Ret = {Result, ResultSlot}; in HandleFunctionCall() local
6118 EvalStmtResult ESR = EvaluateStmt(Ret, Info, Body); in HandleFunctionCall()
6151 StmtResult Ret = {RetVal, nullptr}; in HandleConstructorCall() local
6165 return EvaluateStmt(Ret, Info, Definition->getBody()) != ESR_Failed; in HandleConstructorCall()
6337 EvaluateStmt(Ret, Info, Definition->getBody()) != ESR_Failed && in HandleConstructorCall()
6468 StmtResult Ret = {RetVal, nullptr}; in HandleDestructionImpl() local
6469 if (EvaluateStmt(Ret, Info, Definition->getBody()) == ESR_Failed) in HandleDestructionImpl()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp286 case Instruction::Ret: in getIntImmCostInst()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp1116 SW.startLine() << "ReturnType: " << RF.Ret() << '\n'; in dumpPackedEntry()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3750 const ReturnInst *Ret = cast<ReturnInst>(I); in selectRet() local
3769 if (Ret->getNumOperands() > 0) { in selectRet()
3786 const Value *RV = Ret->getOperand(0); in selectRet()
5084 case Instruction::Ret: in fastSelectInstruction()
H A DAArch64TargetTransformInfo.cpp141 case Instruction::Ret: in getIntImmCostInst()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1214 SDValue Ret = DAG.getBitcast(UVT, Sel); in ppHoistZextI1() local
1215 DAG.ReplaceAllUsesWith(U, Ret.getNode()); in ppHoistZextI1()
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc913 static bool Ret{GetWindowsOSVersion() < llvm::VersionTuple(10, 0, 0, 17763)};
914 return Ret;
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp299 llvm::Value *performReturnAdjustment(CodeGenFunction &CGF, Address Ret,
2157 ItaniumCXXABI::performReturnAdjustment(CodeGenFunction &CGF, Address Ret, in performReturnAdjustment() argument
2159 return performTypeAdjustment(CGF, Ret, RA.NonVirtual, in performReturnAdjustment()
H A DCGBuiltin.cpp3424 PHINode *Ret = Builder.CreatePHI(Str->getType(), 3); in EmitBuiltinExpr() local
3425 Ret->addIncoming(llvm::Constant::getNullValue(Str->getType()), Entry); in EmitBuiltinExpr()
3426 Ret->addIncoming(llvm::Constant::getNullValue(Str->getType()), Next); in EmitBuiltinExpr()
3427 Ret->addIncoming(FoundChr, CmpEq); in EmitBuiltinExpr()
3428 return RValue::get(Ret); in EmitBuiltinExpr()
3480 PHINode *Ret = Builder.CreatePHI(IntTy, 4); in EmitBuiltinExpr() local
3481 Ret->addIncoming(ConstantInt::get(IntTy, 0), Entry); in EmitBuiltinExpr()
3482 Ret->addIncoming(ConstantInt::get(IntTy, 1), CmpGT); in EmitBuiltinExpr()
3483 Ret->addIncoming(ConstantInt::get(IntTy, -1), CmpLT); in EmitBuiltinExpr()
3484 Ret->addIncoming(ConstantInt::get(IntTy, 0), Next); in EmitBuiltinExpr()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2077 SDValue Ret = DAG.getCopyFromReg(Chain, DL, SP::O0, PtrVT, InFlag); in LowerGlobalTLSAddress() local
2080 return Ret; in LowerGlobalTLSAddress()
2087 return DAG.getNode(SPISD::TLS_ADD, DL, PtrVT, Ret, HiLo, in LowerGlobalTLSAddress()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp3138 auto Ret = B.buildFMul(ResTy, X, R); in legalizeFastUnsafeFDIV64() local
3139 auto Tmp2 = B.buildFMA(ResTy, NegY, Ret, X); in legalizeFastUnsafeFDIV64()
3141 B.buildFMA(Res, Tmp2, R, Ret); in legalizeFastUnsafeFDIV64()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h834 case Instruction::Ret: in hasResult()
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Duni.d4797 alias Ret = Impl!(1,2,3,4); in Utf8Matcher() local
4798 return Ret(asciiT, utf8_2T, utf8_3T, utf8_4T); in Utf8Matcher()
5050 alias Ret = Impl!(1,2); in Utf16Matcher() local
5051 return Ret(asciiT, bmpT, otherT); in Utf16Matcher()
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d4797 alias Ret = Impl!(1,2,3,4); in Utf8Matcher() local
4798 return Ret(asciiT, utf8_2T, utf8_3T, utf8_4T); in Utf8Matcher()
5050 alias Ret = Impl!(1,2); in Utf16Matcher() local
5051 return Ret(asciiT, bmpT, otherT); in Utf16Matcher()

12345678910>>...12