Home
last modified time | relevance | path

Searched defs:RV (Results 1 – 25 of 70) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp269 if (const RecordVal *RV = R->getValue("EncodingInfos")) { in getInstructionCase() local
300 for (const RecordVal &RV : R->getValues()) { in getInstructionCaseForEncoding() local
311 for (const RecordVal &RV : EncodingDef->getValues()) { in getInstructionCaseForEncoding() local
367 if (const RecordVal *RV = R->getValue("EncodingInfos")) { in emitInstructionBaseValues() local
409 if (const RecordVal *RV = R->getValue("EncodingInfos")) { in run() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DSveEmitter.cpp268 for (auto *RV : Records.getAllDerivedDefinitions("EltType")) in SVEEmitter() local
270 for (auto *RV : Records.getAllDerivedDefinitions("MemEltType")) in SVEEmitter() local
272 for (auto *RV : Records.getAllDerivedDefinitions("FlagType")) in SVEEmitter() local
274 for (auto *RV : Records.getAllDerivedDefinitions("MergeType")) in SVEEmitter() local
276 for (auto *RV : Records.getAllDerivedDefinitions("ImmCheckType")) in SVEEmitter() local
1231 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createHeader() local
1290 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createBuiltins() local
1321 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createCodeGenMap() local
1354 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createRangeChecks() local
H A DNeonEmitter.cpp2188 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in runHeader() local
2366 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in run() local
2475 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in runFP16() local
2552 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in runBF16() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DFixedAddressChecker.cpp46 SVal RV = C.getSVal(B->getRHS()); in checkPreStmt() local
H A DPointerSubChecker.cpp42 SVal RV = C.getSVal(B->getRHS()); in checkPreStmt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp72 bool RV = runOnMachineFunction(MF); in runOnFunction() local
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Doptim.c42 # define RV(p) glval(p->n_right) macro
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Doptim.c46 # define RV(p) getlval(p->n_right) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp280 FPReturnVariant RV = whichFPReturnVariant(FStub->getReturnType()); in assureFPCallStub() local
395 FPReturnVariant RV = whichFPReturnVariant(T); in fixupFPReturnAndCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DJSONBackend.cpp144 for (const RecordVal &RV : Def.getValues()) { in run() local
H A DTGParser.cpp73 static bool checkBitsConcrete(Record &R, const RecordVal &RV) { in checkBitsConcrete()
93 for (const RecordVal &RV : R.getValues()) { in checkConcrete() local
142 bool TGParser::AddValue(Record *CurRec, SMLoc Loc, const RecordVal &RV) { in AddValue()
168 RecordVal *RV = CurRec->getValue(ValName); in SetValue() local
863 if (const RecordVal *RV = CurRec->getValue(Name)) in ParseIDValue() local
877 const RecordVal *RV = TemplateRec->getValue(TemplateArgName); in ParseIDValue() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGVTables.cpp70 QualType ResultType, RValue RV, in PerformReturnAdjustment()
223 RValue RV = RValue::get(T->getOperand(0)); in GenerateVarArgsThunk() local
373 RValue RV = EmitCall(*CurFnInfo, CGCallee::forDirect(Callee, CurGD), Slot, in EmitCallAndReturnForThunk() local
H A DCGCoroutine.cpp172 RValue RV; member
277 const Expr *RV = S.getOperand(); in EmitCoreturnStmt() local
H A DCGCXXABI.cpp158 RValue RV, QualType ResultType) { in EmitReturnFromThunk()
H A DCGCall.h222 RValue RV; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprClassification.cpp484 const auto *RV = T->getAs<RValueReferenceType>(); in ClassifyUnnamed() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp51 if (Optional<loc::MemRegionVal> RV = getAs<loc::MemRegionVal>()) { in hasConjuredSymbol() local
H A DSValBuilder.cpp435 if (Optional<Loc> RV = rhs.getAs<Loc>()) in evalBinOp() local
441 if (Optional<Loc> RV = rhs.getAs<Loc>()) { in evalBinOp() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp42 for (const RegisterValue &RV : RegisterInitialValues) { in generateSnippetSetupCode() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp303 SVal RV = (*CE)->getReturnValue(); in generateDiagnosticsForCallLike() local
789 const RefVal *RV = getRefBinding(EndN->getState(), Sym); in getEndPath() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp626 if (const Value *RV = Call->getReturnedArgOperand()) { in stripPointerCastsAndOffsets() local
728 if (const Value *RV = Call->getReturnedArgOperand()) in stripAndAccumulateConstantOffsets() local
H A DBasicBlock.cpp165 if (Value *RV = RI->getReturnValue()) { in getTerminatingMustTailCall() local
/netbsd-src/sys/net80211/
H A Dieee80211_proto.c351 #define RV(v) ((v) & IEEE80211_RATE_VAL) in ieee80211_fix_rate() macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp306 Constant *Evaluator::castCallResultIfNeeded(Value *CallExpr, Constant *RV) { in castCallResultIfNeeded()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp132 MachineInstr *RV = ARMBaseInstrInfo::optimizeSelect(MI, SeenMIs, PreferFalse); in optimizeSelect() local

123