HomeSort by relevance Sort by last modified time
    Searched defs:Load (Results 76 - 100 of 274) sorted by null

1 2 34 5 6 7 8 91011

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 256 SDNode *Load = O2SMap[Offset];
257 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads))
259 Loads.push_back(Load);
274 SDNode *Load = Loads[I];
278 if (AddGlue(Load, InGlue, OutGlue, DAG)) {
280 InGlue = SDValue(Load, Load->getNumValues() - 1);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SITypeRewriter.cpp 82 LoadInst *Load = Builder.CreateLoad(BitCast);
86 Load->setMetadata(MD[i].first, MD[i].second);
88 Value *BitCastLoad = Builder.CreateBitCast(Load, I.getType());
  /external/lzma/CPP/7zip/Common/
CreateCoder.cpp 73 HRESULT CExternalCodecs::Load()
  /external/pdfium/core/fpdfapi/font/
cpdf_tounicodemap.cpp 125 void CPDF_ToUnicodeMap::Load(CPDF_Stream* pStream) {
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp 237 // Use load to get GOT target
239 SDValue Load = SDValue(CurDAG->getMachineNode(MBlaze::LW, dl,
241 Chain = Load.getValue(1);
244 Chain = CurDAG->getCopyToReg(Chain, dl, R20Reg, Load, InFlag);
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXISelLowering.cpp 53 // (any/zero/sign) extload => load + (any/zero/sign) extend
59 // f32 extload => load + fextend
410 SDValue Load = DAG.getNode(PTXISD::LOAD_PARAM, dl, Ins[i].VT, Chain,
412 InVals.push_back(Load);
  /external/vulkan-validation-layers/layers/
shader_validation.h 116 cache->Load(pCreateInfo);
120 void Load(VkValidationCacheCreateInfoEXT const *pCreateInfo) {
  /external/webrtc/webrtc/
call.h 57 enum Load { kOveruse, kUnderuse };
60 // more load.
61 virtual void OnLoadUpdate(Load load) = 0;
  /frameworks/native/services/vr/performanced/
cpu_set.cpp 33 void CpuSetManager::Load(const std::string& cpuset_root) {
  /frameworks/rs/rsov/compiler/
GlobalMergePass.cpp 104 LoadInst *Load = new LoadInst(MergedGV, "", InsertBefore);
105 DEBUG(Load->dump());
106 Base = new BitCastInst(Load, PointerType::getUnqual(MergedTy), "",
197 LoadInst *Load = LLVMIRBuilder.CreateLoad(MergedGV);
198 LLVMIRBuilder.CreateMemCpy(Load, MergedInit, BufferSize, 0);
  /prebuilts/go/darwin-x86/src/syscall/
dll_windows.go 14 // DLLError describes reasons for DLL load failures.
46 // load system DLLs.
63 Msg: "Failed to load " + name + ": " + e.Error(),
73 // MustLoadDLL is like LoadDLL but panics if load operation fails.
181 // It will delay the load of the DLL until the first
189 // load system DLLs.
196 // Load loads DLL file d.Name into memory. It returns an error if fails.
197 // Load will not try to load DLL, if it is already loaded into memory.
198 func (d *LazyDLL) Load() error
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
dll_windows.go 14 // DLLError describes reasons for DLL load failures.
46 // load system DLLs.
63 Msg: "Failed to load " + name + ": " + e.Error(),
73 // MustLoadDLL is like LoadDLL but panics if load operation fails.
181 // It will delay the load of the DLL until the first
189 // load system DLLs.
196 // Load loads DLL file d.Name into memory. It returns an error if fails.
197 // Load will not try to load DLL, if it is already loaded into memory.
198 func (d *LazyDLL) Load() error
    [all...]
  /system/nvram/core/tests/
fake_storage.cpp 31 Status Load(Blob* blob) {
128 return g_header.Load(blob);
145 return slot ? slot->Load(blob) : Status::kNotFound;
  /art/compiler/utils/arm/
jni_macro_assembler_arm_vixl.cc 306 void ArmVIXLJNIMacroAssembler::Load(ManagedRegister m_dst, FrameOffset src, size_t size) {
307 return Load(m_dst.AsArm(), sp, src.Int32Value(), size);
313 return Load(m_dst.AsArm(), tr, src.Int32Value(), size);
693 void ArmVIXLJNIMacroAssembler::Load(ArmManagedRegister
  /art/compiler/utils/x86/
jni_macro_assembler_x86.cc 187 void X86JNIMacroAssembler::Load(ManagedRegister mdest, FrameOffset src, size_t size) {
344 Load(scratch, fr_offs, 4);
353 Load(scratch, src, 4);
355 Load(scratch, FrameOffset(src.Int32Value() + 4), 4);
358 Load(scratch, src, size);
466 // Given a handle scope entry, load the associated reference.
  /art/compiler/utils/x86_64/
jni_macro_assembler_x86_64.cc 226 void X86_64JNIMacroAssembler::Load(ManagedRegister mdest, FrameOffset src, size_t size) {
394 Load(scratch, fr_offs, 8);
404 Load(scratch, src, 4);
406 Load(scratch, FrameOffset(src.Int32Value() + 4), 4);
409 Load(scratch, src, size);
523 // Given a handle scope entry, load the associated reference.
  /build/kati/
serialize.go 711 func (jsonLoadSaver) Load(filename string) (*DepGraph, error) {
733 func (gobLoadSaver) Load(filename string) (*DepGraph, error) {
767 g, err := GOB.Load(filename)
769 glog.Warning("Cache load error %q: %v", filename, err)
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs.py 185 prefs.Load()
191 The object may also be used as a context manager to automatically load and
244 def Load(self):
245 """Load the shared preferences file from the device.
367 """Load preferences file from the device when entering a context."""
368 self.Load()
  /external/gemmlowp/internal/
simd_wrappers.h 344 RegisterBlockType Load(const SrcObjectType& src, int row, int col) {
349 RegisterBlockType Load(const SrcObjectType& src, int pos) {
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
shared_prefs.py 181 prefs.Load()
187 The object may also be used as a context manager to automatically load and
240 def Load(self):
241 """Load the shared preferences file from the device.
350 """Load preferences file from the device when entering a context."""
351 self.Load()
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 195 static StoreInst *findSafeStoreForStoreStrongContraction(LoadInst *Load,
202 // Get the location associated with Load.
203 MemoryLocation Loc = MemoryLocation::get(Load);
207 for (auto I = std::next(BasicBlock::iterator(Load)),
208 E = Load->getParent()->end();
241 if (!CanUse(Inst, Load, PA, Class)) {
250 // our load location, if it can not, just ignore the instruction.
258 // understand writing to this memory implying we can not move the load
306 /// Attempt to merge an objc_release with a store, load, and objc_retain to form
313 /// ; Load old value
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 33 #define DEBUG_TYPE "load-combine"
49 : Load(L), POP(P), InsertOrder(O) {}
50 LoadInst *Load;
52 /// \brief The new load needs to be created before the first load in IR order.
149 BaseLoad = L.Load;
151 PrevSize = L.Load->getModule()->getDataLayout().getTypeStoreSize(
152 L.Load->getType());
157 if (L.Load->getAlignment() > BaseLoad->getAlignment())
161 // No other load will be combinabl
    [all...]
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 87 Value *Load = Builder.CreateLoad(GEP, "switch.load");
89 Builder.CreateRet(Load);
313 // We load two modules inside the same context C. In both modules there is a
  /external/nos/test/system-test-harness/src/
avb_tests.cc 43 int Load(uint8_t slot, uint64_t *version);
237 int AvbTest::Load(uint8_t slot, uint64_t *version)
246 code = service.Load(request, &response);
663 code = Load(i, &value);
674 code = Load(i, &value);
681 code = Load(i, &value);
  /external/python/cpython2/Lib/idlelib/
configHandler.py 69 def Load(self):
70 "Load the configuration file from disk."
730 "Load all configuration files."
732 self.defaultCfg[key].Load()
733 self.userCfg[key].Load() #same keys

Completed in 1193 milliseconds

1 2 34 5 6 7 8 91011