Searched defs:StoredVal (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | VNCoercion.cpp | 15 bool canCoerceMustAliasedValueToLoad(Value *StoredVal, Type *LoadTy, in canCoerceMustAliasedValueToLoad() 52 static T *coerceAvailableValueToLoadTypeHelper(T *StoredVal, Type *LoadedTy, in coerceAvailableValueToLoadTypeHelper() 150 Value *coerceAvailableValueToLoadType(Value *StoredVal, Type *LoadedTy, in coerceAvailableValueToLoadType() 220 auto *StoredVal = DepSI->getValueOperand(); in analyzeLoadFromClobberingStore() local
|
D | GlobalStatus.cpp | 111 Value *StoredVal = SI->getOperand(0); in analyzeGlobalAux() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 429 Value *StoredVal = SI->getValueOperand(); in isLegalStore() local 722 Value *StoredVal = HeadStore->getValueOperand(); in processLoopStores() local 883 Value *StoredVal, Instruction *TheStore, in processLoopStridedStore()
|
D | LowerMatrixIntrinsics.cpp | 793 bool VisitStore(Instruction *Inst, Value *StoredVal, Value *Ptr, in VisitStore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 1244 SDValue StoredVal, SelectionDAG *CurDAG, in isFusableLoadOpStorePattern() 1334 SDValue StoredVal = StoreNode->getOperand(1); in tryFoldLoadStoreIntoMemOperand() local
|
D | SystemZTargetTransformInfo.cpp | 1043 const Value *StoredVal = SI->getValueOperand(); in getMemoryOpCost() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1121 Instruction *StoredVal) { in AllGlobalLoadUsesSimpleEnoughForHeapSRA() 1723 Instruction *StoredVal = cast<Instruction>(SI->getOperand(0)); in TryToShrinkGlobalToBoolean() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 2872 SDValue StoredVal, SelectionDAG *CurDAG, in isFusableLoadOpStorePattern() 3005 SDValue StoredVal = StoreNode->getOperand(1); in foldLoadStoreIntoMemOperand() local
|
D | X86ISelLowering.cpp | 22610 SDValue StoredVal = Store->getValue(); in splitVectorStore() local 22648 SDValue StoredVal = Store->getValue(); in scalarizeVectorStore() local 22684 SDValue StoredVal = St->getValue(); in LowerStore() local 41550 SDValue StoredVal = St->getValue(); in combineStore() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonLoopIdiomRecognition.cpp | 1920 Value *StoredVal = SI->getValueOperand(); in isLegalStore() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 15381 SDValue StoredVal; in MergeStoresOfConstantsOrVecElts() local 15762 SDValue StoredVal = peekThroughBitcasts(St->getValue()); in MergeConsecutiveStores() local 15849 SDValue StoredVal = ST->getValue(); in MergeConsecutiveStores() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 2434 Value *StoredVal = getOrCreateVectorValue(SI->getValueOperand(), Part); in vectorizeMemoryInstruction() local
|