Searched refs:LoadedVal (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/polly/lib/Transform/ |
D | RewriteByReferenceParameters.cpp | 72 auto *LoadedVal = new LoadInst(Alloca->getAllocatedType(), Alloca, in tryRewriteInstruction() local 75 new StoreInst(LoadedVal, NewAlloca, &Inst); in tryRewriteInstruction()
|
D | Simplify.cpp | 460 Value *LoadedVal = MA->getAccessValue(); in removeRedundantWrites() local 461 if (LoadedVal && IsOrdered) { in removeRedundantWrites() 463 AccRelWrapped, makeValueSet(LoadedVal)); in removeRedundantWrites()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 1116 SDValue LoadedVal = SDValue(Res, 1); in tryIndexedLoad() local 1119 LoadedVal = in tryIndexedLoad() 1122 CurDAG->getTargetConstant(0, dl, MVT::i64), LoadedVal, in tryIndexedLoad() 1127 ReplaceUses(SDValue(N, 0), LoadedVal); in tryIndexedLoad()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 1261 SDValue LoadedVal = SDValue(Res, 1); in tryIndexedLoad() local 1264 LoadedVal = in tryIndexedLoad() 1267 CurDAG->getTargetConstant(0, dl, MVT::i64), LoadedVal, in tryIndexedLoad() 1272 ReplaceUses(SDValue(N, 0), LoadedVal); in tryIndexedLoad()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 1343 SDValue LoadedVal = SDValue(Res, 1); in tryIndexedLoad() local 1346 LoadedVal = in tryIndexedLoad() 1349 CurDAG->getTargetConstant(0, dl, MVT::i64), LoadedVal, in tryIndexedLoad() 1354 ReplaceUses(SDValue(N, 0), LoadedVal); in tryIndexedLoad()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 2569 SDValue LoadedVal(N, 0); in usePartialVectorLoads() local 2570 if (!LoadedVal.hasOneUse()) in usePartialVectorLoads()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 2789 SDValue LoadedVal(N, 0); in usePartialVectorLoads() local 2790 if (!LoadedVal.hasOneUse()) in usePartialVectorLoads()
|