Home
last modified time | relevance | path

Searched defs:Temp (Results 1 – 25 of 72) sorted by relevance

123

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSchedule.cpp99 double Temp = NumUnits * 1.0 / I->Cycles; in getReciprocalThroughput() local
143 double Temp = llvm::popcount(I->getUnits()) * 1.0 / I->getCycles(); in getReciprocalThroughput() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DFileOutputBuffer.cpp34 OnDiskBuffer(StringRef Path, fs::TempFile Temp, fs::mapped_file_region Buf) in OnDiskBuffer()
68 fs::TempFile Temp; member in __anondddc5bfe0111::OnDiskBuffer
H A DCaching.cpp154 Expected<sys::fs::TempFile> Temp = sys::fs::TempFile::create( in localCache() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dtemplate24.C9 Temp (F f) :func_(f) {} in Temp() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Doverload30.C11 Temp (F f) : func_(f) {} in Temp() function
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerUtilLinux.cpp36 FILE* Temp = fopen("/dev/null", "w"); in DiscardOutput() local
H A DFuzzerUtilDarwin.cpp161 FILE* Temp = fopen("/dev/null", "w"); in DiscardOutput() local
H A DFuzzerUtilWindows.cpp220 FILE* Temp = fopen("nul", "w"); in DiscardOutput() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/
H A Dsort2.c31 int Temp,I; local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h70 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in decodeAddend() local
253 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in resolveRelocation() local
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DUtility.h54 std::array<char, 21> Temp; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DUtility.h54 std::array<char, 21> Temp; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYRegisterInfo.cpp203 auto *Temp = BuildMI(MBB, II, DL, TII->get(CSKY::LD32W), NewReg) in eliminateFrameIndex() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp156 SmallVector<BasicBlock *, 8> Temp; in unifyLoopExits() local
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp145 APInt Temp(128, TotalCount); in computeDetailedSummary() local
/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp147 Expected<sys::fs::TempFile> Temp = in runPasses() local
H A DExecutionDriver.cpp260 auto Temp = in compileProgram() local
H A DExtractFunction.cpp374 auto Temp = sys::fs::TempFile::create(OutputPrefix + "-extractblocks%%%%%%%"); in extractMappedBlocksFromModule() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1002 int64_t Temp = MFFrame.getObjectOffset(CS.getFrameIdx()); in emitPPA1() local
1009 int64_t Temp = MFFrame.getObjectOffset(CS.getFrameIdx()); in emitPPA1() local
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOUniversalWriter.cpp322 Expected<sys::fs::TempFile> Temp = sys::fs::TempFile::create( in writeUniversalBinary() local
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp208 MOVEMState Temp = State; in ProcessMI() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp414 std::string Temp; in resolveQualifiedName() local
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp216 StructType Temp; in writeSectionInLoadCommand() local
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DConsumed.cpp761 const CXXBindTemporaryExpr *Temp) { in VisitCXXBindTemporaryExpr()
849 const MaterializeTemporaryExpr *Temp) { in VisitMaterializeTemporaryExpr()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp47 CtorDtorIterator Temp = *this; in operator ++() local

123