Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp408 MachineInstr *StInst = StoreInst; in buildCopy() local
412 StInst = LoadInst; in buildCopy()
414 BuildMI(*MBB, StInst, StInst->getDebugLoc(), TII->get(NStoreOpcode)) in buildCopy()
511 MachineInstr *StInst = StoreInst; in updateKillStatus() local
513 StInst = LoadInst; in updateKillStatus()
514 getBaseOperand(StInst->getPrevNode()).setIsKill(StoreBase.isKill()); in updateKillStatus()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2892 } else if (auto *StInst = dyn_cast<StoreInst>(Inst)) { in salvageDebugInfoImpl() local
2893 Storage = StInst->getValueOperand(); in salvageDebugInfoImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp5043 SDValue StInst = DAG.getStore( in ConvertNodeToLibcall() local
5047 DAG.makeStateFunctionCall(RTLIB::FESETMODE, StackPtr, StInst, dl)); in ConvertNodeToLibcall()