Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h412 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
H A DX86SpeculativeLoadHardening.cpp844 unsigned UnfoldedOpc = TII.getOpcodeAfterMemoryUnfold( in getRegClassForUnfoldedLoad()
H A DX86InstrInfo.cpp6530 unsigned X86InstrInfo::getOpcodeAfterMemoryUnfold(unsigned Opc, in getOpcodeAfterMemoryUnfold() function in X86InstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1287 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLICM.cpp1240 TII->getOpcodeAfterMemoryUnfold(MI->getOpcode(), in ExtractHoistableLoad()
H A DTwoAddressInstructionPass.cpp1207 TII->getOpcodeAfterMemoryUnfold(MI.getOpcode(), in tryInstructionTransform()