Searched refs:isOperationCustom (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 849 if (!LT.second.isVector() && TLI->isOperationCustom(ISD::FCEIL, LT.second)) in getIntrinsicInstrCost() 957 if (TLI->isOperationCustom(ISD::VP_FRINT, LT.second)) in getIntrinsicInstrCost() 965 if (TLI->isOperationCustom(ISD::VP_FRINT, LT.second)) in getIntrinsicInstrCost() 979 if (TLI->isOperationCustom(VPISD, LT.second)) in getIntrinsicInstrCost()
|
H A D | RISCVISelLowering.cpp | 2209 isOperationCustom(Opc, ScalarVT); in shouldScalarizeBinop()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 363 getTLI()->isOperationCustom(ISD::STORE, VT)) in getStoreMinimumVF()
|
H A D | TargetLowering.h | 1364 bool isOperationCustom(unsigned Op, EVT VT) const { in isOperationCustom() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 8105 if (!isOperationCustom(Op.getOpcode(), TrgVT) || in LowerTRUNCATEVector() 8786 isOperationCustom(Op.getOpcode(), InVT)) in LowerINT_TO_FP()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 4604 if (!TLI.isTypeLegal(VT) && !TLI.isOperationCustom(DivRemOpc, VT)) in useDivRem()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 2075 assert(isOperationCustom(ISD::UINT_TO_FP, MVT::v2f32) && in X86TargetLowering() 2076 isOperationCustom(ISD::STRICT_UINT_TO_FP, MVT::v2f32) && in X86TargetLowering()
|