Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h289 bool isMaskAndBranchFoldingLegal() const { in isMaskAndBranchFoldingLegal() function
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4460 if (!TLI || !TLI->isMaskAndBranchFoldingLegal()) in sinkAndCmp()