Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp748 if (!LT.second.isVector() && TLI->isOperationCustom(ISD::FCEIL, LT.second)) in getIntrinsicInstrCost()
798 if (TLI->isOperationCustom(ISD::VP_FRINT, LT.second)) in getIntrinsicInstrCost()
806 if (TLI->isOperationCustom(ISD::VP_FRINT, LT.second)) in getIntrinsicInstrCost()
820 if (TLI->isOperationCustom(VPISD, LT.second)) in getIntrinsicInstrCost()
H A DRISCVISelLowering.cpp2057 isOperationCustom(Opc, ScalarVT); in shouldScalarizeBinop()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h355 getTLI()->isOperationCustom(ISD::STORE, VT)) in getStoreMinimumVF()
H A DTargetLowering.h1317 bool isOperationCustom(unsigned Op, EVT VT) const { in isOperationCustom() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7980 if (!isOperationCustom(Op.getOpcode(), TrgVT) || in LowerTRUNCATEVector()
8660 isOperationCustom(Op.getOpcode(), InVT)) in LowerINT_TO_FP()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4635 if (!TLI.isTypeLegal(VT) && !TLI.isOperationCustom(DivRemOpc, VT)) in useDivRem()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2000 assert(isOperationCustom(ISD::UINT_TO_FP, MVT::v2f32) && in X86TargetLowering()
2001 isOperationCustom(ISD::STRICT_UINT_TO_FP, MVT::v2f32) && in X86TargetLowering()