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

1 2 3 4 5 6 78 91011

  /external/python/cpython2/Include/
Python-ast.h 11 typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5,
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelDAGToDAG.cpp 303 if (N.getOpcode() != ISD::LOAD)
306 // If N is a load, do additional profitability checks.
345 // a load.
360 /// load's chain operand and move load below the call's chain operand.
361 static void MoveBelowOrigChain(SelectionDAG *CurDAG, SDValue Load,
365 if (Chain.getNode() == Load.getNode())
366 Ops.push_back(Load.getOperand(0));
371 if (Chain.getOperand(i).getNode() == Load.getNode())
372 Ops.push_back(Load.getOperand(0))
    [all...]
X86InstrInfo.cpp 52 ReMatPICStubLoad("remat-pic-stub-load",
53 cl::desc("Re-materialize load from stub in PIC mode"),
64 // Minimum alignment required for load/store.
268 // Index 0, folded load and store, no alignment requirement.
538 // Index 1, folded load
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp 11 // instructions. It also performs simple dead load elimination.
58 static cl::opt<bool> EnableLoadPRE("enable-load-pre", cl::init(true));
674 // The store has to be at least as big as the load.
684 /// then a load from a must-aliased pointer of a different type, try to coerce
685 /// the stored value. LoadedTy is the type of the load we want to replace and
721 // Cast to pointer if the load needs a pointer type.
768 /// memdep query of a load that ends up being a clobbering memory write (store,
770 /// by the load but we can't be sure because the pointers don't mustalias.
774 /// value of the piece that feeds the load.
790 // If the load and store are to the exact same address, they should have bee
    [all...]
ScalarReplAggregates.cpp 105 /// intrinsics or load/store that only access the entire alloca at once.
491 // can handle it like a load or store of the scalar type.
547 // The load is a bit extract from NewAI shifted right by Offset bits.
564 // If the load we just inserted is now dead, then the inserted store
593 // If the load we just inserted is now dead, then the memset overwrote
603 // can handle it like a load or store of the scalar type.
608 // a noop copy-to-self, just delete it. Otherwise, emit a load and store
613 // Dest must be OrigAI, change this to be a load from the original
629 // Src must be OrigAI, change this to be a load from NewAI then a store
679 // If the load is of the whole new alloca, no conversion is needed
    [all...]
  /external/v8/src/compiler/
raw-machine-assembler.h 124 Node* Load(MachineType rep, Node* base) {
125 return Load(rep, base, IntPtrConstant(0));
127 Node* Load(MachineType rep, Node* base, Node* index) {
128 return AddNode(machine()->Load(rep), base, index);
147 return AddNode(machine()->Load(rep), base, index);
700 return Load(rep, PointerConstant(address), Int32Constant(offset));
  /external/v8/src/mips64/
macro-assembler-mips64.cc 44 void MacroAssembler::Load(Register dst,
485 // Load store buffer top.
    [all...]
  /external/v8/src/x87/
macro-assembler-x87.cc 34 void MacroAssembler::Load(Register dst, const Operand& src, Representation r) {
186 // Load store buffer top.
286 // To check for minus zero, we load the value again as float, and check
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/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...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/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...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1028 /// Load a value from memory.
1029 class Load : public SExpr {
1033 Load(SExpr *P) : SExpr(COP_Load), Ptr(P) {}
1034 Load(const Load &L, SExpr *P) : SExpr(L), Ptr(P) {}
1046 typename C::CType compare(const Load* E, C& Cmp) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1028 /// Load a value from memory.
1029 class Load : public SExpr {
1033 Load(SExpr *P) : SExpr(COP_Load), Ptr(P) {}
1034 Load(const Load &L, SExpr *P) : SExpr(L), Ptr(P) {}
1046 typename C::CType compare(const Load* E, C& Cmp) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1028 /// Load a value from memory.
1029 class Load : public SExpr {
1033 Load(SExpr *P) : SExpr(COP_Load), Ptr(P) {}
1034 Load(const Load &L, SExpr *P) : SExpr(L), Ptr(P) {}
1046 typename C::CType compare(const Load* E, C& Cmp) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1028 /// Load a value from memory.
1029 class Load : public SExpr {
1033 Load(SExpr *P) : SExpr(COP_Load), Ptr(P) {}
1034 Load(const Load &L, SExpr *P) : SExpr(L), Ptr(P) {}
1046 typename C::CType compare(const Load* E, C& Cmp) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-4393122/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...]
  /prebuilts/clang/host/linux-x86/clang-4479392/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...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1028 /// Load a value from memory.
1029 class Load : public SExpr {
1033 Load(SExpr *P) : SExpr(COP_Load), Ptr(P) {}
1034 Load(const Load &L, SExpr *P) : SExpr(L), Ptr(P) {}
1046 typename C::CType compare(const Load* E, C& Cmp) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1028 /// Load a value from memory.
1029 class Load : public SExpr {
1033 Load(SExpr *P) : SExpr(COP_Load), Ptr(P) {}
1034 Load(const Load &L, SExpr *P) : SExpr(L), Ptr(P) {}
1046 typename C::CType compare(const Load* E, C& Cmp) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1028 /// Load a value from memory.
1029 class Load : public SExpr {
1033 Load(SExpr *P) : SExpr(COP_Load), Ptr(P) {}
1034 Load(const Load &L, SExpr *P) : SExpr(L), Ptr(P) {}
1046 typename C::CType compare(const Load* E, C& Cmp) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1028 /// Load a value from memory.
1029 class Load : public SExpr {
1033 Load(SExpr *P) : SExpr(COP_Load), Ptr(P) {}
1034 Load(const Load &L, SExpr *P) : SExpr(L), Ptr(P) {}
1046 typename C::CType compare(const Load* E, C& Cmp) const {
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 11 typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5,
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 11 typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5,
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 11 typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5,

Completed in 3550 milliseconds

1 2 3 4 5 6 78 91011