Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp408 MachineInstr *StInst = StoreInst; in buildCopy() local
511 MachineInstr *StInst = StoreInst; in updateKillStatus() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp412 MachineInstr *StInst = StoreInst; in buildCopy() local
515 MachineInstr *StInst = StoreInst; in updateKillStatus() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2664 } else if (auto *StInst = dyn_cast<StoreInst>(Inst)) { in salvageDebugInfo() local