Searched defs:StoreInst (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp380 buildCopy(MachineInstr *LoadInst, unsigned NLoadOpcode, int64_t LoadDisp, MachineInstr *StoreInst, unsigned NStoreOpcode, int64_t StoreDisp, unsigned Size, int64_t LMMOffset, int64_t SMMOffset) argument
431 buildCopies(int Size, MachineInstr *LoadInst, int64_t LdDispImm, MachineInstr *StoreInst, int64_t StDispImm, int64_t LMMOffset, int64_t SMMOffset) argument
493 updateKillStatus(MachineInstr *LoadInst, MachineInstr *StoreInst) argument
562 breakBlockedCopies( MachineInstr *LoadInst, MachineInstr *StoreInst, const DisplacementSizeMap &BlockingStoresDispSizeMap) argument
608 hasSameBaseOpValue(MachineInstr *LoadInst, MachineInstr *StoreInst) argument
709 MachineInstr *StoreInst = LoadStoreInstPair.second; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp661 const MCInstrDesc& StoreInst = TII.get(isPPC64 ? PPC::STD local
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h301 class StoreInst : public Instruction { class in namespace:llvm
[all...]
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp1613 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) function in class:StoreInst
1616 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) function in class:StoreInst
1619 StoreInst::StoreInst(Valu function in class:StoreInst
1625 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, function in class:StoreInst
1631 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, function in class:StoreInst
1636 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, function in class:StoreInst
1641 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, function in class:StoreInst
1655 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, function in class:StoreInst
[all...]

Completed in 123 milliseconds