Searched refs:RLI (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SSAUpdater.cpp | 513 DenseMap<Value*, Value*>::iterator RLI = ReplacedLoads.find(NewVal); in run() local 514 while (RLI != ReplacedLoads.end()) { in run() 515 NewVal = RLI->second; in run() 516 RLI = ReplacedLoads.find(NewVal); in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 8370 void PPCTargetLowering::LowerFP_TO_INTForReuse(SDValue Op, ReuseLoadInfo &RLI, in LowerFP_TO_INTForReuse() argument 8408 RLI.Chain = Chain; in LowerFP_TO_INTForReuse() 8409 RLI.Ptr = FIPtr; in LowerFP_TO_INTForReuse() 8410 RLI.MPI = MPI; in LowerFP_TO_INTForReuse() 8411 RLI.Alignment = Alignment; in LowerFP_TO_INTForReuse() 8521 ReuseLoadInfo RLI; in LowerFP_TO_INT() local 8522 LowerFP_TO_INTForReuse(Op, RLI, DAG, dl); in LowerFP_TO_INT() 8524 return DAG.getLoad(Op.getValueType(), dl, RLI.Chain, RLI.Ptr, RLI.MPI, in LowerFP_TO_INT() 8525 RLI.Alignment, RLI.MMOFlags(), RLI.AAInfo, RLI.Ranges); in LowerFP_TO_INT() 8537 ReuseLoadInfo &RLI, in canReuseLoadAddress() argument [all …]
|
H A D | PPCISelLowering.h | 1221 bool canReuseLoadAddress(SDValue Op, EVT MemVT, ReuseLoadInfo &RLI, 1227 void LowerFP_TO_INTForReuse(SDValue Op, ReuseLoadInfo &RLI,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 17051 for (LoadInst *RLI : LIt->second) { in matchAssociativeReduction() 17052 if (getPointersDiff(RLI->getType(), RLI->getPointerOperand(), in matchAssociativeReduction() 17055 return hash_value(RLI->getPointerOperand()); in matchAssociativeReduction() 17057 for (LoadInst *RLI : LIt->second) { in matchAssociativeReduction() 17058 if (arePointersCompatible(RLI->getPointerOperand(), in matchAssociativeReduction() 17060 hash_code SubKey = hash_value(RLI->getPointerOperand()); in matchAssociativeReduction()
|