/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFunctionPass.cpp | 73 bool RV = runOnMachineFunction(MF); in runOnFunction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGParser.cpp | 71 static bool checkBitsConcrete(Record &R, const RecordVal &RV) { in checkBitsConcrete() 91 for (const RecordVal &RV : R.getValues()) { in checkConcrete() local 140 bool TGParser::AddValue(Record *CurRec, SMLoc Loc, const RecordVal &RV) { in AddValue() 166 RecordVal *RV = CurRec->getValue(ValName); in SetValue() local 852 if (const RecordVal *RV = CurRec->getValue(Name)) in ParseIDValue() local 866 const RecordVal *RV = TemplateRec->getValue(TemplateArgName); in ParseIDValue() local 2368 const RecordVal *RV = ArgsRec->getValue(TArgs[ArgN]); in ParseValueList() local 2397 const RecordVal *RV = ArgsRec->getValue(TArgs[ArgN]); in ParseValueList() local
|
D | JSONBackend.cpp | 147 for (const RecordVal &RV : Def.getValues()) { in run() local
|
D | Record.cpp | 1610 if (const RecordVal *RV = Def->getValue(FieldName)) in getFieldType() local 2152 void Record::resolveReferencesTo(const RecordVal *RV) { in resolveReferencesTo() 2171 const RecordVal *RV = R.getValue(TA); in operator <<() local 2435 if (RecordVal *RV = getCurrentRecord()->getValue(VarName)) { in resolve() local
|
/third_party/ffmpeg/libswscale/x86/ |
D | rgb2rgb.c | 83 #define RV ((int)( 0.439*(1<<RGB2YUV_SHIFT)+0.5)) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 280 FPReturnVariant RV = whichFPReturnVariant(FStub->getReturnType()); in assureFPCallStub() local 395 FPReturnVariant RV = whichFPReturnVariant(T); in fixupFPReturnAndCall() local
|
D | MipsAsmPrinter.cpp | 952 const MCSubtargetInfo &STI, Mips16HardFloatInfo::FPReturnVariant RV, in EmitSwapFPIntRetval()
|
D | MipsFastISel.cpp | 1715 const Value *RV = Ret->getOperand(0); in selectRet() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | IPConstantPropagation.cpp | 183 Value *RV = RetVals[i]; in PropagateConstantReturn() local
|
D | Attributor.cpp | 650 auto CheckReturnValue = [&](Value &RV) -> bool { in clampReturnedValueStates() 1132 auto Pred = [&](Value &RV) -> bool { in getAssumedUniqueReturnValue() 1164 Value *RV = It.first; in checkForAllReturnedValuesAndReturnInsts() local 1206 auto VisitReturnedValue = [&](Value &RV, RVState &RVS) { in updateImpl() 2517 auto CheckReturnValue = [&](Value &RV) -> bool { in updateImpl() 5759 [&](Value &RV, const SmallSetVector<ReturnInst *, 4> &) { in checkForAllReturnedValues()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Value.cpp | 507 if (const Value *RV = Call->getReturnedArgOperand()) { in stripPointerCastsAndOffsets() local 596 if (const Value *RV = Call->getReturnedArgOperand()) in stripAndAccumulateConstantOffsets() local
|
D | BasicBlock.cpp | 161 if (Value *RV = RI->getReturnValue()) { in getTerminatingMustTailCall() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 311 Constant *Evaluator::castCallResultIfNeeded(Value *CallExpr, Constant *RV) { in castCallResultIfNeeded()
|
D | VNCoercion.cpp | 441 Value *RV = NewLoad; in getLoadValueForLoad() local
|
D | FunctionComparator.cpp | 330 const ConstantVector *RV = cast<ConstantVector>(R); in cmpConstants() local
|
/third_party/ffmpeg/libswscale/ |
D | rgb2rgb.c | 124 #define RV ((int)( 0.439 * (1 << RGB2YUV_SHIFT) + 0.5)) macro
|
D | swscale.c | 875 #define RV ( (int) (0.500 * 224 / 255 * (1 << RGB2YUV_SHIFT) + 0.5)) in sws_scale() macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Record.h | 1545 void addValue(const RecordVal &RV) { in addValue() 1936 const RecordVal *RV; variable 1939 explicit RecordValResolver(Record &R, const RecordVal *RV) in RecordValResolver()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 1313 Value *RV = Ret->getOperand(0); in selectRet() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2118 const Value *RV = Ret->getOperand(0); in SelectRet() local 2468 bool RV; in ARMTryEmitSmallMemCpy() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1198 const Value *RV = Ret->getOperand(0); in X86SelectRet() local 2588 bool RV = X86FastEmitLoad(VT, SrcAM, nullptr, Reg); in TryEmitSmallMemcpy() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 1210 SDValue RV = in PromoteIntBinOp() local 1280 SDValue RV = in PromoteIntShiftOp() local 1452 SDValue RV = combine(N); in Run() local 1631 SDValue RV = visit(N); in combine() local 12776 if (SDValue RV = buildRsqrtEstimate(N1.getOperand(0), Flags)) in visitFDIV() local 12780 if (SDValue RV = buildRsqrtEstimate(N1.getOperand(0).getOperand(0), in visitFDIV() local 12788 if (SDValue RV = buildRsqrtEstimate(N1.getOperand(0).getOperand(0), in visitFDIV() local 12809 if (SDValue RV = buildRsqrtEstimate(SqrtOp.getOperand(0), Flags)) { in visitFDIV() local 12818 if (SDValue RV = BuildDivEstimate(N0, N1, Flags)) in visitFDIV() local 15798 bool RV = false; in MergeConsecutiveStores() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 2192 const MapVector<Function*, LatticeVal> &RV = Solver.getTrackedRetVals(); in runIPSCCP() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1709 const Value *RV = Ret->getOperand(0); in SelectRet() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 1552 if (const Value *RV = ImmutableCallSite(I).getReturnedArgOperand()) { in computeKnownBitsFromOperator() local 3831 if (const Value *RV = Call->getReturnedArgOperand()) in getArgumentAliasingToReturnedPointer() local
|