Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86AvoidStoreForwardingBlocks.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-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDVNCoercion.h26 class StoreInst; variable
HDLocal.h48 class StoreInst; variable
HDMemoryOpRemark.h31 class StoreInst; variable
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
HDMemCpyOptimizer.h38 class StoreInst; variable
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/SandboxIR/
HDSandboxIR.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-14-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDIRForTarget.h35 class StoreInst; variable
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
HDSLPVectorizer.h44 class StoreInst; variable
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDAliasSetTracker.h43 class StoreInst; variable
HDMemoryLocation.h29 class StoreInst; variable
HDIVDescriptors.h31 class StoreInst; variable
HDTargetTransformInfo.h63 class StoreInst; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.h81 class StoreInst; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64LoadStoreOptimizer.cpp384 MachineInstr &StoreInst) { in isMatchingStore()
629 MachineInstr &StoreInst, in isLdOffsetInRangeOfSt()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDInstructions.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-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCFrameLowering.cpp662 const MCInstrDesc& StoreInst = TII.get(isPPC64 ? PPC::STD in emitPrologue() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp5977 const std::pair<StoreInst *, int> &Pair2) { in canFormVector()
5993 [SI](const std::pair<StoreInst *, int> &Pair) { in canFormVector()