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.cpp1902 auto *LdInst = cast<LoadInst>(CurDef); in insertSpills() local
1904 if (LdInst->getPointerOperandType() != LdInst->getType()) in insertSpills()
1906 CurDef = LdInst->getPointerOperand(); in insertSpills()
2882 if (auto *LdInst = dyn_cast<LoadInst>(Inst)) { in salvageDebugInfoImpl() local
2883 Storage = LdInst->getPointerOperand(); in salvageDebugInfoImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp5029 SDValue LdInst = DAG.getLoad( in ConvertNodeToLibcall() local
5032 Results.push_back(LdInst); in ConvertNodeToLibcall()
5033 Results.push_back(LdInst.getValue(1)); in ConvertNodeToLibcall()