Searched refs:isOperationCustom (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 466 getTLI()->isOperationCustom(ISD::STORE, VT)) in getStoreMinimumVF() 2604 } else if (TLI->isOperationCustom(ISD, LT.second)) { in getTypeBasedIntrinsicInstrCost()
|
| H A D | TargetLowering.h | 1394 bool isOperationCustom(unsigned Op, EVT VT) const { in isOperationCustom() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 1267 if (!LT.second.isVector() && TLI->isOperationCustom(ISD::FCEIL, LT.second)) in getIntrinsicInstrCost()
|
| H A D | RISCVISelLowering.cpp | 2267 isOperationCustom(Opc, ScalarVT); in shouldScalarizeBinop()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 6627 isOperationCustom(ISD::SDIVREM, VT.getScalarType())) || in BuildSDIV() 6816 isOperationCustom(ISD::UDIVREM, VT.getScalarType())) || in BuildUDIV()
|
| H A D | LegalizeVectorTypes.cpp | 2506 TLI.isOperationCustom(ISD::VECTOR_COMPRESS, CheckVT)) { in SplitVecRes_VECTOR_COMPRESS()
|
| H A D | SelectionDAGBuilder.cpp | 7071 !TLI.isOperationCustom(ISD::IS_FPCLASS, ArgVT)) { in visitIntrinsicCall()
|
| H A D | DAGCombiner.cpp | 4934 if (!TLI.isTypeLegal(VT) && !TLI.isOperationCustom(DivRemOpc, VT)) in useDivRem()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 8171 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 D | X86ISelLowering.cpp | 2109 assert(isOperationCustom(ISD::UINT_TO_FP, MVT::v2f32) && in X86TargetLowering() 2110 isOperationCustom(ISD::STRICT_UINT_TO_FP, MVT::v2f32) && in X86TargetLowering()
|