/external/llvm/lib/Target/ARM/ |
D | ARMHazardRecognizer.cpp | 24 if (MCID.mayStore()) in hasRAWHazard() 53 !(STI.isCortexA9() && (LastMCID.mayLoad() || LastMCID.mayStore())) && in getHazardType()
|
D | MLxExpansionPass.cpp | 142 if (MCID.mayStore()) in hasRAWHazard()
|
D | Thumb1RegisterInfo.cpp | 683 } else if (Desc.mayStore()) { in eliminateFrameIndex()
|
D | Thumb2SizeReduction.cpp | 525 if (MCID.mayLoad() || MCID.mayStore()) in ReduceSpecial()
|
D | ARMLoadStoreOptimizer.cpp | 1459 if (isLd && MCID.mayStore()) in IsSafeAndProfitableToMove() 1468 if (MCID.mayStore()) in IsSafeAndProfitableToMove()
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeDelaySlotFiller.cpp | 126 bool a_is_memory = desc.mayLoad() || desc.mayStore(); in delayHasHazard() 159 if (a_is_memory && m->getDesc().mayStore()) in delayHasHazard()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrBuilder.h | 115 if (MCID.mayStore())
|
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 398 bool mayStore() const { in mayStore() function
|
/external/llvm/lib/CodeGen/ |
D | TargetInstrInfoImpl.cpp | 253 NewMI->getDesc().mayStore()) && in foldMemoryOperand() 338 if (MCID.isNotDuplicable() || MCID.mayStore() || in isReallyTriviallyReMaterializableGeneric()
|
D | ScheduleDAGInstrs.cpp | 317 (UseMCID.mayLoad() || UseMCID.mayStore()) && in BuildSchedGraph() 462 } else if (MCID.mayStore()) { in BuildSchedGraph()
|
D | MachineCSE.cpp | 264 if (MCID.mayStore() || MCID.isCall() || MCID.isTerminator() || in isCSECandidate()
|
D | MachineVerifier.cpp | 556 if ((*I)->isStore() && !MCID.mayStore()) in visitMachineInstrBefore() 773 if (MCID.mayStore() && !LI.liveAt(Idx.getDefIndex())) { in visitMachineOperand()
|
D | MachineInstr.cpp | 1150 if (MCID->mayStore() || MCID->isCall()) { in isSafeToMove() 1204 if (!MCID->mayStore() && in hasVolatileMemoryRef()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrBuilder.h | 157 if (MCID.mayStore())
|
D | X86InstrFPStack.td | 397 let mayStore = 1, neverHasSideEffects = 1 in { 406 let mayStore = 1, neverHasSideEffects = 1 in { 426 let mayStore = 1 in { 468 let mayStore = 1 in {
|
D | X86InstrInfo.td | 643 let mayStore = 1 in { 675 let mayStore = 1 in { 683 let Defs = [RSP], Uses = [RSP], neverHasSideEffects = 1, mayStore = 1 in { 695 let Defs = [RSP], Uses = [RSP, EFLAGS], mayStore = 1, neverHasSideEffects=1 in 707 mayStore=1, neverHasSideEffects=1 in { 925 let mayStore = 1 in 1137 let mayLoad = 1, mayStore = 1 in { 1158 let mayLoad = 1, mayStore = 1 in {
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 228 bool mayLoad, mayStore; variable
|
D | CodeGenDAGPatterns.cpp | 2368 bool &mayStore; member in InstAnalyzer 2376 : CDP(cdp), mayStore(maystore), mayLoad(mayload), IsBitcast(isbc), in InstAnalyzer() 2397 if (HasSideEffects || mayLoad || mayStore || IsVariadic) in IsNodeBitcast() 2426 if (CP.hasProperty(SDNPMayStore)) mayStore = true; in AnalyzeNode() 2448 if (OpInfo.hasProperty(SDNPMayStore)) mayStore = true; in AnalyzeNode() 2459 mayStore = true;// Intrinsics that can write to memory are 'mayStore'. in AnalyzeNode() 2481 if (Inst.mayStore) { // If the .td file explicitly sets mayStore, use it. in InferFromPattern() 2826 InstInfo.mayStore = MayStore; in InferInstructionFlags()
|
D | InstrInfoEmitter.cpp | 282 if (Inst.mayStore) OS << "|(1<<MCID::MayStore)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 303 mayStore = R->getValueAsBit("mayStore"); in CodeGenInstruction()
|
D | DAGISelMatcherGen.cpp | 650 return II.mayLoad || II.mayStore; in mayInstNodeLoadOrStore()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 79 isStore = MCID.mayStore(); in GetInstrType()
|
/external/llvm/lib/Target/Sparc/ |
D | DelaySlotFiller.cpp | 203 if (candidate->getDesc().mayStore()) { in delayHasHazard()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 422 let mayStore=1 in { 485 let mayStore=1 in { 565 let mayStore=1 in 579 let mayStore=1 in { 658 let mayStore = 1 in
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 2616 bool mayStore = MCID.mayStore(); in SelectCodeCommon() local 2625 if (mayStore) in SelectCodeCommon() 2642 if (mayStore) in SelectCodeCommon()
|