Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp826 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 DBasicTTIImpl.h345 getTLI()->isOperationCustom(ISD::STORE, VT)) in getStoreMinimumVF()
H A DTargetLowering.h1222 bool isOperationCustom(unsigned Op, EVT VT) const { in isOperationCustom() function
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7844 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 DDAGCombiner.cpp4266 if (!TLI.isTypeLegal(VT) && !TLI.isOperationCustom(DivRemOpc, VT)) in useDivRem()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1937 assert(isOperationCustom(ISD::UINT_TO_FP, MVT::v2f32) && in X86TargetLowering()
1938 isOperationCustom(ISD::STRICT_UINT_TO_FP, MVT::v2f32) && in X86TargetLowering()