Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp244 const RuntimeFunction &RF) { in printRuntimeFunctionEntry()
361 const RuntimeFunction &RF) { in printRuntimeFunction()
417 for (const auto &RF : RuntimeFunctions) { in printData() local
H A DARMWinEHPrinter.cpp1141 unsigned Index, const RuntimeFunction &RF) { in dumpUnpackedEntry()
1209 unsigned Index, const RuntimeFunction &RF) { in dumpPackedEntry()
1308 const RuntimeFunctionARM64 &RF) { in dumpPackedARM64Entry()
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DARMWinEH.cpp14 std::pair<uint16_t, uint32_t> SavedRegisterMask(const RuntimeFunction &RF, in SavedRegisterMask()
/freebsd-src/contrib/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()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp677 const RuntimeFunction &RF) { in printRuntimeFunction()
700 const RuntimeFunction &RF, in printRuntimeFunctionRels()
762 for (const RuntimeFunction &RF : RFs) in printCOFFUnwindInfo() local
767 for (const RuntimeFunction &RF : RFs) { in printCOFFUnwindInfo() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp758 padInstructionViaPrefix(MCRelaxableFragment & RF,MCCodeEmitter & Emitter,unsigned & RemainingSize) const padInstructionViaPrefix() argument
811 padInstructionViaRelaxation(MCRelaxableFragment & RF,MCCodeEmitter & Emitter,unsigned & RemainingSize) const padInstructionViaRelaxation() argument
838 padInstructionEncoding(MCRelaxableFragment & RF,MCCodeEmitter & Emitter,unsigned & RemainingSize) const padInstructionEncoding() argument
884 auto &RF = cast<MCRelaxableFragment>(*I); finishLayout() local
917 auto &RF = *Relaxable.pop_back_val(); finishLayout() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp50 ReplaceInstruction(MCCodeEmitter & E,MCRelaxableFragment & RF,MCInst & HMB) const ReplaceInstruction() argument
736 auto &RF = cast<MCRelaxableFragment>(*K); finishLayout() local
[all...]
/freebsd-src/bin/pax/
H A Doptions.h65 #define RF 0x00000800 macro
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp88 const MCRegisterFileDesc &RF = Info.RegisterFiles[I]; in initialize() local
147 void RegisterFile::addRegisterFile(const MCRegisterFileDesc &RF, in addRegisterFile() argument
H A DResourceManager.cpp389 for (const ResourceRef &RF : ResourcesFreed) in cycleEvent() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp476 std::vector<Record *> RF = Rec->getValueAsListOfDefs("Predicates"); in evaluateCompressPat() local
684 std::vector<Record *> RF = Dest.TheDef->getValueAsListOfDefs("Predicates"); in emitCompressInstEmitter() local
H A DSubtargetEmitter.cpp724 __anonb15792d80202(const CodeGenRegisterFile &RF) EmitRegisterFileTables() argument
735 for (const CodeGenRegisterFile &RF : ProcModel.RegisterFiles) { EmitRegisterFileTables() local
H A DAsmWriterEmitter.cpp993 std::vector<Record *> RF = EmitPrintAliasInstruction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraph.cpp127 if (Function *RF = RHS->getFunction()) in print() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h348 auto RF = RP.get_future(); callWrapper() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp287 std::map<const Function *, RawFunc>::iterator RF = Fns.RawFunctions.find(F); in callExternalFunction() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp2489 markDisequal(RangeSet::Factory & RF,ProgramStateRef State,SymbolRef First,SymbolRef Second) markDisequal() argument
2496 markDisequal(RangeSet::Factory & RF,ProgramStateRef State,EquivalenceClass First,EquivalenceClass Second) markDisequal() argument
2504 markDisequal(RangeSet::Factory & RF,ProgramStateRef State,EquivalenceClass Other) const markDisequal() argument
2534 addToDisequalityInfo(DisequalityMapTy & Info,ConstraintRangeTy & Constraints,RangeSet::Factory & RF,ProgramStateRef State,EquivalenceClass First,EquivalenceClass Second) addToDisequalityInfo() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp168 llvm::ArrayRef<const char *> RF = llvm::ArrayRef(ClangArgv); create() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp897 MCRelaxableFragment &RF = cast<MCRelaxableFragment>(Frag); layout() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp419 for (const auto &RF : InitOpts.RemappedFiles) { InitializeFileRemapping() local
H A DASTUnit.cpp172 for (const auto &RF : PreprocessorOpts.RemappedFiles) { getBufferForFileHandlingRemapping() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4929 RuntimeFunction RF = It->getSecond(); initialize() local
5094 RuntimeFunction RF = It->getSecond(); updateImpl() local
5471 registerFoldRuntimeCall(RuntimeFunction RF) registerFoldRuntimeCall() argument
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp512 if (auto *RF = dyn_cast<CXXForRangeStmt>(S)) { in dataTraverseNode() local
/freebsd-src/contrib/ntp/ntpq/
H A Dntpq.c123 #define RF 4 /* refid (sometimes string, sometimes not) */ macro
/freebsd-src/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5274 UINT32 RF:1; ///< Resume Flag. member

12