Home
last modified time | relevance | path

Searched refs:getOpcodeAfterMemoryUnfold (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.h428 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
H A DX86SpeculativeLoadHardening.cpp845 unsigned UnfoldedOpc = TII.getOpcodeAfterMemoryUnfold( in getRegClassForUnfoldedLoad()
H A DX86InstrInfo.cpp7172 unsigned X86InstrInfo::getOpcodeAfterMemoryUnfold(unsigned Opc, in getOpcodeAfterMemoryUnfold() function in X86InstrInfo
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1351 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineLICM.cpp1253 TII->getOpcodeAfterMemoryUnfold(MI->getOpcode(), in ExtractHoistableLoad()
H A DTwoAddressInstructionPass.cpp1294 TII->getOpcodeAfterMemoryUnfold(MI.getOpcode(), in tryInstructionTransform()