Searched refs:isOperationExpand (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 927 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 D | TargetLowering.h | 1426 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 D | PPCTargetTransformInfo.cpp | 572 if (TLI->isOperationExpand(ISD, LT1.second)) in vectorCostAdjustmentFactor()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 4181 assert(!TLI.isOperationExpand(ISD::SELECT, VT) && in ExpandNode()
|
H A D | LegalizeVectorTypes.cpp | 4298 TLI.isOperationExpand(N->getOpcode(), VT.getScalarType())) { in WidenVectorResult()
|
H A D | DAGCombiner.cpp | 17640 (!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 D | TargetLowering.cpp | 9131 if (!VT.isVector() && isOperationExpand(ISD::CTPOP, VT) && in expandCTTZ()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 1807 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 D | ARMISelLowering.cpp | 1587 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 D | X86ISelLowering.cpp | 2494 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()
|