Home
last modified time | relevance | path

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

1234

/external/llvm/lib/TableGen/
DTGParser.cpp58 bool TGParser::AddValue(Record *CurRec, SMLoc Loc, const RecordVal &RV) { in AddValue()
84 RecordVal *RV = CurRec->getValue(ValName); in SetValue() local
712 if (const RecordVal *RV = CurRec->getValue(Name)) in ParseIDValue() local
722 const RecordVal *RV = CurRec->getValue(TemplateArgName); in ParseIDValue() local
733 const RecordVal *RV = CurMultiClass->Rec.getValue(MCName); in ParseIDValue() local
1229 const RecordVal *RV = CurMultiClass->Rec.getValue(TArg); in ParseSimpleValue() local
1644 const RecordVal *RV = ArgsRec->getValue(TArgs[ArgN]); in ParseValueList() local
1665 const RecordVal *RV = ArgsRec->getValue(TArgs[ArgN]); in ParseValueList() local
2036 const RecordVal *RV = CurMultiClass->Rec.getValue(TArg); in ParseDef() local
2485 const RecordVal *RV = CurMultiClass->Rec.getValue(TA); in ResolveMulticlassDef() local
DRecord.cpp341 static Init *fixBitInit(const RecordVal *RV, Init *Before, Init *After) { in fixBitInit()
669 if (const RecordVal *RV = CurRec->getValue(Name)) { in Fold() local
679 const RecordVal *RV = CurRec->getValue(TemplateArgName); in Fold() local
694 const RecordVal *RV = CurMultiClass->Rec.getValue(MCName); in Fold() local
1306 RecordVal *RV = R.getValue(getNameInit()); in resolveListElementReference() local
1326 if (const RecordVal *RV = RTy->getRecord()->getValue(FieldName)) in getFieldType() local
1331 Init *VarInit::getFieldInit(Record &R, const RecordVal *RV, in getFieldInit()
1414 const RecordVal *RV, in resolveListElementReference()
1440 if (const RecordVal *RV = Def->getValue(FieldName)) in getFieldType() local
1445 Init *DefInit::getFieldInit(Record &R, const RecordVal *RV, in getFieldInit()
[all …]
/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGParser.cpp63 bool TGParser::AddValue(Record *CurRec, SMLoc Loc, const RecordVal &RV) { in AddValue()
88 RecordVal *RV = CurRec->getValue(ValName); in SetValue() local
649 if (const RecordVal *RV = CurRec->getValue(Name)) in ParseIDValue() local
657 const RecordVal *RV = CurRec->getValue(TemplateArgName); in ParseIDValue() local
666 const RecordVal *RV = CurMultiClass->Rec.getValue(MCName); in ParseIDValue() local
1421 const RecordVal *RV = ArgsRec->getValue(TArgs[ArgN]); in ParseValueList() local
1442 const RecordVal *RV = ArgsRec->getValue(TArgs[ArgN]); in ParseValueList() local
1714 const RecordVal *RV = CurMultiClass->Rec.getValue(TArgs[i]); in ParseDef() local
2022 const RecordVal *RV = CurMultiClass->Rec.getValue(TA[i]); in ResolveMulticlassDef() local
DRecord.cpp757 if (const RecordVal *RV = CurRec->getValue(Name)) { in Fold() local
765 const RecordVal *RV = CurRec->getValue(TemplateArgName); in Fold() local
778 const RecordVal *RV = CurMultiClass->Rec.getValue(MCName); in Fold() local
1317 RecordVal *RV = R.getValue(getName()); in resolveBitReference() local
1339 RecordVal *RV = R.getValue(getName()); in resolveListElementReference() local
1362 if (const RecordVal *RV = RTy->getRecord()->getValue(FieldName)) in getFieldType() local
1367 Init *VarInit::getFieldInit(Record &R, const RecordVal *RV, in getFieldInit()
1444 Init *VarListElementInit::resolveBitReference(Record &R, const RecordVal *RV, in resolveBitReference()
1452 const RecordVal *RV, in resolveListElementReference()
1474 if (const RecordVal *RV = Def->getValue(FieldName)) in getFieldType() local
[all …]
/external/libcxxabi/test/
Dcxa_thread_atexit_test.pass.cpp28 int RV = __cxxabiv1::__cxa_thread_atexit( in main() local
/external/llvm/lib/CodeGen/
DMachineFunctionPass.cpp60 bool RV = runOnMachineFunction(MF); in runOnFunction() local
/external/clang/test/Parser/
Dcxx-reference.cpp23 typedef int && RV; typedef
/external/clang/lib/StaticAnalyzer/Checkers/
DFixedAddressChecker.cpp48 SVal RV = state->getSVal(B->getRHS(), C.getLocationContext()); in checkPreStmt() local
DPointerSubChecker.cpp45 SVal RV = state->getSVal(B->getRHS(), LCtx); in checkPreStmt() local
/external/llvm/include/llvm/TableGen/
DRecord.h350 virtual Init *getFieldInit(Record &R, const RecordVal *RV, in getFieldInit()
360 virtual Init *resolveReferences(Record &R, const RecordVal *RV) const { in resolveReferences()
521 Init *resolveListElementReference(Record &R, const RecordVal *RV, in resolveListElementReference()
562 Init *resolveListElementReference(Record &R, const RecordVal *RV, in resolveListElementReference()
600 Init *resolveListElementReference(Record &R, const RecordVal *RV, in resolveListElementReference()
639 Init *resolveListElementReference(Record &R, const RecordVal *RV, in resolveListElementReference()
1065 Init *resolveListElementReference(Record &R, const RecordVal *RV, in resolveListElementReference()
1175 Init *resolveListElementReference(Record &R, const RecordVal *RV, in resolveListElementReference()
1342 void addValue(const RecordVal &RV) { in addValue()
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/
Dpath.compare.pass.cpp88 const std::string_view RV(TC.RHS); in main() local
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h554 virtual Init *getFieldInit(Record &R, const RecordVal *RV, in getFieldInit()
564 virtual Init *resolveReferences(Record &R, const RecordVal *RV) const { in resolveReferences()
726 virtual Init *resolveBitReference(Record &R, const RecordVal *RV, in resolveBitReference()
735 virtual Init *resolveListElementReference(Record &R, const RecordVal *RV, in resolveListElementReference()
770 virtual Init *resolveBitReference(Record &R, const RecordVal *RV, in resolveBitReference()
779 virtual Init *resolveListElementReference(Record &R, const RecordVal *RV, in resolveListElementReference()
862 virtual Init *resolveBitReference(Record &R, const RecordVal *RV, in resolveBitReference()
1202 virtual Init *resolveBitReference(Record &R, const RecordVal *RV, in resolveBitReference()
1211 virtual Init *resolveListElementReference(Record &R, const RecordVal *RV, in resolveListElementReference()
1321 virtual Init *resolveBitReference(Record &R, const RecordVal *RV, in resolveBitReference()
[all …]
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp285 FPReturnVariant RV = whichFPReturnVariant(FStub->getReturnType()); in assureFPCallStub() local
403 FPReturnVariant RV = whichFPReturnVariant(T); in fixupFPReturnAndCall() local
/external/clang/lib/CodeGen/
DCGVTables.cpp84 QualType ResultType, RValue RV, in PerformReturnAdjustment()
195 RValue RV = RValue::get(T->getOperand(0)); in GenerateVarArgsThunk() local
323 RValue RV = EmitCall(*CurFnInfo, Callee, Slot, CallArgs, MD, &CallOrInvoke); in EmitCallAndReturnForThunk() local
DCGCall.h46 RValue RV; member
DCGExprAgg.cpp763 RValue RV = CGF.EmitCallExpr(E, getReturnValueSlot()); in VisitCallExpr() local
768 RValue RV = CGF.EmitObjCMessageExpr(E, getReturnValueSlot()); in VisitObjCMessageExpr() local
1076 RValue RV = CGF.EmitReferenceBindingToExpr(E); in EmitInitializationToLValue() local
DCGExprCXX.cpp1118 RValue RV = in EmitNewDeleteCall() local
1259 RValue RV = AllocSize.restore(CGF); in Emit() local
1265 RValue RV = getPlacementArgs()[I].restore(CGF); in Emit() local
1377 RValue RV = in EmitCXXNewExpr() local
/external/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp154 Value *RV = RetVals[i]; in PropagateConstantReturn() local
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp376 if (Optional<Loc> RV = rhs.getAs<Loc>()) in evalBinOp() local
382 if (Optional<Loc> RV = rhs.getAs<Loc>()) { in evalBinOp() local
DSVals.cpp39 if (Optional<loc::MemRegionVal> RV = getAs<loc::MemRegionVal>()) { in hasConjuredSymbol() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DIPConstantPropagation.cpp182 Value *RV = RetVals[i]; in PropagateConstantReturn() local
/external/llvm/lib/IR/
DValue.cpp468 if (Value *RV = CS.getReturnedArgOperand()) { in stripPointerCastsAndOffsets() local
523 if (Value *RV = CS.getReturnedArgOperand()) { in stripAndAccumulateInBoundsConstantOffsets() local
DBasicBlock.cpp145 if (Value *RV = RI->getReturnValue()) { in getTerminatingMustTailCall() local
/external/clang/lib/AST/
DExprClassification.cpp451 const RValueReferenceType *RV = T->getAs<RValueReferenceType>(); in ClassifyUnnamed() local
/external/llvm/lib/Analysis/
DLoads.cpp105 if (const Value *RV = CS.getReturnedArgOperand()) in isDereferenceableAndAlignedPointer() local

1234