Home
last modified time | relevance | path

Searched refs:isLoadFoldBarrier (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp632 if (I->isLoadFoldBarrier()) in canFoldIntoRegPush()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1651 bool isLoadFoldBarrier() const;
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp1798 if (MI->isLoadFoldBarrier()) { in runOnMachineFunction()
H A DMachineInstr.cpp1469 bool MachineInstr::isLoadFoldBarrier() const { in isLoadFoldBarrier() function in MachineInstr
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3538 if (MI.isLoadFoldBarrier()) in findLoadOffsetsForLoadOrCombine()