Home
last modified time | relevance | path

Searched defs:StoreInst (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp386 int64_t LoadDisp, MachineInstr *StoreInst, in buildCopy()
437 int64_t LdDispImm, MachineInstr *StoreInst, in buildCopies()
498 static void updateKillStatus(MachineInstr *LoadInst, MachineInstr *StoreInst) { in updateKillStatus()
569 MachineInstr *LoadInst, MachineInstr *StoreInst, in breakBlockedCopies()
615 MachineInstr *StoreInst) { in hasSameBaseOpValue()
715 MachineInstr *StoreInst = LoadStoreInstPair.second; in runOnMachineFunction() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DVNCoercion.h26 class StoreInst; variable
H A DLocal.h57 class StoreInst; variable
H A DAutoInitRemark.h30 class StoreInst; variable
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DMemCpyOptimizer.h38 class StoreInst; variable
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h45 class StoreInst; variable
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryLocation.h28 class StoreInst; variable
H A DAliasSetTracker.h45 class StoreInst; variable
H A DTargetTransformInfo.h58 class StoreInst; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp1474 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) in StoreInst() function in StoreInst
1477 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) in StoreInst() function in StoreInst
1480 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1486 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1492 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, in StoreInst() function in StoreInst
1497 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, in StoreInst() function in StoreInst
1502 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, in StoreInst() function in StoreInst
1516 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, in StoreInst() function in StoreInst
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h77 class StoreInst; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp371 MachineInstr &StoreInst) { in isMatchingStore()
643 MachineInstr &StoreInst, in isLdOffsetInRangeOfSt()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp658 const MCInstrDesc& StoreInst = TII.get(isPPC64 ? PPC::STD in emitPrologue() local