Home
last modified time | relevance | path

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

1234

/llvm-project/libcxxabi/test/
H A Dcxa_thread_atexit_test.pass.cpp27 int RV = __cxxabiv1::__cxa_thread_atexit( in main() local
/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp310 EltTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter() local
312 MemEltTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter() local
314 FlagTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter() local
308 for (auto *RV : Records.getAllDerivedDefinitions("EltType")) SVEEmitter() local
316 for (auto *RV : Records.getAllDerivedDefinitions("ImmCheckType")) SVEEmitter() local
1243 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); createCoreHeaderIntrinsics() local
1445 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); createBuiltins() local
1487 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); createCodeGenMap() local
1520 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); createRangeChecks() local
1650 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); createSMEBuiltins() local
1678 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); createSMECodeGenMap() local
1712 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); createSMERangeChecks() local
1748 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); createBuiltinZAState() local
1788 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); createStreamingAttrs() local
[all...]
H A DNeonEmitter.cpp2234 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); runHeader() local
2396 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); run() local
2504 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); runFP16() local
2613 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); runBF16() local
/llvm-project/clang/test/Parser/
H A Dcxx-reference.cpp23 typedef int && RV; typedef
/llvm-project/lldb/unittests/Utility/
H A DRegisterValueTest.cpp27 using RV = RegisterValue; in TEST() typedef
/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp289 if (const RecordVal *RV = R->getValue("EncodingInfos")) { getInstructionCases() local
355 for (const RecordVal &RV : EncodingDef->getValues()) { addInstructionCasesForEncoding() local
417 if (const RecordVal *RV = R->getValue("EncodingInfos")) { emitInstructionBaseValues() local
493 if (const RecordVal *RV = R->getValue("EncodingInfos")) { run() local
[all...]
H A DDecoderEmitter.cpp239 if (const BitsInit *Bits = dyn_cast<BitsInit>(RV->getValue())) in getBitsField() local
470 const BitsInit *SFBits = RV ? dyn_cast<BitsInit>(RV->getValue()) : nullptr; in insnWithID() local
1385 const RecordVal *RV = EncodingDef->getValue("SoftFail"); emitSoftFailTableEntry() local
1910 const RecordVal *RV = Def.getValue("Inst"); parseVarLenInstOperand() local
2535 if (const RecordVal *RV = InstDef->getValue("EncodingInfos")) { run() local
[all...]
H A DIntrinsicEmitter.cpp
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DFixedAddressChecker.cpp46 SVal RV = C.getSVal(B->getRHS()); checkPreStmt() local
H A DPointerSubChecker.cpp113 SVal RV = C.getSVal(B->getRHS()); checkPreStmt() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp94 bool RV = runOnMachineFunction(MF); in runOnFunction() local
/llvm-project/llvm/utils/TableGen/Common/
H A DVarLenCodeEmitterGen.cpp245 const DagInit *DI = cast<DagInit>(RV->getValue()); in run() local
252 const DagInit *DI = cast<DagInit>(RV->getValue()); in run() local
237 if (const RecordVal *RV = R->getValue("EncodingInfos")) { run() local
/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp281 FPReturnVariant RV = whichFPReturnVariant(FStub->getReturnType()); in assureFPCallStub() local
396 FPReturnVariant RV = whichFPReturnVariant(T); in fixupFPReturnAndCall() local
/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp144 if (RV.isNonconcreteOK()) in run() local
H A DTGParser.cpp70 static bool checkBitsConcrete(Record &R, const RecordVal &RV) { in checkBitsConcrete() argument
90 for (const RecordVal &RV : R.getValues()) { in checkConcrete() local
151 RecordVal *RV = Rec->getValue(ArgName); getVar() local
171 if (RecordVal *RV = CurRec->getValue(Name)) { getVar() local
210 AddValue(Record * CurRec,SMLoc Loc,const RecordVal & RV) AddValue() argument
236 RecordVal *RV = CurRec->getValue(ValName); SetValue() local
2986 if (auto *RV = R->getValue(FieldName)) ParseValue() local
[all...]
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.compare.pass.cpp95 const std::basic_string_view<path::value_type> RV(R); test_compare_basic() local
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp79 for (const RegisterValue &RV : Key.RegisterInitialValues) { in generateSnippetSetupCode() local
97 for (const RegisterValue &RV : Key.RegisterInitialValues) { in generateSnippetSetupCode() local
/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp437 RValue RV = I->getRValue(CGF); destroyCalleeDestroyedArguments() local
445 RValue RV = I->getRValue(CGF); destroyCalleeDestroyedArguments() local
H A DCGVTables.cpp71 PerformReturnAdjustment(CodeGenFunction & CGF,QualType ResultType,RValue RV,const ThunkInfo & Thunk) PerformReturnAdjustment() argument
235 RValue RV = RValue::get(T->getOperand(0)); GenerateVarArgsThunk() local
390 RValue RV = EmitCall(*CurFnInfo, CGCallee::forDirect(Callee, CurGD), Slot, EmitCallAndReturnForThunk() local
[all...]
H A DCGCoroutine.cpp219 RValue RV; member
390 const Expr *RV = S.getOperand(); in EmitCoreturnStmt() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp514 if (std::optional<Loc> RV = rhs.getAs<Loc>()) evalBinOp() local
520 if (const std::optional<Loc> RV = rhs.getAs<Loc>()) { evalBinOp() local
533 if (auto RV = rhs.getAs<loc::ConcreteInt>()) { evalBinOp() local
/llvm-project/clang/lib/AST/
H A DExprClassification.cpp516 const auto *RV = T->getAs<RValueReferenceType>(); ClassifyUnnamed() local
/llvm-project/clang/test/SemaCXX/
H A Dcxx0x-defaulted-functions.cpp269 using RV=T&; typedef
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp297 SVal RV = (*CE)->getReturnValue(); in generateDiagnosticsForCallLike() local
785 const RefVal *RV = getRefBinding(EndN->getState(), Sym); getEndPath() local
/llvm-project/llvm/lib/IR/
H A DValue.cpp671 if (const Value *RV = Call->getReturnedArgOperand()) { in stripPointerCastsAndOffsets() local
774 if (const Value *RV = Call->getReturnedArgOperand()) in stripAndAccumulateConstantOffsets() local

1234