Home
last modified time | relevance | path

Searched refs:LdInst (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAdjustOpt.cpp269 if (auto *LdInst = dyn_cast<LoadInst>(&I)) { in avoidSpeculation() local
270 if (auto *GV = dyn_cast<GlobalVariable>(LdInst->getOperand(0))) { in avoidSpeculation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1872 auto *LdInst = cast<LoadInst>(CurDef); in insertSpills() local
1874 if (LdInst->getPointerOperandType() != LdInst->getType()) in insertSpills()
1876 CurDef = LdInst->getPointerOperand(); in insertSpills()
2854 if (auto *LdInst = dyn_cast<LoadInst>(Inst)) { in salvageDebugInfoImpl() local
2855 Storage = LdInst->getPointerOperand(); in salvageDebugInfoImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp4879 SDValue LdInst = DAG.getLoad( in ConvertNodeToLibcall() local
4882 Results.push_back(LdInst); in ConvertNodeToLibcall()
4883 Results.push_back(LdInst.getValue(1)); in ConvertNodeToLibcall()