Searched defs:StoredValue (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 373 Value *StoredValue; variable 376 StoreExpression(unsigned NumOperands, StoreInst *S, Value *StoredValue, in StoreExpression()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VVPISelLowering.cpp | 283 SDValue StoredValue = getStoredValue(Op); in lowerVVP_GATHER_SCATTER() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SSAUpdater.cpp | 447 Value *StoredValue = nullptr; in run() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 190 applyStore(IRBuilder<> & IRB,int64_t Start,int64_t End,Value * StoredValue) applyStore() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | ThreadSanitizer.cpp | 606 // 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 D | VPlan.h | 2124 VPWidenMemoryInstructionRecipe(StoreInst & Store,VPValue * Addr,VPValue * StoredValue,VPValue * Mask,bool Consecutive,bool Reverse) VPWidenMemoryInstructionRecipe() argument
|
H A D | LoopVectorize.cpp | 9468 VPValue *StoredValue = isStore() ? getStoredValue() : nullptr; execute() local
|