Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h927 if (!TLI->isOperationExpand(ISD, LT.second)) {
1129 if (!TLI->isOperationExpand(ISD, DstLT.second))
1152 if (!TLI->isOperationExpand(ISD, DstLT.second))
1249 !TLI->isOperationExpand(ISD, LT.second)) {
2348 } else if (!TLI->isOperationExpand(ISD, LT.second)) { in getTypeBasedIntrinsicInstrCost()
H A DTargetLowering.h1426 bool isOperationExpand(unsigned Op, EVT VT) const { in isOperationExpand() function
3356 return MathUsed && (VT.isSimple() || !isOperationExpand(Opcode, VT)); in shouldFormOverflowOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp572 if (TLI->isOperationExpand(ISD, LT1.second)) in vectorCostAdjustmentFactor()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp4181 assert(!TLI.isOperationExpand(ISD::SELECT, VT) && in ExpandNode()
H A DLegalizeVectorTypes.cpp4298 TLI.isOperationExpand(N->getOpcode(), VT.getScalarType())) { in WidenVectorResult()
H A DDAGCombiner.cpp17640 (!DAG.getTargetLoweringInfo().isOperationExpand(ISD::FPOW, VT) && in visitFPOW()
17641 DAG.getTargetLoweringInfo().isOperationExpand(ISD::FCBRT, VT))) in visitFPOW()
22721 TLI.isOperationExpand(ISD::VECTOR_SHUFFLE, VecVT)) { in visitEXTRACT_VECTOR_ELT()
H A DTargetLowering.cpp9131 if (!VT.isVector() && isOperationExpand(ISD::CTPOP, VT) && in expandCTTZ()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1807 if (isOperationExpand(Op, MVT::f32)) in AArch64TargetLowering()
1814 if (isOperationExpand(Op, MVT::f16)) in AArch64TargetLowering()
20477 DAG.getTargetLoweringInfo().isOperationExpand(N->getOpcode(), MVT::v1i64)) in performAddSubIntoVectorOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1587 if (isOperationExpand(Op, MVT::f32)) in ARMTargetLowering()
1594 if (isOperationExpand(Op, MVT::f16)) in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2494 if (isOperationExpand(Op, MVT::f32)) in X86TargetLowering()
2502 if (isOperationExpand(Op, MVT::f32)) in X86TargetLowering()
3233 return VT.isSimple() || !isOperationExpand(Opcode, VT); in shouldFormOverflowOp()
54034 TLI.isOperationExpand(ISD::FMA, VT)) { in combineFMA()