/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 381 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 D | VNCoercion.h | 26 class StoreInst; variable
|
H A D | Local.h | 48 class StoreInst; variable
|
H A D | MemoryOpRemark.h | 31 class StoreInst; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | MemCpyOptimizer.h | 38 class StoreInst; variable
|
H A D | SROA.h | 31 class StoreInst; global() variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
H A D | SandboxIR.h | 81 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 D | IRForTarget.h | 35 class StoreInst; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
H A D | SLPVectorizer.h | 44 class StoreInst; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | AliasSetTracker.h | 43 class StoreInst; variable
|
H A D | MemoryLocation.h | 29 class StoreInst; variable
|
H A D | IVDescriptors.h | 32 class StoreInst; global() variable
|
H A D | TargetTransformInfo.h | 63 class StoreInst; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 81 class StoreInst; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 384 MachineInstr &StoreInst) { in isMatchingStore() 629 MachineInstr &StoreInst, in isLdOffsetInRangeOfSt()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 1299 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 D | PPCFrameLowering.cpp | 662 const MCInstrDesc& StoreInst = TII.get(isPPC64 ? PPC::STD in emitPrologue() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 5977 const std::pair<StoreInst *, int> &Pair2) { in canFormVector() 5993 [SI](const std::pair<StoreInst *, int> &Pair) { in canFormVector()
|