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

1 2 3 4 5 67 8 91011

  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 32 // base+displacement+index for load and store operands
35 // base+displacement+index for load address operands
312 // Return true if Load and Store are loads and stores of the same size
321 bool canUseBlockOperation(StoreSDNode *Store, LoadSDNode *Load) const;
323 // N is a (store (load Y), X) pattern. Return true if it can use an MVC
327 // N is a (store (op (load A[0]), (load A[1])), X) pattern. Return true
    [all...]
SystemZISelLowering.cpp 288 setOperationAction(ISD::LOAD, VT, Legal);
414 // a load-and-extend of a f80 constant (in cases where the constant
452 // We want to use MVC in preference to even a single load/store pair.
492 // We can load zero using LZ?R and negative zero using LZ?R;LC?BR.
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 972 const LoadInst *Load = cast<LoadInst>(I);
973 if (Load->isAtomic())
977 if (!computeAddress(Load->getPointerOperand(), Addr))
980 // TODO: Fold a following sign-/zero-extend into the load instruction.
984 switch (getSimpleType(Load->getType())) {
1020 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Load));
1022 updateValueMap(Load, ResultReg);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
EfficiencySanitizer.cpp 254 // load + store instrumentation: these callouts are for the slowpath.
653 if (LoadInst *Load = dyn_cast<LoadInst>(I)) {
655 Alignment = Load->getAlignment();
656 Addr = Load->getPointerOperand();
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_colorspace.cpp 389 std::unique_ptr<CPDF_ColorSpace> CPDF_ColorSpace::Load(CPDF_Document* pDoc,
392 return Load(pDoc, pObj, &visited);
396 std::unique_ptr<CPDF_ColorSpace> CPDF_ColorSpace::Load(
952 auto pAlterCS = CPDF_ColorSpace::Load(pDoc, pAlterCSObj, pVisited);
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_dibsource.cpp 148 bool CPDF_DIBSource::Load(CPDF_Document* pDoc, const CPDF_Stream* pStream) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 334 /// a load from the constant pool.
341 // target can do an extending load from float to double, we put it into
344 // an FP extending load is the same cost as a normal load (such as on the x87
427 // Load one integer register's worth from the stack slot.
428 SDValue Load = DAG.getLoad(RegVT, dl, Store, StackPtr,
432 Stores.push_back(DAG.getStore(Load.getValue(1), dl, Load, Ptr,
444 // machines this requires an extending load from the stack slot to ensure
449 // Load from the stack slot
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 232 //If it is double-word aligned, just load.
238 SDValue Load = DAG.getLoad(VA.getValVT(), dl, Chain, FIPtr,
241 InVals.push_back(Load);
272 SDValue Load ;
274 Load = DAG.getLoad(VA.getValVT(), dl, Chain, FIPtr,
283 Load = DAG.getExtLoad(LoadOp, dl, MVT::i32, Chain, FIPtr,
286 Load = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), Load);
288 InVals.push_back(Load);
474 // Load the low part
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp 46 Value *Load = builder.CreateLoad(G);
48 Value *Add = builder.CreateAdd(Load, ConstantInt::get(GTy, 1LL));
291 // the current PC. To call anything farther away, we have to load
594 " %result = load i32* @JITTest_AvailableExternallyGlobal "
  /external/swiftshader/third_party/subzero/src/
IceInst.h 59 Load,
146 /// memory, in which case a memory load should not be reordered with respect
227 /// a volatile load that can't be removed even if its Dest variable is not
346 /// lowering a Load instruction.
636 /// Load instruction. The source address is captured in getSrc(0).
652 static bool classof(const Inst *Instr) { return Instr->getKind() == Load; }
    [all...]
  /external/v8/src/compiler/
code-assembler.cc 406 Node* CodeAssembler::Load(MachineType rep, Node* base) {
407 return raw_assembler()->Load(rep, base);
410 Node* CodeAssembler::Load(MachineType rep, Node* base, Node* offset) {
411 return raw_assembler()->Load(rep, base, offset);
430 return Load(MachineType::AnyTagged(), roots_array_start,
  /frameworks/native/cmds/dumpstate/
utils.cpp 133 Load();
137 void Progress::Load() {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/loadelf/
ldelf.go 454 // Load loads the ELF file pn from f.
457 // On ARM systems, Load will attempt to determine what ELF header flags to
460 // object, and the returnd ehdrFlags contains what this Load function computes.
462 func Load(arch *sys.Arch, syms *sym.Symbols, f *bio.Reader, pkg string, length int64, pn string, initEhdrFlags uint32) (textp []*sym.Symbol, ehdrFlags uint32, err error) {
588 // load section list into memory.
649 // load string table for symbols into memory.
675 // load text and data segments into memory.
856 // load relocations
934 // load addend from image
  /prebuilts/go/linux-x86/src/cmd/link/internal/loadelf/
ldelf.go 454 // Load loads the ELF file pn from f.
457 // On ARM systems, Load will attempt to determine what ELF header flags to
460 // object, and the returnd ehdrFlags contains what this Load function computes.
462 func Load(arch *sys.Arch, syms *sym.Symbols, f *bio.Reader, pkg string, length int64, pn string, initEhdrFlags uint32) (textp []*sym.Symbol, ehdrFlags uint32, err error) {
588 // load section list into memory.
649 // load string table for symbols into memory.
675 // load text and data segments into memory.
856 // load relocations
934 // load addend from image
  /art/runtime/
oat_file.cc 90 // 2) Load() to try to open the file.
145 virtual bool Load(const std::string& elf_filename,
152 virtual bool Load(int oat_fd,
201 if (!ret->Load(elf_filename,
242 if (!ret->Load(oat_fd,
281 *error_msg = StringPrintf("Failed to load vdex file '%s' %s",
650 // No dex files, load it from location.
    [all...]
stack_map.h 674 ALWAYS_INLINE int32_t Load(const Region& region) const {
682 DCHECK_EQ(Load(region), value);
811 return encoding.GetDexPcEncoding().Load(region_);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python-ast.h 11 typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python-ast.h 11 typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5,
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1029 /// Load a value from memory.
1030 class Load : public SExpr {
1034 Load(SExpr *P) : SExpr(COP_Load), Ptr(P) {}
1035 Load(const Load &L, SExpr *P) : SExpr(L), Ptr(P) {}
1047 typename C::CType compare(const Load* E, C& Cmp) const {
    [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 210 /// \brief Emits atomic load.
252 /// \brief Emits atomic load as a libcall.
255 /// \brief Emits atomic load as LLVM instruction.
540 llvm::LoadInst *Load = CGF.Builder.CreateLoad(Ptr);
541 Load->setAtomic(Order);
542 Load->setVolatile(E->isVolatile());
543 CGF.Builder.CreateStore(Load, Dest);
641 // Load value and pass it to the function directly.
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 46 setOperationAction(ISD::LOAD, MVT::i32, Custom);
47 setOperationAction(ISD::LOAD, MVT::v2i32, Custom);
48 setOperationAction(ISD::LOAD, MVT::v4i32, Custom);
628 case ISD::LOAD: {
632 "Load should return a value and a chain");
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 406 if (N.getOpcode() != ISD::LOAD)
409 // If N is a load, do additional profitability checks.
448 // a load.
463 /// load's chain operand and move load below the call's chain operand.
464 static void moveBelowOrigChain(SelectionDAG *CurDAG, SDValue Load,
468 if (Chain.getNode() == Load.getNode())
469 Ops.push_back(Load.getOperand(0));
474 if (Chain.getOperand(i).getNode() == Load.getNode())
475 Ops.push_back(Load.getOperand(0))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 11 // instructions. It also performs simple dead load elimination.
70 static cl::opt<bool> EnableLoadPRE("enable-load-pre", cl::init(true));
126 LoadVal, // A value produced by a load.
135 /// Offset - The byte offset in Val that is interesting for the load query.
708 // The store has to be at least as big as the load.
717 /// then a load from a must-aliased pointer of a different type, try to coerce
718 /// the stored value. LoadedTy is the type of the load we want to replace.
754 // Cast to pointer if the load needs a pointer type.
803 /// memdep query of a load that ends up being a clobbering memory write (store,
805 /// by the load but we can't be sure because the pointers don't mustalias
    [all...]
RewriteStatepointsForGC.cpp 461 // A CAS is effectively a atomic store and load combined under a
463 // like a load.
470 // stack, but in either case, this is simply a field load. As a result,
471 // this is a defining definition of the base just like a load is.
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 515 virtual void Load(CvFileStorage* fs, CvFileNode* node)
669 * Release the current detector and load new detector from file
673 bool Load( const char* /*detector_file_name*/ = 0 ) { return false; }
    [all...]

Completed in 961 milliseconds

1 2 3 4 5 67 8 91011