Home
last modified time | relevance | path

Searched defs:Res (Results 1 – 25 of 245) sorted by relevance

12345678910

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp67 if (int Res = cmpNumbers(L.getBitWidth(), R.getBitWidth())) in cmpAPInts() local
78 if (int Res = cmpNumbers(APFloat::semanticsPrecision(SL), in cmpAPFloats() local
81 if (int Res = cmpNumbers(APFloat::semanticsMaxExponent(SL), in cmpAPFloats() local
84 if (int Res = cmpNumbers(APFloat::semanticsMinExponent(SL), in cmpAPFloats() local
87 if (int Res = cmpNumbers(APFloat::semanticsSizeInBits(SL), in cmpAPFloats() local
95 if (int Res = cmpNumbers(L.size(), R.size())) in cmpMem() local
105 if (int Res = cmpNumbers(L.getNumAttrSets(), R.getNumAttrSets())) in cmpAttrs() local
158 if (int Res = cmpNumbers(L->getNumOperands(), R->getNumOperands())) in cmpRangeMetadata() local
163 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue())) in cmpRangeMetadata() local
177 if (int Res = in cmpOperandBundlesSchema() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp163 MachineInstrBuilder MachineIRBuilder::buildDynStackAlloc(const DstOp &Res, in buildDynStackAlloc()
174 MachineInstrBuilder MachineIRBuilder::buildFrameIndex(const DstOp &Res, in buildFrameIndex()
183 MachineInstrBuilder MachineIRBuilder::buildGlobalValue(const DstOp &Res, in buildGlobalValue()
202 void MachineIRBuilder::validateBinaryOp(const LLT &Res, const LLT &Op0, in validateBinaryOp()
208 void MachineIRBuilder::validateShiftOp(const LLT &Res, const LLT &Op0, in validateShiftOp()
214 MachineInstrBuilder MachineIRBuilder::buildPtrAdd(const DstOp &Res, in buildPtrAdd()
225 MachineIRBuilder::materializePtrAdd(Register &Res, Register Op0, in materializePtrAdd()
240 MachineInstrBuilder MachineIRBuilder::buildPtrMask(const DstOp &Res, in buildPtrMask()
273 MachineInstrBuilder MachineIRBuilder::buildCopy(const DstOp &Res, in buildCopy()
278 MachineInstrBuilder MachineIRBuilder::buildConstant(const DstOp &Res, in buildConstant()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCExpr.cpp463 bool MCExpr::evaluateAsAbsolute(int64_t &Res, in evaluateAsAbsolute()
468 bool MCExpr::evaluateAsAbsolute(int64_t &Res, in evaluateAsAbsolute()
476 bool MCExpr::evaluateAsAbsolute(int64_t &Res, const MCAssembler &Asm) const { in evaluateAsAbsolute()
480 bool MCExpr::evaluateAsAbsolute(int64_t &Res, const MCAssembler *Asm) const { in evaluateAsAbsolute()
484 bool MCExpr::evaluateKnownAbsolute(int64_t &Res, in evaluateKnownAbsolute()
490 bool MCExpr::evaluateAsAbsolute(int64_t &Res, const MCAssembler *Asm, in evaluateAsAbsolute()
618 int64_t RHS_Cst, MCValue &Res) { in EvaluateSymbolicAdd()
669 bool MCExpr::evaluateAsRelocatable(MCValue &Res, in evaluateAsRelocatable()
677 bool MCExpr::evaluateAsValue(MCValue &Res, const MCAsmLayout &Layout) const { in evaluateAsValue()
696 bool MCExpr::evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm, in evaluateAsRelocatableImpl()
/third_party/lzma/CPP/7zip/Common/
DCWrappers.h16 HRESULT Res; member
26 HRESULT Res; member
37 HRESULT Res; member
47 HRESULT Res; member
64 HRESULT Res; member
136 HRESULT Res; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DBitTracker.cpp413 RegisterCell Res(W); in eIMM() local
426 RegisterCell Res(BW); in eIMM() local
436 RegisterCell Res(W); in eADD() local
469 RegisterCell Res(W); in eSUB() local
502 RegisterCell Res(W); in eMLS() local
512 RegisterCell Res(W); in eMLU() local
521 RegisterCell Res = RegisterCell::ref(A1); in eASL() local
531 RegisterCell Res = RegisterCell::ref(A1); in eLSR() local
541 RegisterCell Res = RegisterCell::ref(A1); in eASR() local
552 RegisterCell Res(W); in eAND() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDeltaAlgorithm.cpp28 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) { in Split()
54 changeset_ty Res; in Delta() local
71 changeset_ty &Res) { in Search()
DCompression.cpp53 int Res = in compress() local
65 int Res = in uncompress() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueLattice.h120 ValueLatticeElement Res; in get() local
126 ValueLatticeElement Res; in getNot() local
132 ValueLatticeElement Res; in getRange() local
137 ValueLatticeElement Res; in getOverdefined() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp470 ValueVector Res; in splitUnary() local
492 ValueVector Res; in splitBinary() local
547 ValueVector Res(NumElems); in splitCall() local
583 ValueVector Res; in visitSelectInst() local
647 ValueVector Res; in visitGetElementPtrInst() local
673 ValueVector Res; in visitCastInst() local
692 ValueVector Res; in visitBitCastInst() local
745 ValueVector Res; in visitShuffleVectorInst() local
768 ValueVector Res; in visitPHINode() local
800 ValueVector Res; in visitLoadInst() local
[all …]
DLowerAtomic.cpp32 Value *Res = Builder.CreateSelect(Equal, Val, Orig); in LowerAtomicCmpXchgInst() local
49 Value *Res = nullptr; in LowerAtomicRMWInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetObjectFile.cpp43 const MCExpr *Res = in getTTypeGlobalReference() local
68 const MCExpr *Res = in getIndirectSymViaGOTPCRel() local
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerIOWindows.cpp190 size_t Pos = Offset, Res; in ParseServerAndShare() local
215 size_t Pos = 0, Res; in ParseLocation() local
249 size_t DirLen = 0, Res; in DirName() local
DFuzzerCorpus.h51 size_t Res = 0; in SizeInBytes() local
57 size_t Res = 0; in NumActiveUnits() local
152 size_t Res = 0; in NumFeatures() local
DFuzzerLoop.cpp81 bool Res = false; in RecordMaxCoverage() local
494 size_t Res = 0; in RunOne() local
541 int Res = CB(DataCopy, Size); in ExecuteCallback() local
601 UnitVector Res = Extra; in FindExtraUnits() local
658 auto Res = FindExtraUnits(Initial, Extra); in Merge() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemDepPrinter.cpp104 MemDepResult Res = MDA.getDependency(Inst); in runOnFunction() local
114 const MemDepResult &Res = I.getResult(); in runOnFunction() local
125 const MemDepResult &Res = I.getResult(); in runOnFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp33 const MCExpr *Res = in getTTypeGlobalReference() local
56 const MCExpr *Res = in getIndirectSymViaGOTPCRel() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DArg.cpp72 SmallString<256> Res; in getAsString() local
103 SmallString<256> Res; in render() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXMCExpr.h71 bool evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl()
113 bool evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl()
/third_party/json/tests/thirdparty/Fuzzer/test/
DSwitch2Test.cpp23 int Res = 0; in LLVMFuzzerTestOneInput() local
DThreadedTest.cpp15 size_t Res = 0; in LLVMFuzzerTestOneInput() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.h92 GCNRegPressure Res; in max() local
123 auto Res = MaxPressure; in moveMaxPressure() local
255 GCNRegPressure Res; in getRegPressure() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp83 if (Expected<unsigned> Res = Cursor.Read(6)) in readAbbreviatedField() local
104 if (Expected<uint64_t> Res = ReadVBR64(6)) in skipRecord() local
166 if (Expected<uint64_t> Res = in skipRecord() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DModuleSymbolTable.cpp135 uint32_t Res = BasicSymbolRef::SF_Executable; in CollectAsmSymbols() local
190 uint32_t Res = BasicSymbolRef::SF_None; in getSymbolFlags() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp40 SDValue Res = SDValue(); in PromoteIntegerResult() local
230 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N), in PromoteIntRes_Atomic0() local
242 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N), in PromoteIntRes_Atomic1() local
265 SDValue Res = DAG.getAtomicCmpSwap( in PromoteIntRes_AtomicCmpSwap() local
278 SDValue Res = DAG.getAtomicCmpSwap( in PromoteIntRes_AtomicCmpSwap() local
346 SDValue Res = in PromoteIntRes_BITCAST() local
527 SDValue Res; in PromoteIntRes_FP_TO_XINT() local
570 SDValue Res = GetPromotedInteger(N->getOperand(0)); in PromoteIntRes_INT_EXTEND() local
598 SDValue Res = DAG.getExtLoad(ExtType, dl, NVT, N->getChain(), N->getBasePtr(), in PromoteIntRes_LOAD() local
612 SDValue Res = DAG.getMaskedLoad(NVT, dl, N->getChain(), N->getBasePtr(), in PromoteIntRes_MLOAD() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLowering.h502 auto *Res = Func->makeVariable(DestElementTy); in scalarizeInstruction() local
522 Variable *Res, std::function<Variable *()> thunk0) { in applyToThunkedArgs()
530 Variable *Res, std::function<Variable *()> thunk0, in applyToThunkedArgs()
540 Variable *Res, std::function<Variable *()> thunk0, in applyToThunkedArgs()

12345678910