Home
last modified time | relevance | path

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

1234567

/openbsd-src/gnu/usr.bin/cvs/os2/
H A Dporttcp.c131 const char *Tmp = Buffer; in IbmSockSend() local
188 char *Tmp = Buffer; in IbmSockRecv() local
H A Dpopen.c155 HFILE End1, End2, Std, Old1, Old2, Tmp; in popen() local
253 HFILE Old0 = -1, Old1 = -1, Old2 = -1, Tmp; in popenRW() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZCopyPhysRegs.cpp82 Register Tmp = MRI->createVirtualRegister(&SystemZ::GR32BitRegClass); in visitMBB() local
92 Register Tmp = MRI->createVirtualRegister(&SystemZ::GR32BitRegClass); in visitMBB() local
/openbsd-src/gnu/llvm/compiler-rt/include/orc_rt/
H A Dc_api.h110 char *Tmp = (char *)malloc(Size); in __orc_rt_CreateCWrapperFunctionResultFromRange() local
142 char *Tmp = (char *)malloc(strlen(ErrMsg) + 1); in __orc_rt_CreateCWrapperFunctionResultFromOutOfBandError() local
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dinterval_map.h105 auto Tmp = std::move(*I); in erase() local
140 auto Tmp = J++; in insert() local
H A Dinterval_set.h48 const_iterator operator++(int) { auto Tmp = I; ++I; return Tmp; } variable
H A Dwrapper_function_utils.h46 __orc_rt_CWrapperFunctionResult Tmp; variable
58 __orc_rt_CWrapperFunctionResult Tmp; in release() local
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp1180 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getVendorName() local
1185 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSName() local
1191 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getEnvironmentName() local
1197 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSAndEnvironmentName() local
/openbsd-src/gnu/llvm/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 DAPFloat.cpp4797 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in divide() local
4806 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in remainder() local
4815 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in mod() local
4826 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in fusedMultiplyAdd() local
4836 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in roundToIntegral() local
4942 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromString() local
4950 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in next() local
4969 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromAPInt() local
4980 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromSignExtendedInteger() local
4991 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromZeroExtendedInteger() local
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp171 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatRes_Unary() local
192 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Ops, in SoftenFloatRes_Binary() local
457 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, in SoftenFloatRes_FMA() local
531 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatRes_FP_EXTEND() local
568 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatRes_FP_ROUND() local
616 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Ops, in SoftenFloatRes_FPOWI() local
796 std::pair<SDValue, SDValue> Tmp = in SoftenFloatRes_XINT_TO_FP() local
910 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, RVT, Op, in SoftenFloatOp_FP_ROUND() local
986 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatOp_FP_TO_XINT() local
1127 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatOp_Unary() local
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h197 JITSymbolFlags Tmp = LHS; variable
204 JITSymbolFlags Tmp = LHS; variable
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DSubtargetFeature.cpp30 SmallVector<StringRef, 3> Tmp; in Split() local
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerBrUnless.cpp190 Register Tmp = MRI.createVirtualRegister(&WebAssembly::I32RegClass); in runOnMachineFunction() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DPHITransAddr.cpp94 SmallVector<Instruction*, 8> Tmp(InstInputs.begin(), InstInputs.end()); in Verify() local
371 PHITransAddr Tmp(InVal, DL, AC); in InsertPHITranslatedSubExpr() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp32 auto Tmp = CloneModule(M, VMap, [&](const GlobalValue *GV) { in cloneToNewContext() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp132 ExplodedNodeSet Tmp; in VisitBinaryOperator() local
249 ExplodedNodeSet Tmp; in VisitBlockExpr() local
947 ExplodedNodeSet Tmp; in VisitUnaryOperator() local
1082 ExplodedNodeSet Tmp; in VisitIncrementDecrementOperator() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DDXContainer.h93 PartIterator Tmp = *this; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp49 BasicBlock *Tmp = PreheaderBr->getSuccessor(0); in CreateLoop() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.cpp136 SmallVector<char, 16> Tmp; in canAssemble() local
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp127 bool Tmp; in getBody() local
132 bool Tmp; in isBodyAutosynthesized() local
138 bool Tmp; in isBodyAutosynthesizedFromModelFile() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp697 MachineInstr::mop_iterator Tmp = ImpOpI; in foldOperand() local
742 auto Tmp = MRI->createVirtualRegister(&AMDGPU::AGPR_32RegClass); in foldOperand() local
769 auto Tmp = MRI->createVirtualRegister(&AMDGPU::AGPR_32RegClass); in foldOperand() local
784 auto Tmp = MRI->createVirtualRegister(&AMDGPU::AGPR_32RegClass); in foldOperand() local
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A Dallocation.bench.cpp89 PointerList *Tmp = Next; in BM_AllocateOnly() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp210 CheckerInfoSet Tmp; in initializeRegistry() local
375 int Tmp; in insertAndValidate() local

1234567