/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeEmitterGen.cpp | 269 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 D | SveEmitter.cpp | 268 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 D | NeonEmitter.cpp | 2188 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 D | FixedAddressChecker.cpp | 46 SVal RV = C.getSVal(B->getRHS()); in checkPreStmt() local
|
H A D | PointerSubChecker.cpp | 42 SVal RV = C.getSVal(B->getRHS()); in checkPreStmt() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineFunctionPass.cpp | 72 bool RV = runOnMachineFunction(MF); in runOnFunction() local
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
H A D | optim.c | 42 # define RV(p) glval(p->n_right) macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
H A D | optim.c | 46 # define RV(p) getlval(p->n_right) macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | Mips16HardFloat.cpp | 280 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 D | JSONBackend.cpp | 144 for (const RecordVal &RV : Def.getValues()) { in run() local
|
H A D | TGParser.cpp | 73 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 D | CGVTables.cpp | 70 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 D | CGCoroutine.cpp | 172 RValue RV; member 277 const Expr *RV = S.getOperand(); in EmitCoreturnStmt() local
|
H A D | CGCXXABI.cpp | 158 RValue RV, QualType ResultType) { in EmitReturnFromThunk()
|
H A D | CGCall.h | 222 RValue RV; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprClassification.cpp | 484 const auto *RV = T->getAs<RValueReferenceType>(); in ClassifyUnnamed() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | SVals.cpp | 51 if (Optional<loc::MemRegionVal> RV = getAs<loc::MemRegionVal>()) { in hasConjuredSymbol() local
|
H A D | SValBuilder.cpp | 435 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 D | Assembler.cpp | 42 for (const RegisterValue &RV : RegisterInitialValues) { in generateSnippetSetupCode() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 303 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 D | Value.cpp | 626 if (const Value *RV = Call->getReturnedArgOperand()) { in stripPointerCastsAndOffsets() local 728 if (const Value *RV = Call->getReturnedArgOperand()) in stripAndAccumulateConstantOffsets() local
|
H A D | BasicBlock.cpp | 165 if (Value *RV = RI->getReturnValue()) { in getTerminatingMustTailCall() local
|
/netbsd-src/sys/net80211/ |
H A D | ieee80211_proto.c | 351 #define RV(v) ((v) & IEEE80211_RATE_VAL) in ieee80211_fix_rate() macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | Evaluator.cpp | 306 Constant *Evaluator::castCallResultIfNeeded(Value *CallExpr, Constant *RV) { in castCallResultIfNeeded()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | Thumb2InstrInfo.cpp | 132 MachineInstr *RV = ARMBaseInstrInfo::optimizeSelect(MI, SeenMIs, PreferFalse); in optimizeSelect() local
|