Home
last modified time | relevance | path

Searched refs:LdUser (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp633 for (const auto *LdUser : LdVal->users()) { in isLoadFromFPType() local
634 if (isa<LoadInst>(LdUser)) { in isLoadFromFPType()
635 EltTy = LdUser->getType(); in isLoadFromFPType()
638 if (isa<StoreInst>(LdUser) && LdUser->getOperand(1) == LdVal) { in isLoadFromFPType()
639 EltTy = LdUser->getOperand(0)->getType(); in isLoadFromFPType()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1214 const Instruction *LdUser = cast<Instruction>(*I->user_begin()); in getMemoryOpCost() local
1216 if (isBswapIntrinsicCall(LdUser) && in getMemoryOpCost()
1217 (!LdUser->hasOneUse() || !isa<StoreInst>(*LdUser->user_begin()))) in getMemoryOpCost()