Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h656 if (!TLI->isOperationExpand(ISD, LT.second)) {
752 if (!TLI->isOperationExpand(ISD, DstLT.second))
776 if (!TLI->isOperationExpand(ISD, DstLT.second))
851 !TLI->isOperationExpand(ISD, LT.second)) { in getCmpSelInstrCost()
1491 } else if (!TLI->isOperationExpand(ISD, LT.second)) {
DTargetLowering.h1051 bool isOperationExpand(unsigned Op, EVT VT) const { in isOperationExpand() function
2590 return VT.isSimple() || !isOperationExpand(Opcode, VT); in shouldFormOverflowOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp701 if (TLI->isOperationExpand(ISD, LT1.second)) in vectorCostAdjustment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3676 assert(!TLI.isOperationExpand(ISD::SELECT, VT) && in ExpandNode()
DLegalizeVectorTypes.cpp2826 TLI.isOperationExpand(N->getOpcode(), VT.getScalarType())) { in WidenVectorResult()
DDAGCombiner.cpp12953 (!DAG.getTargetLoweringInfo().isOperationExpand(ISD::FPOW, VT) && in visitFPOW()
12954 DAG.getTargetLoweringInfo().isOperationExpand(ISD::FCBRT, VT))) in visitFPOW()
17190 TLI.isOperationExpand(ISD::VECTOR_SHUFFLE, VecVT)) { in visitEXTRACT_VECTOR_ELT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp1980 if (isOperationExpand(Op, MVT::f32)) in X86TargetLowering()
5153 return VT.isSimple() || !isOperationExpand(Opcode, VT); in shouldFormOverflowOp()