Searched refs:Res (Results 101 - 125 of 384) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp494 int Res = 1; local
498 Res = TheDriver.ExecuteCompilation(*C, FailingCommands);
515 if (!Res)
516 Res = CommandRes;
550 if (Res < 0)
551 Res = 1;
556 return Res;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp507 WholeProgramDevirtResolution *Res);
513 WholeProgramDevirtResolution *Res, VTableSlot Slot);
523 WholeProgramDevirtResolution::ByArg *Res);
555 WholeProgramDevirtResolution::ByArg *Res,
562 WholeProgramDevirtResolution *Res, VTableSlot Slot);
609 WholeProgramDevirtResolution *Res,
936 WholeProgramDevirtResolution *Res) {
981 Res->TheKind = WholeProgramDevirtResolution::SingleImpl;
982 Res->SingleImplName = TheFn->getName();
990 WholeProgramDevirtResolution *Res,
933 trySingleImplDevirt( ModuleSummaryIndex *ExportSummary, MutableArrayRef<VirtualCallTarget> TargetsForSlot, VTableSlotInfo &SlotInfo, WholeProgramDevirtResolution *Res) argument
987 trySingleImplDevirt(MutableArrayRef<ValueInfo> TargetsForSlot, VTableSlotSummary &SlotSummary, VTableSlotInfo &SlotInfo, WholeProgramDevirtResolution *Res, std::set<ValueInfo> &DevirtTargets) argument
1044 tryICallBranchFunnel( MutableArrayRef<VirtualCallTarget> TargetsForSlot, VTableSlotInfo &SlotInfo, WholeProgramDevirtResolution *Res, VTableSlot Slot) argument
1215 tryUniformRetValOpt( MutableArrayRef<VirtualCallTarget> TargetsForSlot, CallSiteInfo &CSInfo, WholeProgramDevirtResolution::ByArg *Res) argument
1333 tryUniqueRetValOpt( unsigned BitWidth, MutableArrayRef<VirtualCallTarget> TargetsForSlot, CallSiteInfo &CSInfo, WholeProgramDevirtResolution::ByArg *Res, VTableSlot Slot, ArrayRef<uint64_t> Args) argument
1404 tryVirtualConstProp( MutableArrayRef<VirtualCallTarget> TargetsForSlot, VTableSlotInfo &SlotInfo, WholeProgramDevirtResolution *Res, VTableSlot Slot) argument
1702 const WholeProgramDevirtResolution &Res = ResI->second; local
1878 WholeProgramDevirtResolution *Res = nullptr; local
1999 WholeProgramDevirtResolution *Res = local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DOpenBSD.cpp238 SanitizerMask Res = ToolChain::getSupportedSanitizers(); local
241 Res |= SanitizerKind::Vptr;
242 Res |= SanitizerKind::Fuzzer;
243 Res |= SanitizerKind::FuzzerNoLink;
246 return Res;
H A DCrossWindows.cpp278 SanitizerMask Res = ToolChain::getSupportedSanitizers(); local
279 Res |= SanitizerKind::Address;
280 Res |= SanitizerKind::PointerCompare;
281 Res |= SanitizerKind::PointerSubtract;
282 return Res;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp247 bool parseExpression(const MCExpr *&Res);
248 bool parseExpression(const MCExpr *&Res, SMLoc &EndLoc) override;
249 bool parsePrimaryExpr(const MCExpr *&Res, SMLoc &EndLoc) override;
250 bool parseParenExpression(const MCExpr *&Res, SMLoc &EndLoc) override;
251 bool parseParenExprOfDepth(unsigned ParenDepth, const MCExpr *&Res,
253 bool parseAbsoluteExpression(int64_t &Res) override;
256 /// and set \p Res to the value.
257 bool parseRealValue(const fltSemantics &Semantics, APInt &Res);
260 /// and set \p Res to the identifier contents.
261 bool parseIdentifier(StringRef &Res) overrid
810 int64_t Res; local
1042 parseParenExpr(const MCExpr *&Res, SMLoc &EndLoc) argument
1057 parseBracketExpr(const MCExpr *&Res, SMLoc &EndLoc) argument
1072 parsePrimaryExpr(const MCExpr *&Res, SMLoc &EndLoc) argument
1298 parseExpression(const MCExpr *&Res) argument
1387 std::string Res; local
1406 parseExpression(const MCExpr *&Res, SMLoc &EndLoc) argument
1446 parseParenExpression(const MCExpr *&Res, SMLoc &EndLoc) argument
1451 parseParenExprOfDepth(unsigned ParenDepth, const MCExpr *&Res, SMLoc &EndLoc) argument
1472 parseAbsoluteExpression(int64_t &Res) argument
1648 parseBinOpRHS(unsigned Precedence, const MCExpr *&Res, SMLoc &EndLoc) argument
2844 parseIdentifier(StringRef &Res) argument
3107 parseRealValue(const fltSemantics &Semantics, APInt &Res) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h296 ArgType Res = A; local
297 Res.Ptr = true;
298 return Res;
303 ArgType Res = A; local
304 Res.TK = TypeKind::SizeT;
305 return Res;
311 ArgType Res = A; local
312 Res.TK = TypeKind::PtrdiffT;
313 return Res;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp33 StmtResult Res; local
39 Res = ParseStatementOrDeclaration(Stmts, StmtCtx, TrailingElseLoc);
40 } while (!Res.isInvalid() && !Res.get());
42 return Res;
106 StmtResult Res = ParseStatementOrDeclarationAfterAttributes(
109 assert((Attrs.empty() || Res.isInvalid() || Res.isUsable()) &&
112 if (Attrs.empty() || Res.isInvalid())
113 return Res;
155 StmtResult Res; local
1054 DeclGroupPtrTy Res = local
1100 DeclGroupPtrTy Res = local
2068 StmtResult Res; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h593 APInt Res(numBits, 0);
594 Res.setBit(BitNo);
595 return Res;
613 APInt Res(numBits, 0);
614 Res.setBits(loBit, hiBit);
615 return Res;
624 APInt Res(numBits, 0);
625 Res.setBitsWithWrap(loBit, hiBit);
626 return Res;
641 APInt Res(numBit
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp539 unsigned Res = getMachineOpValue(MI, MO, Fixups, STI); local
540 assert((Res & 3) == 0);
541 return Res >> 2;
592 int64_t Res; local
594 if (Expr->evaluateAsAbsolute(Res))
595 return Res;
603 unsigned Res = local
605 Res += getExprOpValue(cast<MCBinaryExpr>(Expr)->getRHS(), Fixups, STI);
606 return Res;
977 unsigned Res local
999 unsigned Res = getMachineOpValue(MI, MI.getOperand(OpNo), Fixups, STI); local
1142 unsigned Res = static_cast<unsigned>(MO.getImm()); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h141 if (Expected<word_t> Res = Read(WordBitNo))
144 return Res.takeError();
467 if (Expected<uint32_t> Res = ReadVBR(bitc::CodeLenWidth))
471 return Res.takeError();
490 if (Error Res = JumpToBit(SkipTo))
491 return Res;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp70 auto Res = BundleToCombined.try_emplace(to_vector<4>(Operands), New); local
71 assert(Res.second &&
73 (void)Res;
334 std::pair<OpMode, VPValue *> Res = local
336 if (Res.second)
337 FinalOrder[Op].second.push_back(Res.second);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h113 APInt &ConstOpnd, Value *&Res);
116 Value *&Res);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp174 Instruction *Res = nullptr; local
190 Res = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);
204 Res = CastInst::CreateIntegerCast(I->getOperand(0), Ty,
210 Res = SelectInst::Create(I->getOperand(0), True, False);
221 Res = NPN;
229 Res->takeName(I);
230 return InsertNewInstWith(Res, *I);
247 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, local
253 if ((Res == Instruction::IntToPtr && SrcTy != DstIntPtrTy) ||
254 (Res
270 auto *Res = CastInst::Create(NewOpc, CSrc->getOperand(0), Ty); local
705 Value *Res = EvaluateInDifferentType(Src, DestTy, false); local
898 Constant *Res = ConstantInt::get(Zext.getType(), isNE); local
1114 Value *Res = EvaluateInDifferentType(Src, DestTy, false); local
1388 Value *Res = EvaluateInDifferentType(Src, DestTy, true); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp302 int Res = Parser->Run(NoInitialTextSection); local
304 return Res;
501 int Res = 1; local
505 Res = AsLexInput(SrcMgr, *MAI, Out->os());
508 Res = AssembleInput(ProgName, TheTarget, SrcMgr, Ctx, *Str, *MAI, *STI,
521 Res = Disassembler::disassemble(*TheTarget, TripleName, *STI, *Str, *Buffer,
525 if (Res == 0) {
530 return Res;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp298 ArrayRef<uint8_t> Res; local
299 if (Error E = getSectionContents(Sec, Res))
301 return Res;
449 std::error_code COFFObjectFile::getVaPtr(uint64_t Addr, uintptr_t &Res) const {
453 return getRvaPtr((uint32_t)Rva, Res);
457 std::error_code COFFObjectFile::getRvaPtr(uint32_t Addr, uintptr_t &Res) const {
464 Res = uintptr_t(base()) + Section->PointerToRawData + Offset;
941 const data_directory *&Res) const {
944 Res = nullptr;
951 Res
1280 StringRef Res = getRelocationTypeName(Reloc->Type); local
[all...]
H A DMachOUniversal.cpp33 T Res; local
34 memcpy(&Res, Ptr, sizeof(T));
37 swapStruct(Res);
38 return Res;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RedundantCopyElimination.cpp189 bool Res = false; local
204 Res = true;
210 return Res;
215 return Res;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.h90 bool evaluateAsRelocatableImpl(MCValue &Res,
H A DSparcMCCodeEmitter.cpp141 int64_t Res; local
142 if (Expr->evaluateAsAbsolute(Res))
143 return Res;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h70 MCInst &Res) const override;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp173 SmallString<32> Res; local
177 llvm::MD5::stringifyResult(MD5Res, Res);
179 return Res;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h82 SlotIndex Res = LIS.getMBBStartIdx(&MBB); local
86 Res = LIS.getInstructionIndex(*MII);
88 return Res;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp206 auto Res = Helper.legalizeInstrStep(MI); local
209 if (Res == LegalizerHelper::UnableToLegalize) {
227 Changed |= Res == LegalizerHelper::Legalized;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp765 SDValue Res = SDValue(); local
775 case ISD::BITCAST: Res = SoftenFloatOp_BITCAST(N); break;
776 case ISD::BR_CC: Res = SoftenFloatOp_BR_CC(N); break;
779 case ISD::FP_ROUND: Res = SoftenFloatOp_FP_ROUND(N); break;
783 case ISD::FP_TO_UINT: Res = SoftenFloatOp_FP_TO_XINT(N); break;
785 case ISD::LROUND: Res = SoftenFloatOp_LROUND(N); break;
787 case ISD::LLROUND: Res = SoftenFloatOp_LLROUND(N); break;
789 case ISD::LRINT: Res = SoftenFloatOp_LRINT(N); break;
791 case ISD::LLRINT: Res = SoftenFloatOp_LLRINT(N); break;
792 case ISD::SELECT_CC: Res
811 ReplaceValueWith(SDValue(N, 0), Res); local
909 SDValue Res = DAG.getNode(ISD::TRUNCATE, dl, RVT, Tmp.first); local
915 ReplaceValueWith(SDValue(N, 0), Res); local
1640 SDValue Res = SDValue(); local
1687 ReplaceValueWith(SDValue(N, 0), Res); local
2210 SDValue Res = GetScalarizedVector(N->getOperand(0)); local
2211 ReplaceValueWith(SDValue(N, 0), Res); local
2216 SDValue Res = DAG.getNode(N->getOpcode(), DL, EltVT, Vec, Idx); local
2217 ReplaceValueWith(SDValue(N, 0), Res); local
2225 SDValue Res; local
2232 ReplaceValueWith(SDValue(N, 0), Res); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRnglists.cpp126 DWARFAddressRangesVector Res;
177 Res.push_back(E);
179 return Res;

Completed in 376 milliseconds

1234567891011>>