Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp1223 TLI.isOperationLegalOrCustomOrPromote(ISD::AND, ByteVT) && in ExpandBITREVERSE()
1224 TLI.isOperationLegalOrCustomOrPromote(ISD::OR, ByteVT)))) { in ExpandBITREVERSE()
1240 TLI.isOperationLegalOrCustomOrPromote(ISD::AND, VT) && in ExpandBITREVERSE()
1241 TLI.isOperationLegalOrCustomOrPromote(ISD::OR, VT)) in ExpandBITREVERSE()
DTargetLowering.cpp5939 !isOperationLegalOrCustomOrPromote(ISD::OR, VT))) in expandFunnelShift()
6004 !isOperationLegalOrCustomOrPromote(ISD::OR, VT) || in expandROT()
6005 !isOperationLegalOrCustomOrPromote(ISD::AND, VT))) in expandROT()
6114 !isOperationLegalOrCustomOrPromote(ISD::XOR, SrcVT))) in expandFP_TO_UINT()
6214 !isOperationLegalOrCustomOrPromote(ISD::OR, SrcVT) || in expandUINT_TO_FP()
6215 !isOperationLegalOrCustomOrPromote(ISD::AND, SrcVT))) in expandUINT_TO_FP()
6272 !isOperationLegalOrCustomOrPromote(ISD::OR, SrcVT) || in expandUINT_TO_FP()
6273 !isOperationLegalOrCustomOrPromote(ISD::AND, SrcVT))) in expandUINT_TO_FP()
6389 !isOperationLegalOrCustomOrPromote(ISD::AND, VT))) in expandCTPOP()
6462 !isOperationLegalOrCustomOrPromote(ISD::OR, VT))) in expandCTLZ()
[all …]
DDAGCombiner.cpp18379 if (!TLI.isOperationLegalOrCustomOrPromote(BOpcode, NarrowBVT)) in narrowExtractedVectorBinOp()
18493 if (TLI.isOperationLegalOrCustomOrPromote(ISD::LOAD, NVT)) in visitEXTRACT_SUBVECTOR()
19955 TLI.isOperationLegalOrCustomOrPromote(Opcode, NarrowVT)) { in SimplifyVBinOp()
19984 TLI.isOperationLegalOrCustomOrPromote(Opcode, NarrowVT)) { in SimplifyVBinOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp778 if (TLI->isOperationLegalOrCustomOrPromote(ISDOpcode, LT.second)) in getArithmeticInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h409 if (TLI->isOperationLegalOrCustomOrPromote(ISD::FADD, VT)) in getFPOpCost()
DTargetLowering.h984 bool isOperationLegalOrCustomOrPromote(unsigned Op, EVT VT) const { in isOperationLegalOrCustomOrPromote() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp5140 if (!isOperationLegalOrCustomOrPromote(Opc, VecVT)) in shouldScalarizeBinop()
5146 return isOperationLegalOrCustomOrPromote(Opc, ScalarVT); in shouldScalarizeBinop()