Home
last modified time | relevance | path

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

1234567

/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/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
H A Dexecutor_address.h218 uint64_t Tmp; in deserialize() local
/freebsd-src/contrib/llvm-project/compiler-rt/include/orc_rt/
H A Dc_api.h110 char *Tmp = (char *)malloc(Size); orc_rt_CreateCWrapperFunctionResultFromRange() local
142 char *Tmp = (char *)malloc(strlen(ErrMsg) + 1); orc_rt_CreateCWrapperFunctionResultFromOutOfBandError() local
/freebsd-src/contrib/llvm-project/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.cpp4853 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); divide() local
4862 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); remainder() local
4871 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); mod() local
4882 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); fusedMultiplyAdd() local
4892 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); roundToIntegral() local
4998 APFloat Tmp(semPPCDoubleDoubleLegacy); convertFromString() local
5006 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); next() local
5025 APFloat Tmp(semPPCDoubleDoubleLegacy); convertFromAPInt() local
5036 APFloat Tmp(semPPCDoubleDoubleLegacy); convertFromSignExtendedInteger() local
5047 APFloat Tmp(semPPCDoubleDoubleLegacy); convertFromZeroExtendedInteger() local
5072 DoubleAPFloat Tmp(*this); isSmallest() local
5081 DoubleAPFloat Tmp(*this); isSmallestNormalized() local
5089 DoubleAPFloat Tmp(*this); isLargest() local
5110 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); getExactInverse() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp83 SmallVector<User *> Tmp(G.user_begin(), G.user_end()); in checkIfSupported() local
202 SmallVector<const Function *> Tmp({CGN.first}); run() local
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcondition_variable.h34 u32 Tmp = V + 1; in waitImpl() local
H A Dmutex.h63 u32 Tmp = V + 1; in delayLoop() local
/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1189 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component getVendorName() local
1194 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component getOSName() local
1200 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component getEnvironmentName() local
1206 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component getOSAndEnvironmentName() local
[all...]
H A DSubtargetFeature.cpp30 SmallVector<StringRef, 3> Tmp; in Split() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerBrUnless.cpp190 Register Tmp = MRI.createVirtualRegister(&WebAssembly::I32RegClass); in runOnMachineFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp32 auto Tmp = CloneModule(M, VMap, [&](const GlobalValue *GV) { in cloneToNewContext() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h197 JITSymbolFlags Tmp = LHS; variable
204 JITSymbolFlags Tmp = LHS; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h88 iterator Tmp = *this; member
100 iterator Tmp = *this; member
341 PartIterator Tmp = *this; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp84 SmallVector<Instruction*, 8> Tmp(InstInputs.begin(), InstInputs.end()); verify() local
353 PHITransAddr Tmp(InVal, DL, AC); insertTranslatedSubExpr() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp49 BasicBlock *Tmp = PreheaderBr->getSuccessor(0); in CreateLoop() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp180 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, SoftenFloatRes_Unary() local
201 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Ops, SoftenFloatRes_Binary() local
473 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, SoftenFloatRes_FMA() local
557 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, SoftenFloatRes_FP_EXTEND() local
609 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, SoftenFloatRes_FP_ROUND() local
661 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Ops, SoftenFloatRes_ExpOp() local
880 std::pair<SDValue, SDValue> Tmp = SoftenFloatRes_XINT_TO_FP() local
993 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, RVT, Op, SoftenFloatOp_FP_ROUND() local
1069 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, SoftenFloatOp_FP_TO_XINT() local
1210 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, SoftenFloatOp_Unary() local
1394 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, N->getValueType(0), ExpandFloatRes_Unary() local
1409 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, N->getValueType(0), ExpandFloatRes_Binary() local
1422 SDValue Tmp; ExpandFloatRes_FABS() local
1564 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), ExpandFloatRes_FMA() local
1809 std::pair<SDValue, SDValue> Tmp = ExpandFloatRes_XINT_TO_FP() local
2043 std::pair<SDValue, SDValue> Tmp = ExpandFloatOp_FP_TO_XINT() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp132 ExplodedNodeSet Tmp; in VisitBinaryOperator() local
244 ExplodedNodeSet Tmp; in VisitBlockExpr() local
934 ExplodedNodeSet Tmp; VisitUnaryOperator() local
1069 ExplodedNodeSet Tmp; VisitIncrementDecrementOperator() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp127 bool Tmp; in getBody() local
132 bool Tmp; in isBodyAutosynthesized() local
138 bool Tmp; in isBodyAutosynthesizedFromModelFile() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h263 uint64_t Tmp; in deserialize() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp135 char *Tmp = new char[FileName.size() + 1]; in DirName() local

1234567