Home
last modified time | relevance | path

Searched defs:LoadI (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp120 if (LoadInst *LoadI = dyn_cast<LoadInst>(U)) { foldIntegerTypedPHI() local
176 auto *LoadI = dyn_cast<LoadInst>(Arg); foldIntegerTypedPHI() local
263 LoadInst *LoadI = dyn_cast<LoadInst>(IncomingVal); foldIntegerTypedPHI() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp153 LoadInst *LoadI = dyn_cast<LoadInst>(&I); in runOnLoop() local
H A DAArch64LoadStoreOptimizer.cpp1139 promoteLoadFromStore(MachineBasicBlock::iterator LoadI,MachineBasicBlock::iterator StoreI) promoteLoadFromStore() argument
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp108 LoadInst *LoadI = nullptr; member
136 auto *const LoadI = dyn_cast<LoadInst>(Val); in visitICmpLoadOperand() local
H A DJumpThreading.cpp1112 if (simplifyPartiallyRedundantLoad(LoadI)) in processBlock() local
1223 simplifyPartiallyRedundantLoad(LoadInst * LoadI) simplifyPartiallyRedundantLoad() argument
[all...]
H A DDeadStoreElimination.cpp2012 if (auto *LoadI = dyn_cast<LoadInst>(Store->getOperand(0))) { storeIsNoop() local
/llvm-project/polly/lib/Exchange/
H A DJSONExporter.cpp452 if (LoadInst *LoadI = dyn_cast<LoadInst>(MA->getAccessInstruction())) { in importAccesses() local
/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp1014 isSafeToSinkLoad(Instruction * LoadI,Instruction * SI) isSafeToSinkLoad() argument
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1531 bool LoadI = I.mayLoad(), StoreI = I.mayStore(); in isLegalToPacketizeTogether() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1158 LoadInst *LoadI = new LoadInst(I.getType(), AllocaI, mergeParallelRegions() local
4033 LoadInst *LoadI = new LoadInst( insertInstructionGuardsHelper() local
H A DAttributorAttributes.cpp1740 if (auto *LoadI = dyn_cast<LoadInst>(Usr)) { updateImpl() local
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1043 if (auto *LoadI = dyn_cast<LoadInst>(StoreI->getValueOperand())) supportedAddressingMode() local