Home
last modified time | relevance | path

Searched refs:Stores (Results 1 – 25 of 48) sorted by relevance

12

/external/llvm/lib/Transforms/Scalar/
DSink.cpp57 bool SinkInstruction(Instruction *I, SmallPtrSet<Instruction *, 8> &Stores);
134 SmallPtrSet<Instruction *, 8> Stores; in ProcessBlock() local
147 if (SinkInstruction(Inst, Stores)) in ProcessBlock()
157 SmallPtrSet<Instruction *, 8> &Stores) { in isSafeToMove() argument
160 Stores.insert(Inst); in isSafeToMove()
166 for (SmallPtrSet<Instruction *, 8>::iterator I = Stores.begin(), in isSafeToMove()
167 E = Stores.end(); I != E; ++I) in isSafeToMove()
220 SmallPtrSet<Instruction *, 8> &Stores) { in SinkInstruction() argument
222 if (!isSafeToMove(Inst, AA, Stores)) in SinkInstruction()
/external/oprofile/events/mips/r10000/
Devents11 event:0x03 counters:0 um:zero minimum:500 name:STORES_ISSUED : Stores issued
12 event:0x03 counters:1 um:zero minimum:500 name:STORES_GRADUATED : Stores graduated
34 … minimum:500 name:STORES_OR_STORE_PREF_TO_CLEANEXCLUSIVE_SCACHE_BLOCKS : Stores or prefetches with…
36 event:0x0f counters:1 um:zero minimum:500 name:STORES_OR_STORE_PREF_TO_SHD_SCACHE_BLOCKS : Stores o…
/external/llvm/test/MC/Disassembler/AArch64/
Dldp-offset-predictable.txt3 # Stores are OK.
Dldp-preind.predictable.txt7 # Stores from duplicated registers should be fine.
Dldp-postind.predictable.txt7 # Stores from duplicated registers should be fine.
/external/oprofile/events/mips/5K/
Devents10 event:0x3 counters:0,1 um:zero minimum:500 name:STORES_EXECED : Stores (including conditional store…
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp551 SmallVector<SDValue, 8> Stores; in ExpandStore() local
564 Stores.push_back(Store); in ExpandStore()
567 &Stores[0], Stores.size()); in ExpandStore()
DLegalizeDAG.cpp343 SmallVector<SDValue, 8> Stores; in ExpandUnalignedStore() local
353 Stores.push_back(DAG.getStore(Load.getValue(1), dl, Load, Ptr, in ExpandUnalignedStore()
375 Stores.push_back(DAG.getTruncStore(Load.getValue(1), dl, Load, Ptr, in ExpandUnalignedStore()
383 DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &Stores[0], in ExpandUnalignedStore()
384 Stores.size()); in ExpandUnalignedStore()
462 SmallVector<SDValue, 8> Stores; in ExpandUnalignedLoad() local
475 Stores.push_back(DAG.getStore(Load.getValue(1), dl, Load, StackPtr, in ExpandUnalignedLoad()
495 Stores.push_back(DAG.getTruncStore(Load.getValue(1), dl, Load, StackPtr, in ExpandUnalignedLoad()
500 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &Stores[0], in ExpandUnalignedLoad()
501 Stores.size()); in ExpandUnalignedLoad()
[all …]
/external/oprofile/events/ia64/itanium2/
Devents30 #event:0xd1 counters:0,1,2,3 um:zero minimum:5000 name:STORES_RETIRED : Retired Stores
32 …vent:0xd0 counters:0,1,2,3 um:zero minimum:5000 name:UC_STORES_RETIRED : Retired Uncacheable Stores
104 event:0xd1 counters:1 um:zero minimum:5000 name:STORES_RETIRED : Retired Stores
106 event:0xd0 counters:1 um:zero minimum:5000 name:UC_STORES_RETIRED : Retired Uncacheable Stores
/external/llvm/lib/Target/R600/
DR600ISelLowering.cpp754 SDValue Stores[4]; in LowerSTORE() local
767 Stores[i] = DAG.getNode(AMDGPUISD::REGISTER_STORE, DL, MVT::Other, in LowerSTORE()
771 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Stores, NumElemVT); in LowerSTORE()
/external/zlib/src/old/
Dvisual-basic.txt83 Private lngpvtPcnSml As Long 'Stores value for 'lngPercentSmaller'
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2456 ValueVector Stores; in canVectorizeMemory() local
2490 Stores.push_back(St); in canVectorizeMemory()
2500 if (!Stores.size()) { in canVectorizeMemory()
2518 for (I = Stores.begin(), IE = Stores.end(); I != IE; ++I) { in canVectorizeMemory()
/external/oprofile/events/i386/core_2/
Dunit_masks138 0x02 Stores
/external/oprofile/events/mips/24K/
Devents97 event:0x40f counters:1 um:zero minimum:500 name:STORE_INSNS : 15-1 Stores completed (including FP)
/external/chromium/chrome/browser/automation/
Dui_controls_mac.mm214 // Stores the current mouse location on the screen. So that we can use it
/external/oprofile/events/mips/34K/
Devents105 event:0x40f counters:1 um:zero minimum:500 name:STORE_INSNS : 15-1 Stores completed (including FP)
/external/llvm/include/llvm/IR/
DIntrinsicsPowerPC.td130 // Stores. These don't map directly to GCC builtins because they represent the
/external/oprofile/events/ppc/e500/
Devents37 event:0x25 counters:0,1,2,3 um:zero minimum:500 name:STORES_COMPLETED_ALLOCATED_DLFB : Stores compl…
/external/oprofile/events/ppc/e500v2/
Devents37 event:0x25 counters:0,1,2,3 um:zero minimum:500 name:STORES_COMPLETED_ALLOCATED_DLFB : Stores compl…
/external/oprofile/events/mips/1004K/
Devents113 event:0x40f counters:1 um:zero minimum:500 name:STORE_INSNS : 15-1 Stores completed (including FP)
/external/llvm/lib/Target/PowerPC/
DPPCInstrAltivec.td254 let PPC970_Unit = 2 in { // Stores.
625 // Stores.
DPPCSchedule440.td97 // update the CR take 2 cycles. Stores take 3 cycles and, as mentioned above,
DPPCInstrInfo.td850 // Unindexed (r+i) Stores.
869 // Unindexed (r+i) Stores with Update (preinc).
906 // Indexed (r+r) Stores.
/external/oprofile/events/ppc64/970/
Devent_mappings356 #Group 36 pm_mark3, Marked Stores Processing Flow
/external/oprofile/events/ppc64/970MP/
Devent_mappings361 #Group 36 pm_mark3, Marked Stores Processing Flow

12