Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h466 getTLI()->isOperationCustom(ISD::STORE, VT)) in getStoreMinimumVF()
2604 } else if (TLI->isOperationCustom(ISD, LT.second)) { in getTypeBasedIntrinsicInstrCost()
H A DTargetLowering.h1394 bool isOperationCustom(unsigned Op, EVT VT) const { in isOperationCustom() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1267 if (!LT.second.isVector() && TLI->isOperationCustom(ISD::FCEIL, LT.second)) in getIntrinsicInstrCost()
H A DRISCVISelLowering.cpp2267 isOperationCustom(Opc, ScalarVT); in shouldScalarizeBinop()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6627 isOperationCustom(ISD::SDIVREM, VT.getScalarType())) || in BuildSDIV()
6816 isOperationCustom(ISD::UDIVREM, VT.getScalarType())) || in BuildUDIV()
H A DLegalizeVectorTypes.cpp2506 TLI.isOperationCustom(ISD::VECTOR_COMPRESS, CheckVT)) { in SplitVecRes_VECTOR_COMPRESS()
H A DSelectionDAGBuilder.cpp7071 !TLI.isOperationCustom(ISD::IS_FPCLASS, ArgVT)) { in visitIntrinsicCall()
H A DDAGCombiner.cpp4934 if (!TLI.isTypeLegal(VT) && !TLI.isOperationCustom(DivRemOpc, VT)) in useDivRem()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8171 if (!isOperationCustom(Op.getOpcode(), TrgVT) || in LowerTRUNCATEVector()
8830 isOperationCustom(Op.getOpcode(), InVT)) in LowerINT_TO_FP()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2109 assert(isOperationCustom(ISD::UINT_TO_FP, MVT::v2f32) && in X86TargetLowering()
2110 isOperationCustom(ISD::STRICT_UINT_TO_FP, MVT::v2f32) && in X86TargetLowering()