Home
last modified time | relevance | path

Searched defs:Tmp (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dround.inl91 genType Tmp = Source - genType(1); local
104 genType Tmp = Source - genType(1); local
138 genType Tmp = Source + genType(1); local
154 genType Tmp = Source + genType(1); local
173 genType Tmp = Source + genType(1); local
189 genType Tmp = Source + genType(1); local
205 genType Tmp = Source + genType(1); local
/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
125 uint8_t Tmp = 0; in deserialize() local
/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
DManagedStatic.cpp52 void *Tmp = Creator(); in RegisterManagedStatic() local
DTriple.cpp999 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getVendorName() local
1004 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSName() local
1010 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getEnvironmentName() local
1016 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSAndEnvironmentName() local
DAPFloat.cpp4215 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in divide() local
4224 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in remainder() local
4233 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in mod() local
4244 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in fusedMultiplyAdd() local
4254 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in roundToIntegral() local
4360 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromString() local
4368 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in next() local
4387 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromAPInt() local
4398 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromSignExtendedInteger() local
4409 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromZeroExtendedInteger() local
[all …]
DError.cpp159 std::string Tmp = toString(unwrap(Err)); in LLVMGetErrorMessage() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DManagedStatic.cpp54 void *Tmp = Creator(); in RegisterManagedStatic() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DSubtargetFeature.cpp34 SmallVector<StringRef, 3> Tmp; in Split() local
/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
175 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Ops, in SoftenFloatRes_Binary() local
423 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, in SoftenFloatRes_FMA() local
497 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatRes_FP_EXTEND() local
534 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatRes_FP_ROUND() local
577 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Ops, in SoftenFloatRes_FPOWI() local
748 std::pair<SDValue, SDValue> Tmp = in SoftenFloatRes_XINT_TO_FP() local
840 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, RVT, Op, in SoftenFloatOp_FP_ROUND() local
905 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatOp_FP_TO_XINT() local
1040 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatOp_Unary() local
[all …]
DLegalizeVectorOps.cpp282 std::pair<SDValue, SDValue> Tmp = ExpandLoad(Node); in LegalizeOp() local
842 SDValue Tmp; in Expand() local
1205 SDValue Tmp = DAG.UnrollVectorOp(Node); in ExpandBITREVERSE() local
1246 SDValue Tmp = DAG.UnrollVectorOp(Node); in ExpandBITREVERSE() local
1429 SDValue Tmp = DAG.UnrollVectorOp(Node); in ExpandFSUB() local
/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
DRTDyldObjectLinkingLayer.cpp136 auto Tmp = GetMemoryManager(); in emit() local
/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h176 JITSymbolFlags Tmp = LHS; variable
183 JITSymbolFlags Tmp = LHS; variable
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Drotate_normalized_axis.inl51 tvec3<T, P> const Tmp(v); local
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerIOPosix.cpp79 char *Tmp = new char[FileName.size() + 1]; in DirName() local
DFuzzerMerge.cpp131 std::vector<uint32_t> Tmp; in Merge() local
DFuzzerCorpus.h31 size_t Tmp = 0; // Used by ValidateFeatureSet. member
/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
370 PHITransAddr Tmp(InVal, DL, AC); in InsertPHITranslatedSubExpr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DMetaRenamer.cpp127 LibFunc Tmp; in runOnModule() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp685 MachineInstr::mop_iterator Tmp = ImpOpI; in foldOperand() local
729 auto Tmp = MRI->createVirtualRegister(&AMDGPU::AGPR_32RegClass); in foldOperand() local
756 auto Tmp = MRI->createVirtualRegister(&AMDGPU::AGPR_32RegClass); in foldOperand() local
771 auto Tmp = MRI->createVirtualRegister(&AMDGPU::AGPR_32RegClass); in foldOperand() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp582 if (Instruction *Tmp = dyn_cast<Instruction>(Op)) in LinearizeExprTree() local
2133 if (BinaryOperator *Tmp = dyn_cast<BinaryOperator>(U)) in OptimizeInst() local
2160 if (BinaryOperator *Tmp = dyn_cast<BinaryOperator>(U)) in OptimizeInst() local
2249 ValueEntry Tmp = Ops.pop_back_val(); in ReassociateExpression() local
2256 ValueEntry Tmp = Ops.pop_back_val(); in ReassociateExpression() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsLegalizerInfo.cpp380 Register Tmp = MRI.createGenericVirtualRegister(LLT::pointer(0, 32)); in legalizeIntrinsic() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DGISelKnownBits.cpp414 unsigned Tmp = DstTy.getScalarSizeInBits() - SrcTy.getScalarSizeInBits(); in computeNumSignBits() local

1234