Home
last modified time | relevance | path

Searched defs:RF (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.h56 auto RF = RP.get_future(); in lookup() local
65 auto RF = RP.get_future(); in lookup() local
H A DExecutorProcessControl.h296 auto RF = RP.get_future(); lookupSymbols() local
366 auto RF = RP.get_future(); callWrapper() local
/llvm-project/llvm/lib/Support/
H A DARMWinEH.cpp14 std::pair<uint16_t, uint32_t> SavedRegisterMask(const RuntimeFunction &RF, in SavedRegisterMask()
/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp244 printRuntimeFunctionEntry(const Context & Ctx,const coff_section * Section,uint64_t Offset,const RuntimeFunction & RF) printRuntimeFunctionEntry() argument
361 printRuntimeFunction(const Context & Ctx,const coff_section * Section,uint64_t SectionOffset,const RuntimeFunction & RF) printRuntimeFunction() argument
417 for (const auto &RF : RuntimeFunctions) { printData() local
[all...]
H A DARMWinEHPrinter.cpp1141 unsigned Index, const RuntimeFunction &RF) { in dumpUnpackedEntry() argument
1209 unsigned Index, const RuntimeFunction &RF) { in dumpPackedEntry() argument
1308 dumpPackedARM64Entry(const object::COFFObjectFile & COFF,const SectionRef Section,uint64_t Offset,unsigned Index,const RuntimeFunctionARM64 & RF) dumpPackedARM64Entry() argument
[all...]
/llvm-project/llvm/include/llvm/Support/
H A DARMWinEH.h188 inline bool PrologueFolding(const RuntimeFunction &RF) { in PrologueFolding()
193 inline bool EpilogueFolding(const RuntimeFunction &RF) { in EpilogueFolding()
199 inline uint16_t StackAdjustment(const RuntimeFunction &RF) { in StackAdjustment()
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DWrapperFunctionUtilsTest.cpp118 auto RF = RP.get_future(); in voidNoopAsyncWrapper() local
130 auto RF = RP.get_future(); in addAsyncWrapper() local
H A DExecutionSessionWrapperFunctionCallsTest.cpp98 auto RF = RP.get_future(); TEST() local
/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp700 static_cast<uint32_t>(RF.StartAddress)) in printRuntimeFunctionRels() argument
677 printRuntimeFunction(const COFFObjectFile * Obj,const RuntimeFunction & RF) printRuntimeFunction() argument
762 for (const RuntimeFunction &RF : RFs) printCOFFUnwindInfo() local
767 for (const RuntimeFunction &RF : RFs) { printCOFFUnwindInfo() local
[all...]
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp49 void ReplaceInstruction(MCCodeEmitter &E, MCRelaxableFragment &RF, in ReplaceInstruction() argument
729 auto &RF = cast<MCRelaxableFragment>(*Frags[K]); in finishLayout() local
[all...]
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp768 padInstructionViaPrefix(MCRelaxableFragment & RF,MCCodeEmitter & Emitter,unsigned & RemainingSize) const padInstructionViaPrefix() argument
821 padInstructionViaRelaxation(MCRelaxableFragment & RF,MCCodeEmitter & Emitter,unsigned & RemainingSize) const padInstructionViaRelaxation() argument
848 padInstructionEncoding(MCRelaxableFragment & RF,MCCodeEmitter & Emitter,unsigned & RemainingSize) const padInstructionEncoding() argument
893 auto &RF = cast<MCRelaxableFragment>(*I); finishLayout() local
925 auto &RF = *Relaxable.pop_back_val(); finishLayout() local
[all...]
/llvm-project/llvm/tools/llvm-cvtres/
H A Dllvm-cvtres.cpp182 WindowsResource *RF = Binary.get(); main() local
/llvm-project/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp476 std::vector<Record *> RF = Rec->getValueAsListOfDefs("Predicates"); evaluateCompressPat() local
684 std::vector<Record *> RF = Dest.TheDef->getValueAsListOfDefs("Predicates"); emitCompressInstEmitter() local
H A DSubtargetEmitter.cpp733 __anon826bf0990202(const CodeGenRegisterFile &RF) EmitRegisterFileTables() argument
744 for (const CodeGenRegisterFile &RF : ProcModel.RegisterFiles) { EmitRegisterFileTables() local
H A DAsmWriterEmitter.cpp1017 copy_if(RF, std::back_inserter(ReqFeatures), [](const Record *R) { in EmitPrintAliasInstruction() local
/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp88 const MCRegisterFileDesc &RF = Info.RegisterFiles[I]; initialize() local
147 addRegisterFile(const MCRegisterFileDesc & RF,ArrayRef<MCRegisterCostEntry> Entries) addRegisterFile() argument
H A DResourceManager.cpp389 for (const ResourceRef &RF : ResourcesFreed) cycleEvent() local
/llvm-project/llvm/lib/Analysis/
H A DCallGraph.cpp127 if (Function *RF = RHS->getFunction()) in print() local
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp287 std::map<const Function *, RawFunc>::iterator RF = Fns.RawFunctions.find(F); in callExternalFunction() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp2505 inline ProgramStateRef EquivalenceClass::markDisequal(RangeSet::Factory &RF, in markDisequal() argument
2535 !addToDisequalityInfo(DisequalityInfo, Constraints, RF, State, Other, in addToDisequalityInfo() argument
2490 markDisequal(RangeSet::Factory & RF,ProgramStateRef State,SymbolRef First,SymbolRef Second) markDisequal() argument
2497 markDisequal(RangeSet::Factory & RF,ProgramStateRef State,EquivalenceClass First,EquivalenceClass Second) markDisequal() argument
[all...]
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dglobals-fundamental.cpp552 float &RF = F; variable
/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp174 llvm::ArrayRef<const char *> RF = llvm::ArrayRef(ClangArgv); create() local
/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp1010 MCRelaxableFragment &RF = cast<MCRelaxableFragment>(Frag); layout() local
/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp418 for (const auto &RF : InitOpts.RemappedFiles) { InitializeFileRemapping() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4932 RuntimeFunction RF = It->getSecond(); in initialize() local
5097 RuntimeFunction RF = It->getSecond(); in updateImpl() local
5474 void OpenMPOpt::registerFoldRuntimeCall(RuntimeFunction RF) { in registerFoldRuntimeCall() argument

12