Home
last modified time | relevance | path

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

123456

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZCopyPhysRegs.cpp90 Register Tmp = MRI->createVirtualRegister(&SystemZ::GR32BitRegClass); in visitMBB() local
100 Register Tmp = MRI->createVirtualRegister(&SystemZ::GR32BitRegClass); in visitMBB() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DRawByteChannel.h117 uint8_t Tmp = V ? 1 : 0; in serialize() local
124 uint8_t Tmp = 0; in deserialize() local
H A DTargetProcessControlTypes.h101 CWrapperFunctionResult Tmp; variable
115 CWrapperFunctionResult Tmp; in release() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPSInt.cpp26 APInt Tmp(NumBits, Str, /*radix=*/10); in APSInt() local
H A DManagedStatic.cpp34 void *Tmp = Creator(); in RegisterManagedStatic() local
H A DTriple.cpp1028 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getVendorName() local
1033 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSName() local
1039 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getEnvironmentName() local
1045 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSAndEnvironmentName() local
H A DAPFloat.cpp4514 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in divide() local
4523 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in remainder() local
4532 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in mod() local
4543 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in fusedMultiplyAdd() local
4553 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in roundToIntegral() local
4659 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromString() local
4667 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in next() local
4686 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromAPInt() local
4697 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromSignExtendedInteger() local
4708 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromZeroExtendedInteger() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DSubtargetFeature.cpp34 SmallVector<StringRef, 3> Tmp; in Split() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp32 auto Tmp = CloneModule(M, VMap, [&](const GlobalValue *GV) { in cloneToNewContext() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.cpp73 SmallVector<char, 16> Tmp; in canAssemble() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerBrUnless.cpp191 Register Tmp = MRI.createVirtualRegister(&WebAssembly::I32RegClass); in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp167 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatRes_Unary() local
188 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Ops, in SoftenFloatRes_Binary() local
442 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, in SoftenFloatRes_FMA() local
516 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatRes_FP_EXTEND() local
553 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatRes_FP_ROUND() local
596 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Ops, in SoftenFloatRes_FPOWI() local
776 std::pair<SDValue, SDValue> Tmp = in SoftenFloatRes_XINT_TO_FP() local
881 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, RVT, Op, in SoftenFloatOp_FP_ROUND() local
957 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatOp_FP_TO_XINT() local
1097 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatOp_Unary() local
[all …]
H A DLegalizeVectorOps.cpp281 std::pair<SDValue, SDValue> Tmp = ExpandLoad(Node); in LegalizeOp() local
733 SDValue Tmp; in Expand() local
1122 SDValue Tmp = DAG.UnrollVectorOp(Node); in ExpandBITREVERSE() local
1163 SDValue Tmp = DAG.UnrollVectorOp(Node); in ExpandBITREVERSE() local
1346 SDValue Tmp = DAG.UnrollVectorOp(Node); in ExpandFSUB() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h197 JITSymbolFlags Tmp = LHS; variable
204 JITSymbolFlags Tmp = LHS; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DPHITransAddr.cpp94 SmallVector<Instruction*, 8> Tmp(InstInputs.begin(), InstInputs.end()); in Verify() local
370 PHITransAddr Tmp(InVal, DL, AC); in InsertPHITranslatedSubExpr() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerMerge.cpp142 Vector<uint32_t> Tmp; in Merge() local
190 std::string Line, Tmp; in ParseSummary() local
H A DFuzzerIOPosix.cpp115 char *Tmp = new char[FileName.size() + 1]; in DirName() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp49 BasicBlock *Tmp = PreheaderBr->getSuccessor(0); in CreateLoop() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp132 ExplodedNodeSet Tmp; in VisitBinaryOperator() local
249 ExplodedNodeSet Tmp; in VisitBlockExpr() local
955 ExplodedNodeSet Tmp; in VisitUnaryOperator() local
1090 ExplodedNodeSet Tmp; in VisitIncrementDecrementOperator() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp127 bool Tmp; in getBody() local
132 bool Tmp; in isBodyAutosynthesized() local
138 bool Tmp; in isBodyAutosynthesizedFromModelFile() local
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_string.c50 UINT64 HI_18Dig, LO_18Dig, Tmp; local
H A Dbid128_string.c59 UINT64 HI_18Dig, LO_18Dig, Tmp; local
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid64_string.c50 UINT64 HI_18Dig, LO_18Dig, Tmp; local
H A Dbid128_string.c59 UINT64 HI_18Dig, LO_18Dig, Tmp; local
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dallocation.bench.cpp89 PointerList *Tmp = Next; in BM_AllocateOnly() local

123456