Searched refs:isOperationCustom (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 826 if (!LT.second.isVector() && TLI->isOperationCustom(ISD::FCEIL, LT.second)) in getIntrinsicInstrCost() 875 if (TLI->isOperationCustom(ISD::VP_FRINT, LT.second)) in getIntrinsicInstrCost() 883 if (TLI->isOperationCustom(ISD::VP_FRINT, LT.second)) in getIntrinsicInstrCost() 897 if (TLI->isOperationCustom(VPISD, LT.second)) in getIntrinsicInstrCost()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 345 getTLI()->isOperationCustom(ISD::STORE, VT)) in getStoreMinimumVF()
|
| H A D | TargetLowering.h | 1222 bool isOperationCustom(unsigned Op, EVT VT) const { in isOperationCustom() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 7844 if (!isOperationCustom(Op.getOpcode(), TrgVT) || in LowerTRUNCATEVector() 8518 isOperationCustom(Op.getOpcode(), InVT)) in LowerINT_TO_FP()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 4266 if (!TLI.isTypeLegal(VT) && !TLI.isOperationCustom(DivRemOpc, VT)) in useDivRem()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 1937 assert(isOperationCustom(ISD::UINT_TO_FP, MVT::v2f32) && in X86TargetLowering() 1938 isOperationCustom(ISD::STRICT_UINT_TO_FP, MVT::v2f32) && in X86TargetLowering()
|