Home
last modified time | relevance | path

Searched refs:Ret (Results 1 - 25 of 295) sorted by relevance

12345678910>>...12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h82 CCValAssign Ret; in getReg() local
83 Ret.ValNo = ValNo; in getReg()
84 Ret.Loc = RegNo; in getReg()
85 Ret.isMem = false; in getReg()
86 Ret.isCustom = false; in getReg()
87 Ret.HTP = HTP; in getReg()
88 Ret.ValVT = ValVT; in getReg()
89 Ret.LocVT = LocVT; in getReg()
90 return Ret; in getReg()
96 CCValAssign Ret; in getCustomReg() local
105 CCValAssign Ret; getMem() local
119 CCValAssign Ret; getCustomMem() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp464 CRLogicalOpInfo Ret; in createCRLogicalOpInfo() local
465 Ret.MI = &MIParam; in createCRLogicalOpInfo()
468 Ret.IsNullary = 1; in createCRLogicalOpInfo()
469 Ret.TrueDefs = std::make_pair(nullptr, nullptr); in createCRLogicalOpInfo()
470 Ret.CopyDefs = std::make_pair(nullptr, nullptr); in createCRLogicalOpInfo()
473 Ret.SubregDef1, Ret.CopyDefs.first); in createCRLogicalOpInfo()
475 Ret.DefsSingleUse &= in createCRLogicalOpInfo()
477 Ret.DefsSingleUse &= in createCRLogicalOpInfo()
478 MRI->hasOneNonDBGUse(Ret in createCRLogicalOpInfo()
[all...]
H A DPPCTargetMachine.cpp128 std::string Ret; in getDataLayoutString() local
132 Ret = "e"; in getDataLayoutString()
134 Ret = "E"; in getDataLayoutString()
136 Ret += DataLayout::getManglingComponent(T); in getDataLayoutString()
141 Ret += "-p:32:32"; in getDataLayoutString()
146 Ret += "-i64:64"; in getDataLayoutString()
148 Ret += "-f64:32:64"; in getDataLayoutString()
152 Ret += "-n32:64"; in getDataLayoutString()
154 Ret += "-n32"; in getDataLayoutString()
156 return Ret; in getDataLayoutString()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp62 std::string Ret; in computeDataLayout() local
65 Ret += "E"; in computeDataLayout()
68 Ret += DataLayout::getManglingComponent(TT); in computeDataLayout()
73 Ret += "-i1:8:16-i8:8:16"; in computeDataLayout()
76 Ret += "-i64:64"; in computeDataLayout()
79 Ret += "-f128:64"; in computeDataLayout()
83 Ret += "-v128:64"; in computeDataLayout()
86 Ret += "-a:8:16"; in computeDataLayout()
89 Ret += "-n32:64"; in computeDataLayout()
91 return Ret; in computeDataLayout()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dmock_overload_set.h41 template <typename DistrT, typename Ret, typename... Args>
42 struct MockSingleOverload<DistrT, Ret(MockingBitGen&, Args...)> {
43 static_assert(std::is_same<typename DistrT::result_type, Ret>::value,
46 using KeyT = Ret(DistrT, std::tuple<Args...>);
57 template <typename DistrT, typename Ret, typename Arg, typename... Args>
58 struct MockSingleOverload<DistrT, Ret(Arg, MockingBitGen&, Args...)> {
59 static_assert(std::is_same<typename DistrT::result_type, Ret>::value,
62 using KeyT = Ret(DistrT, std::tuple<Arg, Args...>);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DVFABIDemangling.cpp123 ParseRet Ret; in tryParseLinearWithRuntimeStep() local
126 Ret = tryParseLinearTokenWithRuntimeStep(ParseString, PKind, StepOrPos, "ls"); in tryParseLinearWithRuntimeStep()
127 if (Ret != ParseRet::None) in tryParseLinearWithRuntimeStep()
128 return Ret; in tryParseLinearWithRuntimeStep()
131 Ret = tryParseLinearTokenWithRuntimeStep(ParseString, PKind, StepOrPos, "Rs"); in tryParseLinearWithRuntimeStep()
132 if (Ret != ParseRet::None) in tryParseLinearWithRuntimeStep()
133 return Ret; in tryParseLinearWithRuntimeStep()
136 Ret = tryParseLinearTokenWithRuntimeStep(ParseString, PKind, StepOrPos, "Ls"); in tryParseLinearWithRuntimeStep()
137 if (Ret != ParseRet::None) in tryParseLinearWithRuntimeStep()
138 return Ret; in tryParseLinearWithRuntimeStep()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp501 CallInst *CI, ReturnInst *Ret, BasicBlock *&OldEntry,
522 for (++BBI; &*BBI != Ret; ++BBI) {
544 if (Ret->getNumOperands() == 1 && Ret->getReturnValue() != CI &&
545 !isa<UndefValue>(Ret->getReturnValue()) &&
551 if (!isDynamicConstant(Ret->getReturnValue(), CI, Ret))
555 AccumulatorRecursionEliminationInitVal = getCommonReturnValue(Ret, CI);
560 BasicBlock *BB = Ret->getParent();
663 AccPN->addIncoming(Ret
[all...]
H A DSimplifyCFGPass.cpp83 ReturnInst *Ret = dyn_cast<ReturnInst>(BB.getTerminator()); in mergeEmptyReturnBlocks() local
84 if (!Ret) continue; in mergeEmptyReturnBlocks()
88 if (Ret != &BB.front()) { in mergeEmptyReturnBlocks()
90 BasicBlock::iterator I(Ret); in mergeEmptyReturnBlocks()
96 (!isa<PHINode>(I) || I != BB.begin() || Ret->getNumOperands() == 0 || in mergeEmptyReturnBlocks()
97 Ret->getOperand(0) != &*I)) in mergeEmptyReturnBlocks()
113 if (Ret->getNumOperands() == 0 || in mergeEmptyReturnBlocks()
114 Ret->getOperand(0) == in mergeEmptyReturnBlocks()
126 RetBlockPHI = PHINode::Create(Ret->getOperand(0)->getType(), in mergeEmptyReturnBlocks()
138 RetBlockPHI->addIncoming(Ret in mergeEmptyReturnBlocks()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DTestUtil.h223 // float Ret[4];
224 // // populate Ret
225 // return *reinterpret_cast<Dqword *>(&Ret);
314 ElemType Ret[N]; \
316 Ret[i] = (LhsPtr[i] Op RhsPtr[i]) ? -1 : 0; \
318 return *reinterpret_cast<Dqword *>(&Ret); \
344 ElemType Ret[N]; \
346 Ret[i] = (!(LhsPtr[i] == LhsPtr[i]) || !(RhsPtr[i] == RhsPtr[i])) != \
351 return *reinterpret_cast<Dqword *>(&Ret); \
376 ElemType Ret[
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
H A DVETargetMachine.cpp32 std::string Ret = "e"; in computeDataLayout() local
35 Ret += "-m:e"; in computeDataLayout()
38 Ret += "-i64:64"; in computeDataLayout()
41 Ret += "-n32:64"; in computeDataLayout()
44 Ret += "-S64"; in computeDataLayout()
46 return Ret; in computeDataLayout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DSymbolSize.cpp41 std::vector<std::pair<SymbolRef, uint64_t>> Ret; in computeSymbolSizes() local
48 Ret.push_back({Sym, Sym.getSize()}); in computeSymbolSizes()
49 return Ret; in computeSymbolSizes()
70 return Ret; in computeSymbolSizes()
90 Ret.resize(SymNum); in computeSymbolSizes()
94 Ret[P.Number] = {*P.I, P.Address}; in computeSymbolSizes()
96 return Ret; in computeSymbolSizes()
H A DObject.cpp189 auto *Ret = new OwningBinary<ObjectFile>(std::move(ObjOrErr.get()), std::move(Buf)); in LLVMCreateObjectFile() local
190 return wrap(Ret); in LLVMCreateObjectFile()
302 Expected<StringRef> Ret = (*unwrap(SI))->getName(); in LLVMGetSymbolName() local
303 if (!Ret) { in LLVMGetSymbolName()
306 logAllUnhandledErrors(Ret.takeError(), OS); in LLVMGetSymbolName()
310 return Ret->data(); in LLVMGetSymbolName()
314 Expected<uint64_t> Ret = (*unwrap(SI))->getAddress(); in LLVMGetSymbolAddress() local
315 if (!Ret) { in LLVMGetSymbolAddress()
318 logAllUnhandledErrors(Ret.takeError(), OS); in LLVMGetSymbolAddress()
322 return *Ret; in LLVMGetSymbolAddress()
[all...]
H A DIRObjectFile.cpp55 DataRefImpl Ret; in symbol_begin() local
56 Ret.p = reinterpret_cast<uintptr_t>(SymTab.symbols().data()); in symbol_begin()
57 return basic_symbol_iterator(BasicSymbolRef(Ret, this)); in symbol_begin()
61 DataRefImpl Ret; in symbol_end() local
62 Ret.p = reinterpret_cast<uintptr_t>(SymTab.symbols().data() + in symbol_end()
64 return basic_symbol_iterator(BasicSymbolRef(Ret, this)); in symbol_end()
H A DArchive.cpp227 uint64_t Ret; in getSize() local
229 sizeof(ArMemHdr->Size)).rtrim(" ").getAsInteger(10, Ret)) { in getSize()
241 return Ret; in getSize()
245 unsigned Ret; in getAccessMode() local
247 sizeof(ArMemHdr->AccessMode)).rtrim(' ').getAsInteger(8, Ret)) { in getAccessMode()
259 return static_cast<sys::fs::perms>(Ret); in getAccessMode()
284 unsigned Ret; in getUID() local
288 if (User.getAsInteger(10, Ret)) { in getUID()
299 return Ret; in getUID()
303 unsigned Ret; in getGID() local
[all...]
H A DArchiveWriter.cpp351 std::vector<unsigned> Ret; in getSymbols() local
363 return Ret; in getSymbols()
371 return Ret; in getSymbols()
380 Ret.push_back(SymNames.tell()); in getSymbols()
385 return Ret; in getSymbols()
398 std::vector<MemberData> Ret; in computeMemberData() local
498 Ret.push_back({std::move(*Symbols), std::move(Header), Data, Padding}); in computeMemberData()
505 return Ret; in computeMemberData()
511 SmallString<128> Ret = P; in canonicalizePath() local
512 std::error_code Err = sys::fs::make_absolute(Ret); in canonicalizePath()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp135 std::string Ret; in computeDataLayout() local
139 Ret += "e"; in computeDataLayout()
142 Ret += "E"; in computeDataLayout()
144 Ret += DataLayout::getManglingComponent(TT); in computeDataLayout()
147 Ret += "-p:32:32"; in computeDataLayout()
151 Ret += "-Fi8"; in computeDataLayout()
155 Ret += "-i64:64"; in computeDataLayout()
160 Ret += "-f64:32:64"; in computeDataLayout()
165 Ret += "-v64:32:64-v128:32:128"; in computeDataLayout()
167 Ret in computeDataLayout()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp32 std::string Ret = T.getArch() == Triple::sparcel ? "e" : "E"; in computeDataLayout() local
33 Ret += "-m:e"; in computeDataLayout()
37 Ret += "-p:32:32"; in computeDataLayout()
40 Ret += "-i64:64"; in computeDataLayout()
45 Ret += "-n32:64"; in computeDataLayout()
47 Ret += "-f128:64-n32"; in computeDataLayout()
50 Ret += "-S128"; in computeDataLayout()
52 Ret += "-S64"; in computeDataLayout()
54 return Ret; in computeDataLayout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp112 std::string Ret = "e"; in computeDataLayout() local
114 Ret += DataLayout::getManglingComponent(TT); in computeDataLayout()
119 Ret += "-p:32:32"; in computeDataLayout()
122 Ret += "-p270:32:32-p271:32:32-p272:64:64"; in computeDataLayout()
126 Ret += "-i64:64"; in computeDataLayout()
128 Ret += "-i64:32-f64:32"; in computeDataLayout()
130 Ret += "-f64:32:64"; in computeDataLayout()
136 Ret += "-f80:128"; in computeDataLayout()
138 Ret += "-f80:32"; in computeDataLayout()
141 Ret in computeDataLayout()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp49 StringRef Ret = cantFail(Strings.getStringForID(Entry.FileNI), variable
51 return Ret;
55 StringRef Ret = cantFail(Strings.getStringForID(Entry.ObjNI), variable
57 return Ret;
61 StringRef Ret = cantFail(Strings.getStringForID(Entry.VFileNI), variable
63 return Ret;
H A DDbiStreamBuilder.cpp333 uint16_t Ret = 0; in toSecMapFlags() local
335 Ret |= static_cast<uint16_t>(OMFSegDescFlags::Read); in toSecMapFlags()
337 Ret |= static_cast<uint16_t>(OMFSegDescFlags::Write); in toSecMapFlags()
339 Ret |= static_cast<uint16_t>(OMFSegDescFlags::Execute); in toSecMapFlags()
341 Ret |= static_cast<uint16_t>(OMFSegDescFlags::Execute); in toSecMapFlags()
343 Ret |= static_cast<uint16_t>(OMFSegDescFlags::AddressIs32Bit); in toSecMapFlags()
346 Ret |= static_cast<uint16_t>(OMFSegDescFlags::IsSelector); in toSecMapFlags()
348 return Ret; in toSecMapFlags()
358 std::vector<SecMapEntry> Ret; in createSectionMap() local
362 Ret in createSectionMap()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DRandomNumberGenerator.cpp71 std::error_code Ret; in getRandomBytes()
74 Ret = std::error_code(errno, std::system_category()); in getRandomBytes()
76 Ret = std::error_code(EIO, std::system_category()); in getRandomBytes()
78 Ret = std::error_code(errno, std::system_category()); in getRandomBytes()
80 return Ret; in getRandomBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp66 std::string Ret; in computeDataLayout() local
71 Ret += "e"; in computeDataLayout()
73 Ret += "E"; in computeDataLayout()
76 Ret += "-m:m"; in computeDataLayout()
78 Ret += "-m:e"; in computeDataLayout()
82 Ret += "-p:32:32"; in computeDataLayout()
86 Ret += "-i8:8:32-i16:16:32-i64:64"; in computeDataLayout()
92 Ret += "-n32:64-S128"; in computeDataLayout()
94 Ret += "-n32-S64"; in computeDataLayout()
96 return Ret; in computeDataLayout()
[all...]
H A DMipsRegisterBankInfo.cpp200 MachineInstr *Ret = MI; in skipCopiesOutgoing() local
201 while (Ret->getOpcode() == TargetOpcode::COPY && in skipCopiesOutgoing()
202 !Register::isPhysicalRegister(Ret->getOperand(0).getReg()) && in skipCopiesOutgoing()
203 MRI.hasOneUse(Ret->getOperand(0).getReg())) { in skipCopiesOutgoing()
204 Ret = &(*MRI.use_instr_begin(Ret->getOperand(0).getReg())); in skipCopiesOutgoing()
206 return Ret; in skipCopiesOutgoing()
214 MachineInstr *Ret = MI; in skipCopiesIncoming() local
215 while (Ret->getOpcode() == TargetOpcode::COPY && in skipCopiesIncoming()
216 !Register::isPhysicalRegister(Ret in skipCopiesIncoming()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DTestUtil.h335 // float Ret[4];
336 // // populate Ret
337 // return *reinterpret_cast<Dqword *>(&Ret);
426 ElemType Ret[N]; \
428 Ret[i] = (LhsPtr[i] Op RhsPtr[i]) ? -1 : 0; \
430 return *reinterpret_cast<Dqword *>(&Ret); \
456 ElemType Ret[N]; \
458 Ret[i] = (!(LhsPtr[i] == LhsPtr[i]) || !(RhsPtr[i] == RhsPtr[i])) != \
463 return *reinterpret_cast<Dqword *>(&Ret); \
488 ElemType Ret[
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp1142 typedef R Ret; typedef
1147 typedef typename Traits<Ret>::IVal IRet;
1208 typedef typename Sig::Ret Ret; typedef in deqp::gls::BuiltinPrecisionTests::Func
1241 ExprP<Ret> operator() (const ExprP<Arg0>& arg0 = voidP(),
1281 class Apply : public Expr<typename Sig::Ret>
1284 typedef typename Sig::Ret Ret; typedef in deqp::gls::BuiltinPrecisionTests::Apply
1289 typedef typename Expr<Ret>::Val Val;
1290 typedef typename Expr<Ret>
1419 typedef typename Sig::Ret Ret; global() typedef in deqp::gls::BuiltinPrecisionTests::ApplyVar
1465 typedef typename DerivedFunc::Ret Ret; global() typedef in deqp::gls::BuiltinPrecisionTests::DerivedFunc
1582 typedef typename PrimitiveFunc::Ret Ret; global() typedef in deqp::gls::BuiltinPrecisionTests::PrimitiveFunc
2664 typedef typename GenMat::Ret Ret; global() typedef in deqp::gls::BuiltinPrecisionTests::Functions::GenMat
2689 typedef typename GenMat::Ret Ret; global() typedef in deqp::gls::BuiltinPrecisionTests::Functions::GenMat
2716 typedef typename GenMat::Ret Ret; global() typedef in deqp::gls::BuiltinPrecisionTests::Functions::GenMat
3060 typedef typename Distance::Ret Ret; global() typedef in deqp::gls::BuiltinPrecisionTests::Functions::Distance
3102 typedef typename Normalize::Ret Ret; global() typedef in deqp::gls::BuiltinPrecisionTests::Functions::Normalize
3125 typedef typename FaceForward::Ret Ret; global() typedef in deqp::gls::BuiltinPrecisionTests::Functions::FaceForward
3176 typedef typename Reflect::Ret Ret; global() typedef in deqp::gls::BuiltinPrecisionTests::Functions::Reflect
3204 typedef typename Refract::Ret Ret; global() typedef in deqp::gls::BuiltinPrecisionTests::Functions::Refract
5082 typedef typename Sig::Ret Ret; global() typedef in deqp::gls::BuiltinPrecisionTests::FuncCase
5140 typedef typename Sig::Ret Ret; global() typedef in deqp::gls::BuiltinPrecisionTests::InOutFuncCase
[all...]

Completed in 21 milliseconds

12345678910>>...12