HomeSort by relevance Sort by last modified time
    Searched defs:Load (Results 26 - 50 of 139) sorted by null

12 3 4 5 6

  /external/llvm/tools/llvm-size/
llvm-size.cpp 127 MachOObjectFile::LoadCommandInfo Load = MachO->getFirstLoadCommandInfo();
131 if (Load.C.cmd == MachO::LC_SEGMENT_64) {
132 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load);
142 MachO::section_64 Sec = MachO->getSection64(Load, J);
157 } else if (Load.C.cmd == MachO::LC_SEGMENT) {
158 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load);
168 MachO::section Sec = MachO->getSection(Load, J);
187 Load = MachO->getNextLoadCommandInfo(Load);
198 MachOObjectFile::LoadCommandInfo Load = MachO->getFirstLoadCommandInfo()
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 246 LoadInst* Load = dyn_cast<LoadInst>(V);
274 Load = NULL;
277 if (Load) {
279 if (Load->getPointerAddressSpace() != Addrspace) {
280 Value *OrigPtr = Load->getPointerOperand();
289 NewPtr = new BitCastInst(OrigPtr, NewPtrType, "prop_cast", Load);
292 Value* new_Load = new LoadInst(NewPtr, Name, Load);
293 Load->replaceAllUsesWith(new_Load);
294 Load->eraseFromParent();
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_pattern.cpp 42 FX_BOOL CPDF_TilingPattern::Load()
109 FX_BOOL CPDF_ShadingPattern::Load()
133 m_pFunctions[i] = CPDF_Function::Load(((CPDF_Array*)pFunc)->GetElementValue(i));
136 m_pFunctions[0] = CPDF_Function::Load(pFunc);
155 return Load();
157 FX_BOOL CPDF_MeshStream::Load(CPDF_Stream* pShadingStream, CPDF_Function** pFuncs, int nFuncs, CPDF_ColorSpace* pCS)
260 if (!stream.Load(pStream, pFuncs, nFuncs, pCS)) {
  /external/skia/src/core/
SkNx.h 44 static SkNi Load(const T vals[N]) {
45 return SkNi(SkNi<N/2,T>::Load(vals), SkNi<N/2,T>::Load(vals+N/2));
98 static SkNf Load(const T vals[N]) {
99 return SkNf(SkNf<N/2,T>::Load(vals), SkNf<N/2,T>::Load(vals+N/2));
173 static SkNi Load(const T vals[1]) { return SkNi(vals[0]); }
211 static SkNf Load(const T vals[1]) { return SkNf(vals[0]); }
  /external/skia/src/opts/
SkNx_sse.h 59 static SkNf Load(const float vals[2]) {
106 static SkNf Load(const double vals[2]) { return _mm_loadu_pd(vals); }
150 static SkNi Load(const int vals[4]) { return _mm_loadu_si128((const __m128i*)vals); }
189 static SkNf Load(const float vals[4]) { return _mm_loadu_ps(vals); }
235 static SkNi Load(const uint16_t vals[4]) { return _mm_loadl_epi64((const __m128i*)vals); }
262 static SkNi Load(const uint16_t vals[8]) { return _mm_loadu_si128((const __m128i*)vals); }
299 static SkNi Load(const uint8_t vals[16]) { return _mm_loadu_si128((const __m128i*)vals); }
  /external/v8/samples/
shell.cc 61 void Load(const v8::FunctionCallbackInfo<v8::Value>& args);
129 // Bind the global 'load' function to the C++ Load callback.
130 global->Set(v8::String::NewFromUtf8(isolate, "load"),
131 v8::FunctionTemplate::New(isolate, Load));
189 // The callback that is invoked by v8 whenever the JavaScript 'load'
192 void Load(const v8::FunctionCallbackInfo<v8::Value>& args) {
282 // Use all other arguments as names of files to load and run.
  /external/v8/tools/
presubmit.py 141 def Load(self):
146 self.sums = pickle.load(sums_file)
252 good_files_cache.Load()
ll_prof.py 714 def Load(self, mmap_info, code_map, options):
957 library_repo.Load(mmap_info, code_map, options)
    [all...]
  /ndk/sources/android/crazy_linker/src/
crazy_linker_shared_library.cpp 161 bool SharedLibrary::Load(const char* full_path,
177 // Load the ELF binary in memory.
283 LOG("%s: Load complete for %s\n", __FUNCTION__, base_name_);
326 // for the new load address.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 65 def Load(self):
67 Load the configuration file from disk
687 load all configuration files.
690 self.defaultCfg[key].Load()
691 self.userCfg[key].Load() #same keys
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 65 def Load(self):
67 Load the configuration file from disk
687 load all configuration files.
690 self.defaultCfg[key].Load()
691 self.userCfg[key].Load() #same keys
  /art/compiler/utils/arm64/
assembler_arm64.cc 198 // Load routines.
241 // Note: We can extend this member by adding load type info - see
242 // sign extended A64 load variants.
259 void Arm64Assembler::Load(Arm64ManagedRegister dest, XRegister base,
282 void Arm64Assembler::Load(ManagedRegister m_dst, FrameOffset src, size_t size) {
283 return Load(m_dst.AsArm64(), SP, src.Int32Value(), size);
287 return Load(m_dst.AsArm64(), ETR, src.Int32Value(), size);
  /external/llvm/lib/IR/
AutoUpgrade.cpp 531 Value *Load = Builder.CreateLoad(Cast);
535 Rep = Builder.CreateInsertElement(Rep, Load,
542 Value *Load = Builder.CreateLoad(Op);
544 Rep = Builder.CreateShuffleVector(Load, UndefValue::get(Load->getType()),
    [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 162 Load = 1 << 2,
183 SecFlags &= ~Load;
192 SecFlags |= Load;
197 SecFlags &= ~Load;
206 SecFlags |= Load;
213 SecFlags |= Load;
224 SecFlags |= Load;
247 if ((SecFlags & Alloc) && (SecFlags & Load) == 0)
  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 375 LoadInst *Load = IRB.CreateLoad(GuardP);
376 Load->setAtomic(Monotonic);
377 Load->setAlignment(4);
378 SetNoSanitizeMetada(Load);
379 Value *Cmp = IRB.CreateICmpSGE(Constant::getNullValue(Load->getType()), Load);
ThreadSanitizer.cpp 289 LoadInst *Load = cast<LoadInst>(I);
290 Value *Addr = Load->getPointerOperand();
  /external/pdfium/core/src/fxge/win32/
fx_win32_dwrite.cpp 116 void CDWriteExt::Load()
  /external/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
Callstacker.cpp 61 static void Load(char* szFileName, SkSourceDb** ret, const char* whereToSave, const char* szBaseSrcPath) {
665 SkSourceDb::Load(argv[4], &source_db, argc == 5 ? argv[4] : argv[5], argv[1]);
  /art/compiler/utils/
assembler.h 192 template<typename T> T Load(size_t position) {
431 // Load routines
432 virtual void Load(ManagedRegister dest, FrameOffset src, size_t size) = 0;
506 // src holds a handle scope entry (Object**) load this into dst
  /bionic/tools/relocation_packer/src/
elf_file.cc 90 case PT_LOAD: type = "LOAD"; break;
130 // Load the complete ELF file into a memory image in libelf, and identify
134 bool ElfFile<ELF>::Load() {
148 LOG(ERROR) << "Failed to load ELF header: " << elf_errmsg(elf_errno());
356 LOG(FATAL) << "Cannot locate a LOAD segment with hole_start=0x" << std::hex << hole_start;
375 // Locate the segment that we can overwrite to form the new LOAD entry,
606 // Load the ELF file into libelf.
607 if (!Load()) {
608 LOG(ERROR) << "Failed to load as ELF";
755 // Load the ELF file into libelf
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 236 /// a load from the constant pool.
243 // target can do an extending load from float to double, we put it into
246 // an FP extending load is the same cost as a normal load (such as on the x87
340 // Load one integer register's worth from the stack slot.
341 SDValue Load = DAG.getLoad(RegVT, dl, Store, StackPtr,
345 Stores.push_back(DAG.getStore(Load.getValue(1), dl, Load, Ptr,
357 // machines this requires an extending load from the stack slot to ensure
362 // Load from the stack slot
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 354 // This load is safe if any prefix of its operands is safe to load.
411 // unconditionally. This is only safe if we can prove that either the load
412 // would have happened in the callee anyway (ie, there is a load in the entry
417 // from introducing an invalid load that wouldn't have happened in the
421 // block, and thus are safe to unconditionally load in the caller.
431 // If the pointer is always valid, any load with first index 0 is valid.
447 // This load actually loads (part of) Arg? Check the indices then.
479 // Direct loads are equivalent to a GEP with a zero index and then a load.
501 // Ensure that the only users of the GEP are load instructions
    [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 42 STATISTIC(NumCSELoad, "Number of load instructions CSE'd");
287 /// a fully redundant load. In addition to the most recent load, we keep
385 : Load(false), Store(false), Vol(false), MayReadFromMemory(false),
395 Load = Info.ReadMem;
403 Load = true;
412 bool isLoad() { return Load; }
425 bool Load;
525 // If this is a non-volatile load, process it.
536 // If we have an available version of this load, and if it is the righ
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 362 if (lib.Lib.Load(dllPath))
419 HRESULT CCodecs::Load()
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 192 Load(buf.GetBuffer(), buf.GetSize());
195 void CFX_ByteString::Load(FX_LPCBYTE buf, FX_STRSIZE len)

Completed in 390 milliseconds

12 3 4 5 6