Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp908 TLI.isOperationLegalOrCustomOrPromote(ISD::AND, ByteVT) && in ExpandBITREVERSE()
909 TLI.isOperationLegalOrCustomOrPromote(ISD::OR, ByteVT)))) { in ExpandBITREVERSE()
923 !TLI.isOperationLegalOrCustomOrPromote(ISD::AND, VT) || in ExpandBITREVERSE()
924 !TLI.isOperationLegalOrCustomOrPromote(ISD::OR, VT)) in ExpandBITREVERSE()
/external/llvm/include/llvm/Target/
DTargetLowering.h627 bool isOperationLegalOrCustomOrPromote(unsigned Op, EVT VT) const { in isOperationLegalOrCustomOrPromote() function