Home
last modified time | relevance | path

Searched refs:RLI (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp524 DenseMap<Value*, Value*>::iterator RLI = ReplacedLoads.find(NewVal); in run() local
525 while (RLI != ReplacedLoads.end()) { in run()
526 NewVal = RLI->second; in run()
527 RLI = ReplacedLoads.find(NewVal); in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8436 void PPCTargetLowering::LowerFP_TO_INTForReuse(SDValue Op, ReuseLoadInfo &RLI, in LowerFP_TO_INTForReuse() argument
8474 RLI.Chain = Chain; in LowerFP_TO_INTForReuse()
8475 RLI.Ptr = FIPtr; in LowerFP_TO_INTForReuse()
8476 RLI.MPI = MPI; in LowerFP_TO_INTForReuse()
8477 RLI.Alignment = Alignment; in LowerFP_TO_INTForReuse()
8587 ReuseLoadInfo RLI; in LowerFP_TO_INT() local
8588 LowerFP_TO_INTForReuse(Op, RLI, DAG, dl); in LowerFP_TO_INT()
8590 return DAG.getLoad(Op.getValueType(), dl, RLI.Chain, RLI.Ptr, RLI.MPI, in LowerFP_TO_INT()
8591 RLI.Alignment, RLI.MMOFlags(), RLI.AAInfo, RLI.Ranges); in LowerFP_TO_INT()
8603 ReuseLoadInfo &RLI, in canReuseLoadAddress() argument
[all …]
H A DPPCISelLowering.h1238 bool canReuseLoadAddress(SDValue Op, EVT MemVT, ReuseLoadInfo &RLI,
1242 void LowerFP_TO_INTForReuse(SDValue Op, ReuseLoadInfo &RLI,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11423 for (LoadInst *RLI : LIt->second) { in reorderGatherNode()
11424 if (getPointersDiff(RLI->getType(), RLI->getPointerOperand(), in reorderGatherNode()
11427 return hash_value(RLI->getPointerOperand()); in reorderGatherNode()
11429 for (LoadInst *RLI : LIt->second) { in reorderGatherNode()
11430 if (arePointersCompatible(RLI->getPointerOperand(), in reorderGatherNode()
11432 hash_code SubKey = hash_value(RLI->getPointerOperand()); in reorderGatherNode()
22163 for (LoadInst *RLI : LIt->second) { in matchAssociativeReduction()
22164 if (getPointersDiff(RLI->getType(), RLI->getPointerOperand(), in matchAssociativeReduction()
22167 return hash_value(RLI->getPointerOperand()); in matchAssociativeReduction()
22169 for (LoadInst *RLI : LIt->second) { in matchAssociativeReduction()
[all …]