Home
last modified time | relevance | path

Searched refs:Res (Results 1 - 25 of 296) sorted by relevance

12345678910>>...12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp67 if (int Res = cmpNumbers(L.getBitWidth(), R.getBitWidth())) in cmpAPInts()
68 return Res; in cmpAPInts()
78 if (int Res = cmpNumbers(APFloat::semanticsPrecision(SL), in cmpAPFloats()
80 return Res; in cmpAPFloats()
81 if (int Res = cmpNumbers(APFloat::semanticsMaxExponent(SL), in cmpAPFloats()
83 return Res; in cmpAPFloats()
84 if (int Res = cmpNumbers(APFloat::semanticsMinExponent(SL), in cmpAPFloats()
86 return Res; in cmpAPFloats()
87 if (int Res = cmpNumbers(APFloat::semanticsSizeInBits(SL), in cmpAPFloats()
89 return Res; in cmpAPFloats()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp163 MachineInstrBuilder MachineIRBuilder::buildDynStackAlloc(const DstOp &Res, in buildDynStackAlloc() argument
166 assert(Res.getLLTTy(*getMRI()).isPointer() && "expected ptr dst type"); in buildDynStackAlloc()
168 Res.addDefToMIB(*getMRI(), MIB); in buildDynStackAlloc()
174 MachineInstrBuilder MachineIRBuilder::buildFrameIndex(const DstOp &Res, in buildFrameIndex() argument
176 assert(Res.getLLTTy(*getMRI()).isPointer() && "invalid operand type"); in buildFrameIndex()
178 Res.addDefToMIB(*getMRI(), MIB); in buildFrameIndex()
183 MachineInstrBuilder MachineIRBuilder::buildGlobalValue(const DstOp &Res, in buildGlobalValue() argument
185 assert(Res.getLLTTy(*getMRI()).isPointer() && "invalid operand type"); in buildGlobalValue()
186 assert(Res.getLLTTy(*getMRI()).getAddressSpace() == in buildGlobalValue()
191 Res in buildGlobalValue()
202 validateBinaryOp(const LLT &Res, const LLT &Op0, const LLT &Op1) validateBinaryOp() argument
208 validateShiftOp(const LLT &Res, const LLT &Op0, const LLT &Op1) validateShiftOp() argument
214 buildPtrAdd(const DstOp &Res, const SrcOp &Op0, const SrcOp &Op1) buildPtrAdd() argument
225 materializePtrAdd(Register &Res, Register Op0, const LLT &ValueTy, uint64_t Value) materializePtrAdd() argument
240 buildPtrMask(const DstOp &Res, const SrcOp &Op0, uint32_t NumBits) buildPtrMask() argument
273 buildCopy(const DstOp &Res, const SrcOp &Op) buildCopy() argument
278 buildConstant(const DstOp &Res, const ConstantInt &Val) buildConstant() argument
298 buildConstant(const DstOp &Res, int64_t Val) buildConstant() argument
306 buildFConstant(const DstOp &Res, const ConstantFP &Val) buildFConstant() argument
331 buildConstant(const DstOp &Res, const APInt &Val) buildConstant() argument
337 buildFConstant(const DstOp &Res, double Val) buildFConstant() argument
346 buildFConstant(const DstOp &Res, const APFloat &Val) buildFConstant() argument
360 buildLoad(const DstOp &Res, const SrcOp &Addr, MachineMemOperand &MMO) buildLoad() argument
366 buildLoadInstr(unsigned Opcode, const DstOp &Res, const SrcOp &Addr, MachineMemOperand &MMO) buildLoadInstr() argument
393 buildUAddo(const DstOp &Res, const DstOp &CarryOut, const SrcOp &Op0, const SrcOp &Op1) buildUAddo() argument
400 buildUAdde(const DstOp &Res, const DstOp &CarryOut, const SrcOp &Op0, const SrcOp &Op1, const SrcOp &CarryIn) buildUAdde() argument
409 buildAnyExt(const DstOp &Res, const SrcOp &Op) buildAnyExt() argument
414 buildSExt(const DstOp &Res, const SrcOp &Op) buildSExt() argument
419 buildZExt(const DstOp &Res, const SrcOp &Op) buildZExt() argument
436 buildBoolExt(const DstOp &Res, const SrcOp &Op, bool IsFP) buildBoolExt() argument
443 buildExtOrTrunc(unsigned ExtOpc, const DstOp &Res, const SrcOp &Op) buildExtOrTrunc() argument
467 buildSExtOrTrunc(const DstOp &Res, const SrcOp &Op) buildSExtOrTrunc() argument
472 buildZExtOrTrunc(const DstOp &Res, const SrcOp &Op) buildZExtOrTrunc() argument
477 buildAnyExtOrTrunc(const DstOp &Res, const SrcOp &Op) buildAnyExtOrTrunc() argument
527 buildSequence(Register Res, ArrayRef<Register> Ops, ArrayRef<uint64_t> Indices) buildSequence() argument
568 buildUndef(const DstOp &Res) buildUndef() argument
572 buildMerge(const DstOp &Res, ArrayRef<Register> Ops) buildMerge() argument
582 buildUnmerge(ArrayRef<LLT> Res, const SrcOp &Op) buildUnmerge() argument
592 buildUnmerge(LLT Res, const SrcOp &Op) buildUnmerge() argument
601 buildUnmerge(ArrayRef<Register> Res, const SrcOp &Op) buildUnmerge() argument
611 buildBuildVector(const DstOp &Res, ArrayRef<Register> Ops) buildBuildVector() argument
620 buildSplatVector(const DstOp &Res, const SrcOp &Src) buildSplatVector() argument
627 buildBuildVectorTrunc(const DstOp &Res, ArrayRef<Register> Ops) buildBuildVectorTrunc() argument
637 buildConcatVectors(const DstOp &Res, ArrayRef<Register> Ops) buildConcatVectors() argument
645 buildInsert(Register Res, Register Src, Register Op, unsigned Index) buildInsert() argument
687 buildTrunc(const DstOp &Res, const SrcOp &Op) buildTrunc() argument
692 buildFPTrunc(const DstOp &Res, const SrcOp &Op, Optional<unsigned> Flags) buildFPTrunc() argument
698 buildICmp(CmpInst::Predicate Pred, const DstOp &Res, const SrcOp &Op0, const SrcOp &Op1) buildICmp() argument
705 buildFCmp(CmpInst::Predicate Pred, const DstOp &Res, const SrcOp &Op0, const SrcOp &Op1, Optional<unsigned> Flags) buildFCmp() argument
714 buildSelect(const DstOp &Res, const SrcOp &Tst, const SrcOp &Op0, const SrcOp &Op1, Optional<unsigned> Flags) buildSelect() argument
724 buildInsertVectorElement(const DstOp &Res, const SrcOp &Val, const SrcOp &Elt, const SrcOp &Idx) buildInsertVectorElement() argument
730 buildExtractVectorElement(const DstOp &Res, const SrcOp &Val, const SrcOp &Idx) buildExtractVectorElement() argument
902 buildBlockAddress(Register Res, const BlockAddress *BA) buildBlockAddress() argument
[all...]
H A DCSEMIRBuilder.cpp204 MachineInstrBuilder CSEMIRBuilder::buildConstant(const DstOp &Res,
208 return MachineIRBuilder::buildConstant(Res, Val);
211 LLT Ty = Res.getLLTTy(*getMRI());
213 return buildSplatVector(Res, buildConstant(Ty.getElementType(), Val));
219 profileDstOp(Res, ProfBuilder);
224 return generateCopiesIfRequired({Res}, MIB);
227 MachineInstrBuilder NewMIB = MachineIRBuilder::buildConstant(Res, Val);
231 MachineInstrBuilder CSEMIRBuilder::buildFConstant(const DstOp &Res,
235 return MachineIRBuilder::buildFConstant(Res, Val);
238 LLT Ty = Res
[all...]
/third_party/lzma/CPP/7zip/Common/
H A DCWrappers.cpp63 p->Res = p->Progress->SetRatioInfo(CONVERT_PR_VAL(inSize), CONVERT_PR_VAL(outSize)); in CompressProgress()
64 return HRESULT_To_SRes(p->Res, SZ_ERROR_PROGRESS); in CompressProgress()
71 Res = SZ_OK; in Init()
80 p->Res = (p->Stream->Read(data, curSize, &curSize)); in MyRead()
83 if (p->Res == S_OK) in MyRead()
85 return HRESULT_To_SRes(p->Res, SZ_ERROR_READ); in MyRead()
93 p->Res = WriteStream(p->Stream, data, size); in MyWrite()
94 if (p->Res != 0) in MyWrite()
98 p->Res = S_OK; in MyWrite()
109 Res in Init()
[all...]
H A DCWrappers.h16 HRESULT Res; member
26 HRESULT Res; member
37 HRESULT Res; member
47 HRESULT Res; member
64 HRESULT Res; member
75 Res = S_OK; in Init()
96 HRESULT Res;
107 Res = S_OK;
136 HRESULT Res; member
147 Res in Init()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DModuleSymbolTable.cpp135 uint32_t Res = BasicSymbolRef::SF_Executable; in CollectAsmSymbols()
140 Res |= BasicSymbolRef::SF_Global; in CollectAsmSymbols()
146 Res |= BasicSymbolRef::SF_Undefined; in CollectAsmSymbols()
147 Res |= BasicSymbolRef::SF_Global; in CollectAsmSymbols()
150 Res |= BasicSymbolRef::SF_Weak; in CollectAsmSymbols()
151 Res |= BasicSymbolRef::SF_Global; in CollectAsmSymbols()
154 Res |= BasicSymbolRef::SF_Weak; in CollectAsmSymbols()
155 Res |= BasicSymbolRef::SF_Undefined; in CollectAsmSymbols()
157 AsmSymbol(Key, BasicSymbolRef::Flags(Res)); in CollectAsmSymbols()
190 uint32_t Res in getSymbolFlags() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h582 auto Res = std::make_unique<X86Operand>(Token, Loc, EndLoc); in CreateToken() local
583 Res->Tok.Data = Str.data(); in CreateToken()
584 Res->Tok.Length = Str.size(); in CreateToken()
585 return Res; in CreateToken()
592 auto Res = std::make_unique<X86Operand>(Register, StartLoc, EndLoc); in CreateReg() local
593 Res->Reg.RegNo = RegNo; in CreateReg()
594 Res->AddressOf = AddressOf; in CreateReg()
595 Res->OffsetOfLoc = OffsetOfLoc; in CreateReg()
596 Res->SymName = SymName; in CreateReg()
597 Res in CreateReg()
608 auto Res = std::make_unique<X86Operand>(Prefix, StartLoc, EndLoc); CreatePrefix() local
618 auto Res = std::make_unique<X86Operand>(Immediate, StartLoc, EndLoc); CreateImm() local
632 auto Res = std::make_unique<X86Operand>(Memory, StartLoc, EndLoc); CreateMem() local
660 auto Res = std::make_unique<X86Operand>(Memory, StartLoc, EndLoc); CreateMem() local
[all...]
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerIOWindows.cpp190 size_t Pos = Offset, Res; in ParseServerAndShare() local
191 if (!(Res = ParseDir(FileName, Pos))) in ParseServerAndShare()
193 Pos += Res; in ParseServerAndShare()
194 if (!(Res = ParseDir(FileName, Pos))) in ParseServerAndShare()
196 Pos += Res; in ParseServerAndShare()
215 size_t Pos = 0, Res; in ParseLocation() local
217 if ((Res = ParseCustomString(FileName, Pos, R"(\\?\)"))) { in ParseLocation()
218 Pos += Res; in ParseLocation()
219 if ((Res = ParseCustomString(FileName, Pos, R"(UNC\)"))) { in ParseLocation()
220 Pos += Res; in ParseLocation()
249 size_t DirLen = 0, Res; DirName() local
[all...]
H A DFuzzerUtil.cpp158 std::string Res; in Base64() local
162 Res += Table[(x >> 18) & 63]; in Base64()
163 Res += Table[(x >> 12) & 63]; in Base64()
164 Res += Table[(x >> 6) & 63]; in Base64()
165 Res += Table[x & 63]; in Base64()
169 Res += Table[(x >> 18) & 63]; in Base64()
170 Res += Table[(x >> 12) & 63]; in Base64()
171 Res += "=="; in Base64()
174 Res += Table[(x >> 18) & 63]; in Base64()
175 Res in Base64()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLowerAtomic.cpp32 Value *Res = Builder.CreateSelect(Equal, Val, Orig); in LowerAtomicCmpXchgInst() local
33 Builder.CreateStore(Res, Ptr); in LowerAtomicCmpXchgInst()
35 Res = Builder.CreateInsertValue(UndefValue::get(CXI->getType()), Orig, 0); in LowerAtomicCmpXchgInst()
36 Res = Builder.CreateInsertValue(Res, Equal, 1); in LowerAtomicCmpXchgInst()
38 CXI->replaceAllUsesWith(Res); in LowerAtomicCmpXchgInst()
49 Value *Res = nullptr; in LowerAtomicRMWInst() local
54 Res = Val; in LowerAtomicRMWInst()
57 Res = Builder.CreateAdd(Orig, Val); in LowerAtomicRMWInst()
60 Res in LowerAtomicRMWInst()
[all...]
H A DScalarizer.cpp470 ValueVector Res; in splitUnary() local
471 Res.resize(NumElems); in splitUnary()
473 Res[Elem] = Split(Builder, Op[Elem], I.getName() + ".i" + Twine(Elem)); in splitUnary()
474 gather(&I, Res); in splitUnary()
492 ValueVector Res; in splitBinary() local
493 Res.resize(NumElems); in splitBinary()
495 Res[Elem] = Split(Builder, Op0[Elem], Op1[Elem], in splitBinary()
497 gather(&I, Res); in splitBinary()
547 ValueVector Res(NumElems); in splitCall()
564 Res[Ele in splitCall()
583 ValueVector Res; visitSelectInst() local
647 ValueVector Res; visitGetElementPtrInst() local
673 ValueVector Res; visitCastInst() local
692 ValueVector Res; visitBitCastInst() local
745 ValueVector Res; visitShuffleVectorInst() local
768 ValueVector Res; visitPHINode() local
800 ValueVector Res; visitLoadInst() local
856 Value *Res = UndefValue::get(Ty); finish() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h228 void validateBinaryOp(const LLT &Res, const LLT &Op0, const LLT &Op1);
229 void validateShiftOp(const LLT &Res, const LLT &Op0, const LLT &Op1);
373 /// Build and insert \p Res = G_DYN_STACKALLOC \p Size, \p Align
376 /// the allocated memory into \p Res.
378 /// \pre \p Res must be a generic virtual register with pointer type.
381 MachineInstrBuilder buildDynStackAlloc(const DstOp &Res, const SrcOp &Size,
384 /// Build and insert \p Res = G_FRAME_INDEX \p Idx
390 /// \pre \p Res must be a generic virtual register with pointer type.
393 MachineInstrBuilder buildFrameIndex(const DstOp &Res, int Idx);
395 /// Build and insert \p Res
522 buildFPExt(const DstOp &Res, const SrcOp &Op, Optional<unsigned> Flags = None) buildFPExt() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp133 MipsMCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() argument
141 if (!SubExpr->evaluateAsRelocatable(Res, Layout, Fixup)) in evaluateAsRelocatableImpl()
144 Res = MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), in evaluateAsRelocatableImpl()
149 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup)) in evaluateAsRelocatableImpl()
152 if (Res.getRefKind() != MCSymbolRefExpr::VK_None) in evaluateAsRelocatableImpl()
158 if (Res.isAbsolute() && Fixup == nullptr) { in evaluateAsRelocatableImpl()
159 int64_t AbsVal = Res in evaluateAsRelocatableImpl()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp413 RegisterCell Res(W);
416 Res[i] = BitValue(V & 1);
419 return Res;
426 RegisterCell Res(BW);
428 Res[i] = A[i];
429 return Res;
436 RegisterCell Res(W);
445 Res[I] = BitValue(S & 1);
454 Res[I] = BitValue::ref(V2);
456 Res[
[all...]
/third_party/json/tests/thirdparty/Fuzzer/test/
H A DSwitch2Test.cpp23 int Res = 0; in LLVMFuzzerTestOneInput() local
27 Res += Switch(X); in LLVMFuzzerTestOneInput()
29 if (Res == 5 || Res == 3 || Res == 6 || Res == 7) { in LLVMFuzzerTestOneInput()
30 fprintf(stderr, "BINGO; Found the target, exiting; Res=%d\n", Res); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64StackOffset.h74 StackOffset Res(*this); in operator +()
75 Res += Other; in operator +()
76 return Res; in operator +()
86 StackOffset Res(*this); in operator -()
87 Res -= Other; in operator -()
88 return Res; in operator -()
92 StackOffset Res = {}; in operator -() local
94 Res -= Other; in operator -()
95 return Res; in operator -()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCExpr.cpp459 bool MCExpr::evaluateAsAbsolute(int64_t &Res) const { in evaluateAsAbsolute()
460 return evaluateAsAbsolute(Res, nullptr, nullptr, nullptr, false); in evaluateAsAbsolute()
463 bool MCExpr::evaluateAsAbsolute(int64_t &Res, in evaluateAsAbsolute() argument
465 return evaluateAsAbsolute(Res, &Layout.getAssembler(), &Layout, nullptr, false); in evaluateAsAbsolute()
468 bool MCExpr::evaluateAsAbsolute(int64_t &Res, in evaluateAsAbsolute() argument
473 return evaluateAsAbsolute(Res, &Layout.getAssembler(), &Layout, &Addrs, true); in evaluateAsAbsolute()
476 bool MCExpr::evaluateAsAbsolute(int64_t &Res, const MCAssembler &Asm) const { in evaluateAsAbsolute() argument
477 return evaluateAsAbsolute(Res, &Asm, nullptr, nullptr, false); in evaluateAsAbsolute()
480 bool MCExpr::evaluateAsAbsolute(int64_t &Res, const MCAssembler *Asm) const { in evaluateAsAbsolute() argument
481 return evaluateAsAbsolute(Res, As in evaluateAsAbsolute()
484 evaluateKnownAbsolute(int64_t &Res, const MCAsmLayout &Layout) const evaluateKnownAbsolute() argument
490 evaluateAsAbsolute(int64_t &Res, const MCAssembler *Asm, const MCAsmLayout *Layout, const SectionAddrMap *Addrs, bool InSet) const evaluateAsAbsolute() argument
615 EvaluateSymbolicAdd(const MCAssembler *Asm, const MCAsmLayout *Layout, const SectionAddrMap *Addrs, bool InSet, const MCValue &LHS, const MCSymbolRefExpr *RHS_A, const MCSymbolRefExpr *RHS_B, int64_t RHS_Cst, MCValue &Res) EvaluateSymbolicAdd() argument
669 evaluateAsRelocatable(MCValue &Res, const MCAsmLayout *Layout, const MCFixup *Fixup) const evaluateAsRelocatable() argument
677 evaluateAsValue(MCValue &Res, const MCAsmLayout &Layout) const evaluateAsValue() argument
696 evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm, const MCAsmLayout *Layout, const MCFixup *Fixup, const SectionAddrMap *Addrs, bool InSet) const evaluateAsRelocatableImpl() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDeltaAlgorithm.cpp28 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) { in Split() argument
38 Res.push_back(LHS); in Split()
40 Res.push_back(RHS); in Split()
46 // Invariant: union(Res) == Changes in Delta()
54 changeset_ty Res; in Delta()
55 if (Search(Changes, Sets, Res)) in Delta()
56 return Res; in Delta()
71 changeset_ty &Res) { in Search()
79 Res = Delta(*it, Sets); in Search()
95 Res in Search()
69 Search(const changeset_ty &Changes, const changesetlist_ty &Sets, changeset_ty &Res) Search() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DValueLattice.h120 ValueLatticeElement Res; in get() local
122 Res.markConstant(C); in get()
123 return Res; in get()
126 ValueLatticeElement Res; in getNot() local
128 Res.markNotConstant(C); in getNot()
129 return Res; in getNot()
132 ValueLatticeElement Res; in getRange() local
133 Res.markConstantRange(std::move(CR)); in getRange()
134 return Res; in getRange()
137 ValueLatticeElement Res; in getOverdefined() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp81 MCInst &Res) const { in relaxInstruction()
88 Res.setOpcode(RISCV::BEQ); in relaxInstruction()
89 Res.addOperand(Inst.getOperand(0)); in relaxInstruction()
90 Res.addOperand(MCOperand::createReg(RISCV::X0)); in relaxInstruction()
91 Res.addOperand(Inst.getOperand(1)); in relaxInstruction()
95 Res.setOpcode(RISCV::BNE); in relaxInstruction()
96 Res.addOperand(Inst.getOperand(0)); in relaxInstruction()
97 Res.addOperand(MCOperand::createReg(RISCV::X0)); in relaxInstruction()
98 Res.addOperand(Inst.getOperand(1)); in relaxInstruction()
102 Res in relaxInstruction()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCExpr.cpp49 bool LanaiMCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() argument
52 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup)) in evaluateAsRelocatableImpl()
55 Res = in evaluateAsRelocatableImpl()
56 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); in evaluateAsRelocatableImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp236 const auto Res = support::endian::read<T, support::endianness::little>(Bytes.data()); in eatBytes() local
238 return Res; in eatBytes()
278 DecodeStatus Res = MCDisassembler::Fail; in getInstruction() local
288 Res = tryDecodeInst(DecoderTableDPP864, MI, QW, Address); in getInstruction()
289 if (Res && convertDPP8Inst(MI) == MCDisassembler::Success) in getInstruction()
294 Res = tryDecodeInst(DecoderTableDPP64, MI, QW, Address); in getInstruction()
295 if (Res) break; in getInstruction()
297 Res = tryDecodeInst(DecoderTableSDWA64, MI, QW, Address); in getInstruction()
298 if (Res) { IsSDWA = true; break; } in getInstruction()
300 Res in getInstruction()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Utils/
H A DRISCVMatInt.cpp19 void generateInstSeq(int64_t Val, bool IsRV64, InstSeq &Res) { in generateInstSeq() argument
32 Res.push_back(Inst(RISCV::LUI, Hi20)); in generateInstSeq()
36 Res.push_back(Inst(AddiOpc, Lo12)); in generateInstSeq()
71 generateInstSeq(Hi52, IsRV64, Res); in generateInstSeq()
73 Res.push_back(Inst(RISCV::SLLI, ShiftAmount)); in generateInstSeq()
75 Res.push_back(Inst(RISCV::ADDI, Lo12)); in generateInstSeq()
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
H A Dinternal_interface.hpp361 template <typename T, typename Res>
362 struct FragmentShader : BaseShader<FragmentShader<T, Res>>
376 Res resources;
389 template <typename T, typename Res>
390 struct VertexShader : BaseShader<VertexShader<T, Res>>
404 Res resources;
414 template <typename T, typename Res>
415 struct TessEvaluationShader : BaseShader<TessEvaluationShader<T, Res>>
429 Res resources;
439 template <typename T, typename Res>
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp308 Value *Res = nullptr; in ReduceExpressionDag() local
325 Res = Builder.CreateIntCast(I->getOperand(0), Ty, in ReduceExpressionDag()
335 if (auto *NewCI = dyn_cast<TruncInst>(Res)) in ReduceExpressionDag()
339 } else if (auto *NewCI = dyn_cast<TruncInst>(Res)) in ReduceExpressionDag()
351 Res = Builder.CreateBinOp((Instruction::BinaryOps)Opc, LHS, RHS); in ReduceExpressionDag()
358 NodeInfo.NewValue = Res; in ReduceExpressionDag()
359 if (auto *ResI = dyn_cast<Instruction>(Res)) in ReduceExpressionDag()
363 Value *Res = getReducedOperand(CurrentTruncInst->getOperand(0), SclTy); in ReduceExpressionDag() local
365 if (Res->getType() != DstTy) { in ReduceExpressionDag()
367 Res in ReduceExpressionDag()
[all...]

Completed in 18 milliseconds

12345678910>>...12