Searched refs:Load (Results 101 - 125 of 702) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600KernelParameters.cpp246 LoadInst* Load = dyn_cast<LoadInst>(V); local
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/mesa3d/src/gallium/drivers/radeon/
H A DR600KernelParameters.cpp246 LoadInst* Load = dyn_cast<LoadInst>(V); local
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/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_cloud_policy_store_chromeos_unittest.cc92 store_->Load();
131 store_->Load();
138 store_->Load();
145 store_->Load();
151 store_->Load();
H A Ddevice_cloud_policy_store_chromeos.h44 virtual void Load() OVERRIDE;
H A Ddevice_local_account_policy_store.h53 virtual void Load() OVERRIDE;
H A Duser_policy_disk_cache.h58 void Load();
H A Duser_policy_token_loader.cc31 void UserPolicyTokenLoader::Load() { function in class:policy::UserPolicyTokenLoader
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Ddefault_app_order.cc126 base::Bind(&ExternalLoader::Load, base::Unretained(this)));
128 Load();
150 void ExternalLoader::Load() { function in class:chromeos::default_app_order::ExternalLoader
/external/chromium_org/chrome/browser/ui/pdf/
H A Dpdf_browsertest.cc35 ASSERT_NO_FATAL_FAILURE(Load());
58 ASSERT_NO_FATAL_FAILURE(Load());
165 ASSERT_NO_FATAL_FAILURE(Load());
/external/chromium_org/tools/gn/
H A Dloader_unittest.cc149 loader->Load(root_build, LocationRange(), Label());
157 // Load the root build file.
164 loader->Load(second_file, LocationRange(), second_tc);
182 loader->Load(third_file, LocationRange(), second_tc);
/external/llvm/lib/Target/R600/
H A DSITypeRewriter.cpp89 LoadInst *Load = Builder.CreateLoad(BitCast); local
93 Load->setMetadata(MD[i].first, MD[i].second);
95 Value *BitCastLoad = Builder.CreateBitCast(Load, I.getType());
/external/llvm/test/MC/MachO/ARM/
H A Ddarwin-ARM-reloc.s31 @ CHECK: # Load Command 0
106 @ CHECK: # Load Command 1
149 @ CHECK: # Load Command 2
/external/chromium_org/v8/src/compiler/
H A Dmachine-operator.cc155 struct Load##Type##Operator FINAL : public Operator1<LoadRepresentation> { \
156 Load##Type##Operator() \
159 "Load", k##Type) {} \
161 Load##Type##Operator k##Load##Type;
205 const Operator* MachineOperatorBuilder::Load(LoadRepresentation rep) { function in class:v8::internal::compiler::MachineOperatorBuilder
209 return &impl_.k##Load##Type;
/external/chromium_org/chromecast/common/
H A Dchromecast_config.cc52 g_instance_->Load(registry);
73 bool ChromecastConfig::Load(PrefRegistrySimple* registry) { function in class:chromecast::ChromecastConfig
/external/chromium_org/components/policy/core/common/
H A Dasync_policy_loader.cc52 scoped_ptr<PolicyBundle> bundle(Load());
74 scoped_ptr<PolicyBundle> bundle(Load());
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dondemand_supply_task.cc46 retrieved_(BuildCallback(this, &OndemandSupplyTask::Load)),
65 // implemented by Load(), will finish by calling Loaded(), which will finish
81 void OndemandSupplyTask::Load(bool success, function in class:i18n::addressinput::OndemandSupplyTask
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-changes-lowering.cc86 return this->Load(kMachInt32, ptr_node);
91 return this->Load(kMachUint32, ptr_node);
96 return this->Load(kMachFloat64, ptr_node);
316 t.machine()->Load(kMachInt32), &input);
333 t.machine()->Load(kMachUint32), &input);
351 t.machine()->Load(kMachInt32), &input);
373 t.machine()->Load(kMachUint32), &input);
396 t.machine()->Load(kMachFloat64), &input);
/external/libvpx/
H A Dlibvpx.mk18 # Load the arch-specific settings
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp127 MachOObjectFile::LoadCommandInfo Load = MachO->getFirstLoadCommandInfo(); local
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 local
[all...]
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dcomponent_extension_ime_manager_impl.h31 virtual void Load(Profile* profile,
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
H A Duser_image_manager_test_util.cc53 scoped_ptr<gfx::ImageSkia> ImageLoader::Load() { function in class:chromeos::test::ImageLoader
/external/chromium_org/chrome/browser/extensions/
H A Dunpacked_installer.h25 // held about the instalation process, only one call to Load*() should be made
42 void Load(const base::FilePath& extension_path);
47 // This is equivalent to Load, except that it reads the extension from
/external/chromium_org/chrome/browser/net/
H A Dquota_policy_channel_id_store.h45 virtual void Load(const LoadedCallback& loaded_callback) OVERRIDE;
/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Ddictionary_data_store.h42 void Load(const OnLoadedCallback& on_loaded);
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_data_store.h48 void Load(const OnLoadedCallback& on_loaded);

Completed in 546 milliseconds

1234567891011>>