Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp623 if (I->isLoadFoldBarrier()) in canFoldIntoRegPush()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp782 } else if (II->isLoadFoldBarrier() || II->mayLoad()) { in mergeTruncStore()
H A DCombinerHelper.cpp1353 if (II->isLoadFoldBarrier()) in matchCombineExtractedVectorLoad()
3899 if (MI.isLoadFoldBarrier()) in findLoadOffsetsForLoadOrCombine()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1769 bool isLoadFoldBarrier() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp1871 if (MI->isLoadFoldBarrier()) { in runOnMachineFunction()
H A DMachineInstr.cpp1544 bool MachineInstr::isLoadFoldBarrier() const { in isLoadFoldBarrier() function in MachineInstr