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/ |
D | BasicTTIImpl.h | 656 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)) {
|
D | TargetLowering.h | 1051 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/ |
D | PPCTargetTransformInfo.cpp | 701 if (TLI->isOperationExpand(ISD, LT1.second)) in vectorCostAdjustment()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 3676 assert(!TLI.isOperationExpand(ISD::SELECT, VT) && in ExpandNode()
|
D | LegalizeVectorTypes.cpp | 2826 TLI.isOperationExpand(N->getOpcode(), VT.getScalarType())) { in WidenVectorResult()
|
D | DAGCombiner.cpp | 12953 (!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/ |
D | X86ISelLowering.cpp | 1980 if (isOperationExpand(Op, MVT::f32)) in X86TargetLowering() 5153 return VT.isSimple() || !isOperationExpand(Opcode, VT); in shouldFormOverflowOp()
|