Searched defs:load (Results 1 - 25 of 82) sorted by last modified time

1234

/freebsd-11-stable/usr.bin/systat/
H A Dmain.c309 load(void) function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3057 getLoadStoreRegOpcode(unsigned Reg, const TargetRegisterClass *RC, bool isStackAligned, const X86Subtarget &STI, bool load) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2048 PhdrEntry *load = nullptr; local
[all...]
H A DLinkerScript.cpp796 static OutputSection *findFirstSection(PhdrEntry *load) { argument
/freebsd-11-stable/contrib/file/src/
H A Dfile.c470 load(const char *magicfile, int flags) function
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wait_release.h59 P load() { return *loc; } function in class:kmp_flag_native
93 P load() { return loc->load(std::memory_order_acquire); } function in class:kmp_flag
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp350 std::unique_ptr<CoverageMapping> CodeCoverageTool::load() { function in class:CodeCoverageTool
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1166 LoadInst *load = new LoadInst(outputs[i]->getType(), Output, local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1090 SDValue load = DAG.getNode(XCoreISD::LDWSP, dl, VTs, Ops); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2965 unsigned load = fieldFromInstruction(Insn, 21, 1); local
2980 unsigned load = fieldFromInstruction(Insn, 21, 1); local
2993 unsigned load = fieldFromInstruction(Insn, 21, 1); local
3003 unsigned load = fieldFromInstruction(Insn, 21, 1); local
4295 unsigned load local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp278 Expected<std::unique_ptr<CoverageMapping>> CoverageMapping::load( function in class:CoverageMapping
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1748 Error ResourceSectionRef::load(const COFFObjectFile *O) { function in class:ResourceSectionRef
1761 Error ResourceSectionRef::load(const COFFObjectFile *O, const SectionRef &S) { function in class:ResourceSectionRef
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h120 Error load(BinaryStreamReader &Stream) { function in class:llvm::pdb::HashTable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp770 LoadInst *load = dyn_cast<LoadInst>(selector_load); local
931 LoadInst *load = dyn_cast<LoadInst>(class_load); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2649 const bool load = m_load_option.GetOptionValue().GetCurrentValue(); variable
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp496 void Breakpoint::ModulesChanged(ModuleList &module_list, bool load, argument
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp159 uint32_t load = config->is64 ? LD : LW; local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp66 args_type load() const { function in struct:__sanitizer::StackDepotNode
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cpp82 args_type load() const { function in struct:__msan::ChainedOriginDepotNode
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1084 llvm::LoadInst *load = Builder.CreateLoad(ivarAddr, "load"); local
1371 llvm::Value *load = Builder.CreateLoad(argAddr); local
[all...]
H A DCGCleanup.cpp312 auto load = new llvm::LoadInst(addr.getPointer(), name, beforeInst); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp51 Error NamedStreamMap::load(BinaryStreamReader &Stream) { function in class:NamedStreamMap
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp115 static const ShadowValue load(uptr addr) { function in class:__cfi::ShadowValue
/freebsd-11-stable/stand/lua/
H A Dconfig.lua[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c5402 uint64_t orig, load; local

Completed in 386 milliseconds

1234