Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h373 Value *StoredValue; variable
376 StoreExpression(unsigned NumOperands, StoreInst *S, Value *StoredValue, in StoreExpression()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPISelLowering.cpp283 SDValue StoredValue = getStoredValue(Op); in lowerVVP_GATHER_SCATTER() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp447 Value *StoredValue = nullptr; in run() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp190 applyStore(IRBuilder<> & IRB,int64_t Start,int64_t End,Value * StoredValue) applyStore() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp606 // StoredValue may be a vector type if we are storing several vptrs at once. in instrumentLoadOrStore() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2124 VPWidenMemoryInstructionRecipe(StoreInst & Store,VPValue * Addr,VPValue * StoredValue,VPValue * Mask,bool Consecutive,bool Reverse) VPWidenMemoryInstructionRecipe() argument
H A DLoopVectorize.cpp9468 VPValue *StoredValue = isStore() ? getStoredValue() : nullptr; execute() local