Home
last modified time | relevance | path

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

1234567

/freebsd/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/contrib/llvm-project/compiler-rt/include/orc_rt/
H A Dc_api.h107 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 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/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.cpp4974 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 Dcondition_variable.h34 u32 Tmp = V + 1; in waitImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp83 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 DTriple.cpp1313 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 DSubtargetFeature.cpp30 SmallVector<StringRef, 3> Tmp; in Split() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerBrUnless.cpp190 Register Tmp = MRI.createVirtualRegister(&WebAssembly::I32RegClass); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp32 auto Tmp = CloneModule(M, VMap, [&](const GlobalValue *GV) { in cloneToNewContext() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h197 JITSymbolFlags Tmp = LHS; variable
204 JITSymbolFlags Tmp = LHS; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp85 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 DDXContainer.h88 iterator Tmp = *this; member
100 iterator Tmp = *this; member
349 PartIterator Tmp = *this; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp49 BasicBlock *Tmp = PreheaderBr->getSuccessor(0); in CreateLoop() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp191 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 DExprEngineC.cpp132 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 DAnalysisDeclContext.cpp127 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 DExecutorAddress.h263 uint64_t Tmp; in deserialize() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kAsmBackend.cpp192 SmallString<256> Tmp; in relaxInstruction() local
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp135 char *Tmp = new char[FileName.size() + 1]; in DirName() local

1234567