Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp462 DenseMap<Value*, Value*>::iterator RLI = ReplacedLoads.find(NewVal); in run() local
463 while (RLI != ReplacedLoads.end()) { in run()
464 NewVal = RLI->second; in run()
465 RLI = ReplacedLoads.find(NewVal); in run()
/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D1276.chain15 9RLI+59bFxyY1bdOUfrVsshlQxKsdQAB4ulY2aVChRhWC3DZfRcDMlnOvA7BbdyD
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp8101 void PPCTargetLowering::LowerFP_TO_INTForReuse(SDValue Op, ReuseLoadInfo &RLI, in LowerFP_TO_INTForReuse() argument
8139 RLI.Chain = Chain; in LowerFP_TO_INTForReuse()
8140 RLI.Ptr = FIPtr; in LowerFP_TO_INTForReuse()
8141 RLI.MPI = MPI; in LowerFP_TO_INTForReuse()
8142 RLI.Alignment = Alignment; in LowerFP_TO_INTForReuse()
8254 ReuseLoadInfo RLI; in LowerFP_TO_INT() local
8255 LowerFP_TO_INTForReuse(Op, RLI, DAG, dl); in LowerFP_TO_INT()
8257 return DAG.getLoad(Op.getValueType(), dl, RLI.Chain, RLI.Ptr, RLI.MPI, in LowerFP_TO_INT()
8258 RLI.Alignment, RLI.MMOFlags(), RLI.AAInfo, RLI.Ranges); in LowerFP_TO_INT()
8270 ReuseLoadInfo &RLI, in canReuseLoadAddress() argument
[all …]
DPPCISelLowering.h1219 bool canReuseLoadAddress(SDValue Op, EVT MemVT, ReuseLoadInfo &RLI,
1225 void LowerFP_TO_INTForReuse(SDValue Op, ReuseLoadInfo &RLI,
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp12279 for (LoadInst *RLI: LIt->second) { in matchAssociativeReduction()
12281 RLI->getType(), RLI->getPointerOperand(), in matchAssociativeReduction()
12284 return hash_value(RLI->getPointerOperand()); in matchAssociativeReduction()
12286 for (LoadInst *RLI : LIt->second) { in matchAssociativeReduction()
12287 if (arePointersCompatible(RLI->getPointerOperand(), in matchAssociativeReduction()
12289 hash_code SubKey = hash_value(RLI->getPointerOperand()); in matchAssociativeReduction()
12290 DoNotReverseVals.insert(RLI); in matchAssociativeReduction()
12322 for (LoadInst *RLI: LIt->second) { in matchAssociativeReduction()
12323 if (getPointersDiff(RLI->getType(), in matchAssociativeReduction()
12324 RLI->getPointerOperand(), LI->getType(), in matchAssociativeReduction()
[all …]
/openbsd/src/gnu/usr.bin/perl/lib/unicore/
DNameAliases.txt291 2067;RLI;abbreviation
DPropValueAliases.txt122 bc ; RLI ; Right_To_Left_Isolate
DNamesList.txt13106 * commonly abbreviated RLI
DUnicodeData.txt7458 2067;RIGHT-TO-LEFT ISOLATE;Cf;0;RLI;;;;;N;;;;;
/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog-20005117 (layout_nonempty_base_or_field): Reflect changes in RLI format
5123 (layout_class_type): Reflect changes in RLI names and fields.
/openbsd/src/gnu/usr.bin/perl/pod/
Dperluniprops.pod666 \p{Bidi_Class: Right_To_Left_Isolate} (Short: \p{Bc=RLI}) (1:
671 \p{Bidi_Class: RLI} \p{Bidi_Class=Right_To_Left_Isolate} (1)
/openbsd/src/gnu/usr.bin/perl/lib/unicore/extracted/
DDBidiClass.txt2496 2067 ; RLI # Cf RIGHT-TO-LEFT ISOLATE
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
DChangeLog14989 (layout_nonempty_base_or_field): Reflect changes in RLI format
14995 (layout_class_type): Reflect changes in RLI names and fields.