/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZCopyPhysRegs.cpp | 82 Register Tmp = MRI->createVirtualRegister(&SystemZ::GR32BitRegClass); in visitMBB() local 92 Register Tmp = MRI->createVirtualRegister(&SystemZ::GR32BitRegClass); in visitMBB() local
|
/freebsd/contrib/llvm-project/compiler-rt/include/orc_rt/ |
H A D | c_api.h | 107 char *Tmp = (char *)malloc(Size); in orc_rt_CreateCWrapperFunctionResultFromRange() local 139 char *Tmp = (char *)malloc(strlen(ErrMsg) + 1); in orc_rt_CreateCWrapperFunctionResultFromOutOfBandError() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | interval_map.h | 105 auto Tmp = std::move(*I); in erase() local 140 auto Tmp = J++; in insert() local
|
H A D | interval_set.h | 48 const_iterator operator++(int) { auto Tmp = I; ++I; return Tmp; } variable
|
H A D | wrapper_function_utils.h | 46 orc_rt_CWrapperFunctionResult Tmp; variable 58 orc_rt_CWrapperFunctionResult Tmp; in release() local
|
H A D | executor_address.h | 218 uint64_t Tmp; in deserialize() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APSInt.cpp | 26 APInt Tmp(NumBits, Str, /*radix=*/10); in APSInt() local
|
H A D | ManagedStatic.cpp | 34 void *Tmp = Creator(); in RegisterManagedStatic() local
|
H A D | APFloat.cpp | 4974 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in divide() local 4983 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in remainder() local 4992 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in mod() local 5003 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in fusedMultiplyAdd() local 5013 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in roundToIntegral() local 5119 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromString() local 5127 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in next() local 5146 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromAPInt() local 5157 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromSignExtendedInteger() local 5168 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromZeroExtendedInteger() local [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | condition_variable.h | 34 u32 Tmp = V + 1; in waitImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/ |
H A D | HipStdPar.cpp | 83 SmallVector<User *> Tmp(G.user_begin(), G.user_end()); in checkIfSupported() local 203 SmallVector<const Function *> Tmp({CGN.first}); in run() local
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Triple.cpp | 1313 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getVendorName() local 1318 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSName() local 1324 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getEnvironmentName() local 1330 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSAndEnvironmentName() local
|
H A D | SubtargetFeature.cpp | 30 SmallVector<StringRef, 3> Tmp; in Split() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerBrUnless.cpp | 190 Register Tmp = MRI.createVirtualRegister(&WebAssembly::I32RegClass); in runOnMachineFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ThreadSafeModule.cpp | 32 auto Tmp = CloneModule(M, VMap, [&](const GlobalValue *GV) { in cloneToNewContext() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | JITSymbol.h | 197 JITSymbolFlags Tmp = LHS; variable 204 JITSymbolFlags Tmp = LHS; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | PHITransAddr.cpp | 85 SmallVector<Instruction*, 8> Tmp(InstInputs.begin(), InstInputs.end()); in verify() local 354 PHITransAddr Tmp(InVal, DL, AC); in insertTranslatedSubExpr() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | DXContainer.h | 88 iterator Tmp = *this; member 100 iterator Tmp = *this; member 349 PartIterator Tmp = *this; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MatrixUtils.cpp | 49 BasicBlock *Tmp = PreheaderBr->getSuccessor(0); in CreateLoop() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 191 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatRes_Unary() local 212 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Ops, in SoftenFloatRes_Binary() local 517 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, in SoftenFloatRes_FMA() local 601 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatRes_FP_EXTEND() local 653 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatRes_FP_ROUND() local 705 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Ops, in SoftenFloatRes_ExpOp() local 962 std::pair<SDValue, SDValue> Tmp = in SoftenFloatRes_XINT_TO_FP() local 1081 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, RVT, Op, in SoftenFloatOp_FP_ROUND() local 1157 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatOp_FP_TO_XINT() local 1312 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatOp_Unary() local [all …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineC.cpp | 132 ExplodedNodeSet Tmp; in VisitBinaryOperator() local 244 ExplodedNodeSet Tmp; in VisitBlockExpr() local 936 ExplodedNodeSet Tmp; in VisitUnaryOperator() local 1071 ExplodedNodeSet Tmp; in VisitIncrementDecrementOperator() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | AnalysisDeclContext.cpp | 127 bool Tmp; in getBody() local 132 bool Tmp; in isBodyAutosynthesized() local 138 bool Tmp; in isBodyAutosynthesizedFromModelFile() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | ExecutorAddress.h | 263 uint64_t Tmp; in deserialize() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
H A D | M68kAsmBackend.cpp | 192 SmallString<256> Tmp; in relaxInstruction() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerIOPosix.cpp | 135 char *Tmp = new char[FileName.size() + 1]; in DirName() local
|