Home
last modified time | relevance | path

Searched defs:StoredValue (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h373 Value *StoredValue; variable
376 StoreExpression(unsigned NumOperands, StoreInst *S, Value *StoredValue, in StoreExpression()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp396 Value *StoredValue = nullptr; in run() local
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVVPISelLowering.cpp277 SDValue StoredValue = getStoredValue(Op); in lowerVVP_GATHER_SCATTER() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp192 Value *StoredValue) { in applyStore()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp608 Value *StoredValue = cast<StoreInst>(II.Inst)->getValueOperand(); in instrumentLoadOrStore() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1666 VPValue *StoredValue, VPValue *Mask, in VPWidenMemoryInstructionRecipe()
H A DLoopVectorize.cpp9708 VPValue *StoredValue = isStore() ? getStoredValue() : nullptr; in execute() local