Home
last modified time | relevance | path

Searched refs:Tmp (Results 1 – 25 of 96) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPSInt.cpp25 APInt Tmp(NumBits, Str, /*radix=*/10); in APSInt() local
27 unsigned MinBits = Tmp.getMinSignedBits(); in APSInt()
29 Tmp = Tmp.trunc(MinBits); in APSInt()
30 *this = APSInt(Tmp, /*isUnsigned=*/false); in APSInt()
33 unsigned ActiveBits = Tmp.getActiveBits(); in APSInt()
35 Tmp = Tmp.trunc(ActiveBits); in APSInt()
36 *this = APSInt(Tmp, /*isUnsigned=*/true); in APSInt()
DError.cpp159 std::string Tmp = toString(unwrap(Err)); in LLVMGetErrorMessage() local
160 char *ErrMsg = new char[Tmp.size() + 1]; in LLVMGetErrorMessage()
161 memcpy(ErrMsg, Tmp.data(), Tmp.size()); in LLVMGetErrorMessage()
162 ErrMsg[Tmp.size()] = '\0'; in LLVMGetErrorMessage()
DManagedStatic.cpp52 void *Tmp = Creator(); in RegisterManagedStatic() local
54 Ptr.store(Tmp, std::memory_order_release); in RegisterManagedStatic()
DAPFloat.cpp4215 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in divide() local
4217 Tmp.divide(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt()), RM); in divide()
4218 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt()); in divide()
4224 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in remainder() local
4226 Tmp.remainder(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt())); in remainder()
4227 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt()); in remainder()
4233 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in mod() local
4234 auto Ret = Tmp.mod(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt())); in mod()
4235 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt()); in mod()
4244 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in fusedMultiplyAdd() local
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dround.inl91 genType Tmp = Source - genType(1); local
92 return Tmp + (Multiple - (Tmp % Multiple));
104 genType Tmp = Source - genType(1); local
105 return Tmp + (Multiple - (Tmp % Multiple));
138 genType Tmp = Source + genType(1); local
139 return Tmp - Tmp % Multiple - Multiple;
154 genType Tmp = Source + genType(1); local
155 return Tmp - Tmp % Multiple - Multiple;
173 genType Tmp = Source + genType(1); local
174 return Tmp - std::fmod(Tmp, Multiple) - Multiple;
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Drotate_normalized_axis.inl51 tvec3<T, P> const Tmp(v); local
56 …return q * tquat<T, P>(cos(AngleRad * static_cast<T>(0.5)), Tmp.x * Sin, Tmp.y * Sin, Tmp.z * Sin);
57 …tc::quaternion::cross(q, tquat<T, P>(cos(AngleRad * T(0.5)), Tmp.x * fSin, Tmp.y * fSin, Tmp.z * f…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DSubtargetFeature.cpp34 SmallVector<StringRef, 3> Tmp; in Split() local
35 S.split(Tmp, ',', -1, false /* KeepEmpty */); in Split()
36 V.assign(Tmp.begin(), Tmp.end()); in Split()
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerIOPosix.cpp79 char *Tmp = new char[FileName.size() + 1]; in DirName() local
80 memcpy(Tmp, FileName.c_str(), FileName.size() + 1); in DirName()
81 std::string Res = dirname(Tmp); in DirName()
82 delete [] Tmp; in DirName()
DFuzzerCorpus.h31 size_t Tmp = 0; // Used by ValidateFeatureSet. member
176 Inputs[SmallestElementPerFeature[Idx]]->Tmp++; in ValidateFeatureSet()
178 if (II->Tmp != II->NumFeatures) in ValidateFeatureSet()
179 Printf("ZZZ %zd %zd\n", II->Tmp, II->NumFeatures); in ValidateFeatureSet()
180 assert(II->Tmp == II->NumFeatures); in ValidateFeatureSet()
181 II->Tmp = 0; in ValidateFeatureSet()
DFuzzerMerge.cpp131 std::vector<uint32_t> Tmp; in Merge() local
133 AllFeatures.end(), std::inserter(Tmp, Tmp.begin())); in Merge()
134 Cur.swap(Tmp); in Merge()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DManagedStatic.h86 void *Tmp = Ptr.load(std::memory_order_acquire);
87 if (!Tmp)
96 void *Tmp = Ptr.load(std::memory_order_acquire);
97 if (!Tmp)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DEvaluator.h46 for (auto &Tmp : AllocaTmps) in ~Evaluator()
50 if (!Tmp->use_empty()) in ~Evaluator()
51 Tmp->replaceAllUsesWith(Constant::getNullValue(Tmp->getType())); in ~Evaluator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DManagedStatic.h87 void *Tmp = Ptr.load(std::memory_order_acquire);
88 if (!Tmp)
97 void *Tmp = Ptr.load(std::memory_order_acquire);
98 if (!Tmp)
/third_party/boost/boost/algorithm/string/
Diter_find.hpp112 SequenceSequenceT Tmp(itBegin, itEnd); in iter_find() local
114 Result.swap(Tmp); in iter_find()
186 SequenceSequenceT Tmp(itBegin, itEnd); in iter_split() local
188 Result.swap(Tmp); in iter_split()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h176 JITSymbolFlags Tmp = LHS; variable
177 Tmp &= RHS;
178 return Tmp;
183 JITSymbolFlags Tmp = LHS; variable
184 Tmp |= RHS;
185 return Tmp;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRawByteChannel.h117 uint8_t Tmp = V ? 1 : 0; in serialize() local
119 C.appendBytes(reinterpret_cast<const char *>(&Tmp), 1)) in serialize()
125 uint8_t Tmp = 0; in deserialize() local
126 if (auto Err = C.readBytes(reinterpret_cast<char *>(&Tmp), 1)) in deserialize()
128 V = Tmp != 0; in deserialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp154 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatRes_Unary() local
158 ReplaceValueWith(SDValue(N, 1), Tmp.second); in SoftenFloatRes_Unary()
159 return Tmp.first; in SoftenFloatRes_Unary()
175 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Ops, in SoftenFloatRes_Binary() local
179 ReplaceValueWith(SDValue(N, 1), Tmp.second); in SoftenFloatRes_Binary()
180 return Tmp.first; in SoftenFloatRes_Binary()
423 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, in SoftenFloatRes_FMA() local
432 ReplaceValueWith(SDValue(N, 1), Tmp.second); in SoftenFloatRes_FMA()
433 return Tmp.first; in SoftenFloatRes_FMA()
497 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatRes_FP_EXTEND() local
[all …]
DLegalizeVectorOps.cpp282 std::pair<SDValue, SDValue> Tmp = ExpandLoad(Node); in LegalizeOp() local
283 AddLegalizedOperand(Op.getValue(0), Tmp.first); in LegalizeOp()
284 AddLegalizedOperand(Op.getValue(1), Tmp.second); in LegalizeOp()
285 return Op.getResNo() ? Tmp.first : Tmp.second; in LegalizeOp()
842 SDValue Tmp; in Expand() local
885 if (TLI.expandABS(Node, Tmp, DAG)) { in Expand()
886 Results.push_back(Tmp); in Expand()
894 if (TLI.expandCTPOP(Node, Tmp, DAG)) { in Expand()
895 Results.push_back(Tmp); in Expand()
901 if (TLI.expandCTLZ(Node, Tmp, DAG)) { in Expand()
[all …]
DSelectionDAG.cpp3510 unsigned Tmp, Tmp2; in ComputeNumSignBits() local
3528 Tmp = cast<VTSDNode>(Op.getOperand(1))->getVT().getSizeInBits(); in ComputeNumSignBits()
3529 return VTBits-Tmp+1; in ComputeNumSignBits()
3531 Tmp = cast<VTSDNode>(Op.getOperand(1))->getVT().getSizeInBits(); in ComputeNumSignBits()
3532 return VTBits-Tmp; in ComputeNumSignBits()
3535 Tmp = VTBits; in ComputeNumSignBits()
3536 for (unsigned i = 0, e = Op.getNumOperands(); (i < e) && (Tmp > 1); ++i) { in ComputeNumSignBits()
3550 Tmp = std::min(Tmp, Tmp2); in ComputeNumSignBits()
3552 return Tmp; in ComputeNumSignBits()
3573 Tmp = std::numeric_limits<unsigned>::max(); in ComputeNumSignBits()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerBrUnless.cpp191 Register Tmp = MRI.createVirtualRegister(&WebAssembly::I32RegClass); in runOnMachineFunction() local
192 BuildMI(MBB, MI, MI->getDebugLoc(), TII.get(WebAssembly::EQZ_I32), Tmp) in runOnMachineFunction()
194 MFI.stackifyVReg(Tmp); in runOnMachineFunction()
195 Cond = Tmp; in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DManagedStatic.cpp54 void *Tmp = Creator(); in RegisterManagedStatic() local
56 Ptr.store(Tmp, std::memory_order_release); in RegisterManagedStatic()
DAPInt.cpp723 uint64_t Tmp = Src[I]; in lshrNear() local
724 Dst[I] = (Tmp >> Shift) | Carry; in lshrNear()
725 Carry = Tmp << (64 - Shift); in lshrNear()
828 APInt Tmp(width, mantissa); in RoundDoubleToAPInt() local
829 Tmp = Tmp.shl((unsigned)exp - 52); in RoundDoubleToAPInt()
830 return isNeg ? -Tmp : Tmp; in RoundDoubleToAPInt()
856 APInt Tmp(isNeg ? -(*this) : (*this)); in roundToDouble() local
859 unsigned n = Tmp.getActiveBits(); in roundToDouble()
880 mantissa = Tmp.pVal[0]; in roundToDouble()
885 uint64_t hibits = Tmp.pVal[hiWord] << (52 - n % APINT_BITS_PER_WORD); in roundToDouble()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DThreadSafeModule.cpp32 auto Tmp = CloneModule(M, VMap, [&](const GlobalValue *GV) { in cloneToNewContext() local
46 BCWriter.writeModule(*Tmp); in cloneToNewContext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DPHITransAddr.cpp94 SmallVector<Instruction*, 8> Tmp(InstInputs.begin(), InstInputs.end()); in Verify() local
96 if (!VerifySubExpr(Addr, Tmp)) in Verify()
99 if (!Tmp.empty()) { in Verify()
370 PHITransAddr Tmp(InVal, DL, AC); in InsertPHITranslatedSubExpr() local
371 if (!Tmp.PHITranslateValue(CurBB, PredBB, &DT, /*MustDominate=*/true)) in InsertPHITranslatedSubExpr()
372 return Tmp.getAddr(); in InsertPHITranslatedSubExpr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DSymbolStringPool.h161 auto Tmp = I++;
162 if (Tmp->second == 0)
163 Pool.erase(Tmp);

1234