Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp381 int64_t LoadDisp, MachineInstr *StoreInst, in buildCopy()
432 int64_t LdDispImm, MachineInstr *StoreInst, in buildCopies()
493 static void updateKillStatus(MachineInstr *LoadInst, MachineInstr *StoreInst) { in updateKillStatus()
563 MachineInstr *LoadInst, MachineInstr *StoreInst, in breakBlockedCopies()
609 MachineInstr *StoreInst) { in hasSameBaseOpValue()
709 MachineInstr *StoreInst = LoadStoreInstPair.second; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DVNCoercion.h26 class StoreInst; variable
H A DLocal.h48 class StoreInst; variable
H A DMemoryOpRemark.h31 class StoreInst; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DMemCpyOptimizer.h38 class StoreInst; variable
H A DSROA.h31 class StoreInst; global() variable
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h81 class StoreInst; variable
183 friend class StoreInst; // For getting `Val`. variable
508 friend class StoreInst; // For getTopmostLLVMInstruction(). variable
661 StoreInst(llvm::StoreInst *SI, Context &Ctx) in StoreInst() function
876 friend StoreInst; // For createStoreInst() variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h35 class StoreInst; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h44 class StoreInst; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h43 class StoreInst; variable
H A DMemoryLocation.h29 class StoreInst; variable
H A DIVDescriptors.h32 class StoreInst; global() variable
H A DTargetTransformInfo.h63 class StoreInst; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h81 class StoreInst; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp384 MachineInstr &StoreInst) { in isMatchingStore()
629 MachineInstr &StoreInst, in isLdOffsetInRangeOfSt()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1299 StoreInst::StoreInst(Value *val, Value *addr, InsertPosition InsertBefore) in StoreInst() function in StoreInst
1302 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() function in StoreInst
1308 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, in StoreInst() function in StoreInst
1313 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, in StoreInst() function in StoreInst
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp662 const MCInstrDesc& StoreInst = TII.get(isPPC64 ? PPC::STD in emitPrologue() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5977 const std::pair<StoreInst *, int> &Pair2) { in canFormVector()
5993 [SI](const std::pair<StoreInst *, int> &Pair) { in canFormVector()