Searched refs:Res (Results 226 - 250 of 384) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp350 AMDGPULibFunc::Param Res = Leads[0];
354 Res.PtrKind = AMDGPULibFunc::BYVALUE;
359 return Res;
498 StringRef Res = mangledName.substr(0, Len);
500 return Res;
H A DSIPeepholeSDWA.cpp748 auto Res = CheckOROperandsForSDWA(OrSDWA, OrOther); local
749 if (!Res) {
753 Res = CheckOROperandsForSDWA(OrSDWA, OrOther);
754 if (!Res)
758 MachineOperand *OrSDWADef = Res->first;
759 MachineOperand *OrOtherDef = Res->second;
H A DAMDGPUISelLowering.cpp1660 SDValue Res = DAG.getNode(ISD::UDIVREM, DL, DAG.getVTList(HalfVT, HalfVT), local
1663 SDValue DIV = DAG.getBuildVector(MVT::v2i32, DL, {Res.getValue(0), Zero});
1664 SDValue REM = DAG.getBuildVector(MVT::v2i32, DL, {Res.getValue(1), Zero});
1860 if (SDValue Res = LowerDIVREM24(Op, DAG, false))
1861 return Res;
1975 if (SDValue Res = LowerDIVREM24(Op, DAG, true))
1976 return Res;
1989 SDValue Res[2] = { local
1993 return DAG.getMergeValues(Res, DL);
2016 SDValue Res[ local
3706 SDValue Res = DAG.getNode(ISD::FADD, SL, VT, LHS, RHS, N0->getFlags()); local
3727 SDValue Res = DAG.getNode(Opc, SL, VT, LHS, RHS, N0->getFlags()); local
3756 SDValue Res = DAG.getNode(Opc, SL, VT, LHS, MHS, RHS); local
3786 SDValue Res = DAG.getNode(Opposite, SL, VT, NegLHS, NegRHS, N0->getFlags()); local
3798 SDValue Res = DAG.getNode(AMDGPUISD::FMED3, SL, VT, Ops, N0->getFlags()); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp268 bool Res = false; local
283 return Res;
287 return Res;
295 Res = true;
298 return Res;
H A DFloat2Int.cpp329 auto Res = NewF.roundToIntegral(APFloat::rmNearestTiesToEven); local
330 if (Res != APFloat::opOK || NewF.compare(F) != APFloat::cmpEqual) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp344 bool parseMemOffset(const MCExpr *&Res, bool isParenExpr);
571 MCValue Res;
572 if (!JalExpr->evaluateAsRelocatable(Res, nullptr, nullptr))
574 if (Res.getSymB() != nullptr)
576 if (Res.getConstant() != 0)
1274 int64_t Res; local
1275 return isImm() && getImm()->evaluateAsAbsolute(Res);
1332 MCValue Res;
1333 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr);
1334 return IsReloc && isShiftedInt<Bits, ShiftAmount>(Res
2890 MCValue Res; local
3722 MCValue Res; local
6180 const MCExpr *Res = local
6229 parseMemOffset(const MCExpr *&Res, bool isParenExpr) argument
6244 OperandMatchResultTy Res = MatchOperand_NoMatch; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp682 TypeLoc Res = GetContainedAutoTypeLocVisitor().Visit(*this); local
683 if (Res.isNull())
685 return Res.getAs<AutoTypeLoc>();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp2663 SanitizerMask Res = ToolChain::getSupportedSanitizers(); local
2664 Res |= SanitizerKind::Address;
2665 Res |= SanitizerKind::PointerCompare;
2666 Res |= SanitizerKind::PointerSubtract;
2667 Res |= SanitizerKind::Leak;
2668 Res |= SanitizerKind::Fuzzer;
2669 Res |= SanitizerKind::FuzzerNoLink;
2670 Res |= SanitizerKind::Function;
2677 Res |= SanitizerKind::Vptr;
2681 Res |
[all...]
H A DMSVC.cpp1361 SanitizerMask Res = ToolChain::getSupportedSanitizers(); local
1362 Res |= SanitizerKind::Address;
1363 Res |= SanitizerKind::PointerCompare;
1364 Res |= SanitizerKind::PointerSubtract;
1365 Res |= SanitizerKind::Fuzzer;
1366 Res |= SanitizerKind::FuzzerNoLink;
1367 Res &= ~SanitizerKind::CFIMFCall;
1368 return Res;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp437 unsigned Res = 0; local
440 Res |= PQ_StorageClassSpecifier;
443 Res |= PQ_TypeQualifier;
446 Res |= PQ_TypeSpecifier;
450 Res |= PQ_FunctionSpecifier;
451 return Res;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp106 if (int Res = LHS.URL.compare_lower(RHS.URL))
107 return Res < 0;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp912 auto Res = std::make_unique<AMDGPUOperand>(Token, AsmParser); local
913 Res->Tok.Data = Str.data();
914 Res->Tok.Length = Str.size();
915 Res->StartLoc = Loc;
916 Res->EndLoc = Loc;
917 return Res;
2561 OperandMatchResultTy Res; local
2563 Res = parseRegOrImm(Operands, SP3Abs);
2565 Res = parseReg(Operands);
2567 if (Res !
4534 OperandMatchResultTy Res = parseOperand(Operands, Name, Mode); local
4582 OperandMatchResultTy Res = parseIntWithPrefix(Prefix, Value); local
4727 auto Res = parseIntWithPrefix("dfmt", Dfmt); local
4741 auto Res = parseIntWithPrefix("nfmt", Nfmt); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp388 if (auto *Res = VisitDiv(Div))
389 Elems = Res;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1131 bool Res; local
1133 evaluateCMPri(Cmp, R1, A, Inputs, Res);
1136 IsTrue &= Res;
1137 IsFalse &= !Res;
1158 bool Res; local
1160 evaluateCMPii(Cmp, A, A2, Res);
1163 IsTrue &= Res;
1164 IsFalse &= !Res;
1186 bool Res; local
1188 evaluateCMPpi(NegCmp, Props2, A, Res);
2039 uint64_t Res = (Hi << 32) | (Lo & 0xFFFFFFFF); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp936 SDValue Res;
944 Res = DAG.getConstant(0, DL, MVT::i32);
946 Res = DAG.getNode(ISD::SHL, DL, VT, V,
962 Res = DAG.getNode(ISD::ADD, DL, VT, Res, Op);
964 Res = DAG.getNode(ISD::SUB, DL, VT, Res, Op);
966 return Res;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp95 Value *Res = GetValueAtEndOfBlockInternal(BB); local
96 return Res;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp45 int64_t Res = cast<MCConstantExpr>(E)->getValue(); local
46 return Res < 0 ? -1 : Res;
78 int64_t Res; local
85 case MCBinaryExpr::Add: Res = LHSVal + RHSVal; break;
86 case MCBinaryExpr::Mul: Res = LHSVal * RHSVal; break;
89 return Res < 0 ? -1 : Res;
660 int64_t Res; local
661 if (TE->evaluateAsConstant(Res))
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp303 int Res = IntVal * (int)That.IntVal; local
304 assert(!insaneIntVal(Res) && "Insane int value");
305 IntVal = Res;
1695 BinaryOperator *Res = BinaryOperator::CreateAdd(Op0, V); local
1701 Res->setHasNoSignedWrap(true);
1704 Res->setHasNoSignedWrap(true);
1707 return Res;
2063 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType(),
2065 return replaceInstUsesWith(I, Res);
2070 if (Value *Res
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1841 bool LLParser::ParseOptionalLinkage(unsigned &Res, bool &HasLinkage,
1845 Res = parseOptionalLinkageAux(Lex.getKind(), HasLinkage);
1881 void LLParser::ParseOptionalVisibility(unsigned &Res) {
1884 Res = GlobalValue::DefaultVisibility;
1887 Res = GlobalValue::DefaultVisibility;
1890 Res = GlobalValue::HiddenVisibility;
1893 Res = GlobalValue::ProtectedVisibility;
1904 void LLParser::ParseOptionalDLLStorageClass(unsigned &Res) {
1907 Res = GlobalValue::DefaultStorageClass;
1910 Res
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp83 SDValue Res(&Node, i);
86 auto ResId = (ValueToIdMap.count(Res)) ? ValueToIdMap[Res] : 0;
137 } else if (isTypeLegal(Res.getValueType()) || IgnoreNodeResults(&Node)) {
H A DStatepointLowering.cpp460 auto Res = spillIncomingStatepointValue(Incoming, Chain, Builder); local
461 Ops.push_back(std::get<0>(Res));
462 if (auto *MMO = std::get<2>(Res))
464 Chain = std::get<1>(Res);;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp472 std::string Res;
481 Res += Separator;
483 Res += OptNames[Idx];
485 return Res;
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp247 LValueOrRValue Res; local
249 Res.LV = CGF.EmitLValue(S.getResumeExpr());
251 Res.RV = CGF.EmitAnyExpr(S.getResumeExpr(), aggSlot, ignoreResult);
258 return Res;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp388 Token Res = MacroArgs::StringifyArgument( local
390 Res.setFlag(Token::StringifiedInMacro);
395 Res.setFlag(Token::LeadingSpace);
397 ResultToks.push_back(Res);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp583 uint8_t Res = (Numerator * 100 + Divisor / 2) / Divisor;
584 if (Res == 0)
586 if (Res == 100)
588 return Res;

Completed in 205 milliseconds

1234567891011>>