Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1041 bool isTruncStoreLegalOrCustom(EVT ValVT, EVT MemVT) const { in isTruncStoreLegalOrCustom() function
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp37799 if (TLI.isTruncStoreLegalOrCustom(VT, StVT)) in combineStore()