Home
last modified time | relevance | path

Searched refs:isAtomicLoadExtLegal (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1480 bool isAtomicLoadExtLegal(unsigned ExtType, EVT ValVT, EVT MemVT) const { in isAtomicLoadExtLegal() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13382 if (!TLI.isAtomicLoadExtLegal(ExtLoadType, VT, MemoryVT)) in tryToFoldExtOfAtomicLoad()