Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2271 const Instruction *TheUser = LI->user_back(); in tryToFoldLoad() local
2272 while (TheUser != FoldInst && // Scan up until we find FoldInst. in tryToFoldLoad()
2274 TheUser->getParent() == FoldInst->getParent() && in tryToFoldLoad()
2277 if (!TheUser->hasOneUse()) in tryToFoldLoad()
2280 TheUser = TheUser->user_back(); in tryToFoldLoad()
2285 if (TheUser != FoldInst) in tryToFoldLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp17341 SDNode *TheUser = Use.getUser(); in combineOp_VLToVWOp_VL() local
17342 if (!NodeExtensionHelper::isSupportedRoot(TheUser, Subtarget)) in combineOp_VLToVWOp_VL()
17347 if (Inserted.insert(TheUser).second) in combineOp_VLToVWOp_VL()
17348 Worklist.push_back(TheUser); in combineOp_VLToVWOp_VL()